]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Allow v6 LL peers to work when connected to as well
authorDonald Sharp <sharpd@nvidia.com>
Thu, 16 Sep 2021 12:00:44 +0000 (08:00 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 16 Sep 2021 12:07:45 +0000 (08:07 -0400)
commitdcd5ba55058fc42c592f6c40ad0815aa20f0cbbf
treee98f2c02eb5a7d2e5e862ae60fb6c2818cded6c0
parent827ddd5a1db9a6e0baaa54046f47d028124997f2
bgpd: Allow v6 LL peers to work when connected to as well

Initial commit: 8761cd6ddb5437767625f58c8e9cc3ccda7887ab

introduced the idea of v6 LL using interface up/down events
instead of nexthop resolution to know when a peering should
happen or not.  This above commit left a hole where if the remote
peer connected to this bgp, the bgp code would still believe
the peering is down.   Modify the code to double check and
ensure that we have proper v6 LL resolution flags set.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_network.c