]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Restarting node does not send EOR after the convergence.
authorbisdhdh <biswajit.sadhu@gmail.com>
Thu, 24 Oct 2019 14:59:43 +0000 (20:29 +0530)
committerbisdhdh <biswajit.sadhu@gmail.com>
Thu, 23 Jan 2020 04:04:25 +0000 (09:34 +0530)
commit9e3b51a7f3d111e6c01424dae801501f7053bc60
tree3cb2c80f6ed3950ac2034a85a367a8125b26be23
parentd6e3c15b6294acc52ba8078000ed12dd13f25034
bgpd: Restarting node does not send EOR after the convergence.

*After a restarting router comes up and the bgp session is
successfully established with the peer. If the restarting
router doesn’t have any route to send, it send EOR to
the peer immediately before receiving updates from its peers.
*Instead the restarting router should send EOR, if the
selection deferral timer is not running OR count of eor received
and eor required are matches then send EOR.

Signed-off-by: Biswajit Sadhu <sadhub@vmware.com>
bgpd/bgp_fsm.c
bgpd/bgp_packet.c
bgpd/bgp_packet.h
bgpd/bgp_route.c
bgpd/bgp_table.c
bgpd/bgp_vty.c
bgpd/bgp_vty.h
bgpd/bgpd.h