]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Adding BGP GR Per Neighbor config commands.
authorbisdhdh <biswajit.sadhu@gmail.com>
Wed, 23 Oct 2019 08:44:02 +0000 (14:14 +0530)
committerbisdhdh <biswajit.sadhu@gmail.com>
Thu, 23 Jan 2020 04:04:25 +0000 (09:34 +0530)
commit055679e915fc826fe13abdd8d60a22a0ca35c8c6
treeedd1658498c3ebe4a829f3661389419a35df27a0
parent034e185dc66fe3c6b8295abe03acede05209ce33
bgpd: Adding BGP GR Per Neighbor config commands.

* Added configuration commands for enabling and disabling graceful restart
per neighbour.
Cmd : neighbor A.B.C.D graceful-restart
Cmd : no neighbor A.B.C.D graceful-restart
Cmd : neighbor A.B.C.D graceful-restart-helper
Cmd : no neighbor A.B.C.D graceful-restart-helper
Cmd : neighbor A.B.C.D graceful-restart-disable
Cmd : no neighbor A.B.C.D graceful-restart-disable
* Added configuration commands for disabling graceful restart at the global
Level.
Cmd : bgp graceful-restart disable
Cmd : no  bgp graceful-restart disable

Signed-off-by: Biswajit Sadhu <sadhub@vmware.com>
bgpd/bgp_vty.c