]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Ensure v6 LL address is available before establishing peering
authorDonald Sharp <sharpd@nvidia.com>
Wed, 30 Jun 2021 14:25:43 +0000 (10:25 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 30 Jun 2021 14:33:21 +0000 (10:33 -0400)
commitdac42f2ef5969a4f5378ddaeede31500f0fdeff9
treee4d8c4340a852680847d9b8e0729e778b6eddde8
parentb4835c13b0aff66ee1891f8250519540e7f0f5c3
bgpd: Ensure v6 LL address is available before establishing peering

There are startup situations where we will attempt to connect to a remote
peer before bgp has received the v6 LL address.  If we do not have this address
we must not allow the connection to come up until we have one available to use
in those situations where we must have a v6 LL address.

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