On Sun, Dec 11, 2022 at 09:50:09PM +0100, Bernd Naumann via Bird-users wrote: > > Hi > > > > Due to some implementation details, OSPFv3 ignores interfaces that do not > > have link-local addresses (even if they are just stub). Just use: > > > > ip address add fe80::1/128 dev lo > > > > May I ask why not using the direct protocol to get the loopback addresses?
You can do that, but then such route would be represented in OSPF as external route instead of as intra-area route (a prefix associated with a node), which has some subtle differences, e.g. another node announcing the same prefix as a intra-area route would be always considered closer, regardless of metric. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: [email protected]) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
