On 2022-05-15, Theo de Raadt <[email protected]> wrote: > .Bd -literal -offset indent > -inet 0.0.0.0 255.255.255.255 NONE \e > +inet 0.0.0.0 255.255.255.255 0.0.0.1 \e > pppoedev em0 authproto pap \e > authname 'testcaller' authkey 'donttell' up > -dest 0.0.0.1 > inet6 eui64 > > I don't think this is the right way to go. Yes, on p2p links the > broadcast address is reused as destination by internal kernel logic, > but I don't think anyone is helped by hiding the configuration of this > in such a way.
The other way, setting dest *after* the interface is brought up, is wrong.

