]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: More Extended nexthop fixing
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 16 Nov 2016 17:00:40 +0000 (12:00 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 16 May 2017 19:21:25 +0000 (15:21 -0400)
commit71ffee748f3a5466dc3e73e9f5fb5b286ff3b6c5
tree05eadb7737a8e4ed54c6563ed3f6d078954c3e85
parent70a4754dd0eec88e0294c645d7c93d08e4356dda
bgpd: More Extended nexthop fixing

Basically if we are reading in a cli with a extended-nexthop
and we have not received from zebra the interface we are working
on I believe we have a race condition where we are not
propagating the PEER_FLAG_CAPABILITY_ENHE in this case.

Modify the code to propagate even if we haven't found the
interface yet.

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