Re: fix Ipv6 link local address assignment

2022-11-15 Thread Klemens Nanni
On Tue, Nov 15, 2022 at 07:33:07PM +0100, Florian Obser wrote: > That comment is not helpful, it just restates what the code does. The > gibberish we had before was also not helpful. Maybe just drop the > comment? > > Either way, OK I concur.

Re: fix Ipv6 link local address assignment

2022-11-15 Thread Florian Obser
On 2022-11-15 19:21 +01, Claudio Jeker wrote: > My last commit to in6_ifattach() broke a few regress tests. > The problem is that 'ifconfig tun0 inet6 eui64' no longer works. > Now I thought it would if called explicitly but no. > So lets peddal back a bit and assign link-local addresses on all in

fix Ipv6 link local address assignment

2022-11-15 Thread Claudio Jeker
My last commit to in6_ifattach() broke a few regress tests. The problem is that 'ifconfig tun0 inet6 eui64' no longer works. Now I thought it would if called explicitly but no. So lets peddal back a bit and assign link-local addresses on all interface but wg(4). For mpe(4) this does not really matt