]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Add rib-stale-time(running in Zebra).
authorbisdhdh <biswajit.sadhu@gmail.com>
Fri, 25 Oct 2019 20:20:27 +0000 (01:50 +0530)
committerbisdhdh <biswajit.sadhu@gmail.com>
Thu, 23 Jan 2020 04:06:33 +0000 (09:36 +0530)
commitdc95985fe819f8a492635be901fd3db577a3fe94
tree2dfb3df5ed696e52fc9f97b03c2a44f21fa1ce78
parent0f0444fbd8b873ce487dc080737cd266d9508339
bgpd: Add rib-stale-time(running in Zebra).

* Added CLI commands to update rib-stale-time, running in
Cmd : "bgp gaceful-restart rib-stale-time (1-3000)".
Cmd : "no bgp gaceful-restart rib-stale-time".
* Integrating the hooks function for signalling from BGPD
to ZEBRA to ZEBRA to enable or disable GR feature in ZEBRA
depending on bgp per peer gr configuration.

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