]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: When shutting down do not clear self peers
authorDonald Sharp <sharpd@nvidia.com>
Fri, 28 Mar 2025 18:54:37 +0000 (14:54 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 30 Mar 2025 18:02:16 +0000 (14:02 -0400)
commit06480c0c81471d4e00aee669f78e426a083cb759
treeeb24250336bb319ab7c81221dab92b1522e9a829
parent1ef4f190093f62764be0b09c800ddae8a92ced98
bgpd: When shutting down do not clear self peers

Commit: e0ae285eb8beeef7b43bdadc073d8ae346eaeb6c

Modified the fsm state machine to attempt to not
clear routes on a peer that was not established.
The peer should be not a peer self.  We do not want
to ever clear the peer self.

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