]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Allow registration of nexthops after zebra connection 3138/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 5 Oct 2018 15:31:29 +0000 (11:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 31 Oct 2018 10:31:41 +0000 (06:31 -0400)
commit1ee0a2df0d7f7052485b455966757be2a5562a1d
treeeb5f68d948933a442db81ff109003b7588b42f80
parentbb4ef1aec80227d318e48ed65c261b812e356f1b
bgpd: Allow registration of nexthops after zebra connection

If we attempt to register nexthops before we have the zebra
connection, they will not be installed.  After we have noticed
that we are up, re-install them.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_nexthop.c
bgpd/bgp_nht.c
bgpd/bgp_nht.h
bgpd/bgp_zebra.c