]> git.puffer.fish Git - mirror/frr.git/commit
When a peer is unbound from its peer-group, in some situations the peer is
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 01:04:18 +0000 (18:04 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 01:04:18 +0000 (18:04 -0700)
commit821a359aa28f2a682b368aa095c926d6eb90258b
tree620875554c93003e0d410e7b08b83d9f701ed479
parent14151a32739c156446a840e5b73aa21c57af2446
When a peer is unbound from its peer-group, in some situations the peer is
deleted while in other situations, the peer continues to exist but its
global flags have all been reset. This is incorrect, particularly for the
CONFIG_NODE flag as other parts of the code depend on this flag being set
for a configured peer. This patch ensures that the correct flags still
remain set for the peer after unbind from its peer-group.
bgpd/bgpd.c