]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Added hidden CLI command to disable sending of End-of-Rib.
authorbisdhdh <biswajit.sadhu@gmail.com>
Thu, 24 Oct 2019 10:21:18 +0000 (15:51 +0530)
committerbisdhdh <biswajit.sadhu@gmail.com>
Thu, 23 Jan 2020 04:04:25 +0000 (09:34 +0530)
commitd6e3c15b6294acc52ba8078000ed12dd13f25034
tree1d44c5f33f4164fa63c5edb2457e369b6712c46a
parent34aa744869baf48e04f94f63f8e44274409a51a1
bgpd: Added hidden CLI command to disable sending of End-of-Rib.

BGP disable EOR sending is a useful command for testing various
scenarios of BGP graceful restart.
* Added the hidden CLI command :  bgp graceful-restart disable-eor
* The CLI will not be displayed in "show running-config" and will not
  be stored in configuration file.
* When enabled, EOR will not be sent to peer

Signed-off-by: Biswajit Sadhu <sadhub@vmware.com>
Signed-off-by: Soman K S <somanks@vmware.com>
bgpd/bgp_packet.c
bgpd/bgp_packet.h
bgpd/bgp_vty.c
bgpd/bgpd.h