]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Creating Loopback Interface Flaps BGPd (#2865) 2929/head
authorroot <root@dev.vmware.com>
Mon, 19 Nov 2018 12:35:32 +0000 (04:35 -0800)
committerroot <root@dev.vmware.com>
Mon, 19 Nov 2018 12:35:32 +0000 (04:35 -0800)
commit36dc75886db92145540585ab203c0c9d339a9dae
tree445207e45db27f9117252917c0671a2896959682
parentfef6daf4da425621c4c2e67d7579d962f64f43f7
bgpd: Creating Loopback Interface Flaps BGPd (#2865)

* The function bgp_router_id_zebra_bump() will check for active bgp
  peers before chenging the router ID.
  If there are established peers, router ID is not modified
  which prevents the flapping of established peer connection

* Added field in bgp structure to store the count of established peers

Signed-off-by: kssoman <somanks@vmware.com>
bgpd/bgp_fsm.c
bgpd/bgpd.c
bgpd/bgpd.h