Re: Improve IPv6 link-local support in bgpd

2023-10-17 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2023.10.16 09:23:12 +0200: > This diff fixes a few more things when establishing connections with > link-local IPv6 addresses. In get_alternate_addr() the interface scope > of the connection is recovered and then passed to the RDE. The RDE can > then use t

Re: Improve IPv6 link-local support in bgpd

2023-10-16 Thread Theo Buehler
On Mon, Oct 16, 2023 at 09:23:12AM +0200, Claudio Jeker wrote: > This diff fixes a few more things when establishing connections with > link-local IPv6 addresses. In get_alternate_addr() the interface scope > of the connection is recovered and then passed to the RDE. The RDE can > then use this sco

Re: Improve IPv6 link-local support in bgpd

2023-10-16 Thread Claudio Jeker
On Mon, Oct 16, 2023 at 09:23:12AM +0200, Claudio Jeker wrote: > This diff fixes a few more things when establishing connections with > link-local IPv6 addresses. In get_alternate_addr() the interface scope > of the connection is recovered and then passed to the RDE. The RDE can > then use this sco

Improve IPv6 link-local support in bgpd

2023-10-16 Thread Claudio Jeker
This diff fixes a few more things when establishing connections with link-local IPv6 addresses. In get_alternate_addr() the interface scope of the connection is recovered and then passed to the RDE. The RDE can then use this scope id to insert link-local addresses with the correct scope. I built a