]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Add option to specify format of link-local next hop
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 24 Mar 2025 16:09:25 +0000 (17:09 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 24 Mar 2025 17:31:05 +0000 (18:31 +0100)
commitf4a94644d0d6a4ecdf5fcebb0062bc463fad2a28
tree49c9a5138b45d19ecd6d97c6bef5d75aa127bb89
parentcfa6cf296ae0038cbc3b5255c6c6c5d093e700fe
BGP: Add option to specify format of link-local next hop

When a BGP session is established using link-local next hop addresses,
there is no global IPv6 address for next hop. Implementations differ on
how to encode such next hop. This leads to interoperability problems.

Add the option 'link local next hop format' to specify which format to
use when encoding such next hops.

Based on a patch from Andrey V. Elsukov and Georgy Kirichenko, submitted
by Aleksandr Stepanov, thanks!
doc/bird.sgml
lib/alloca.h
proto/bgp/bgp.c
proto/bgp/bgp.h
proto/bgp/config.Y
proto/bgp/packets.c