]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_nht.c
bgpd: allow nht registration on ipv6 link-local addresses
authorDon Slice <dslice@cumulusnetworks.com>
Tue, 25 Sep 2018 13:22:22 +0000 (06:22 -0700)
committerDon Slice <dslice@cumulusnetworks.com>
Wed, 3 Oct 2018 12:24:57 +0000 (12:24 +0000)
commit687a2b5dcccd7d7b288b7a00fcc6f39130f471e0
tree223e6625e0a3795adeaacecefd58ed292fbcd418
parent0a940183d37c908d0e702cb40112851cabd41dc3
bgpd: allow nht registration on ipv6 link-local addresses

Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
Testing Done: bgp-smoke completed with no new failures

While testing 5549 support using global addresses, discovered that
ipv6 nexthop tracking thru a route-reflector didn't work.  Since
the next-hop used for remote nexthops resolves to the link-local
of the route-reflector, we need to track it in order to react to
interface down events.  Also tripped over a crash in certain cases
which is also resolved in this fix.
bgpd/bgp_nht.c