]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: Adding Selection Deferral Timer handler changes.
authorbisdhdh <biswajit.sadhu@gmail.com>
Wed, 23 Oct 2019 18:14:51 +0000 (23:44 +0530)
committerbisdhdh <biswajit.sadhu@gmail.com>
Thu, 23 Jan 2020 04:04:25 +0000 (09:34 +0530)
commitf009ff2697355b2435a576bd2c129c502cc6ebb6
tree7891afe21fc909d5a5ebf2aceb3ac424fda37421
parentcfd47646b35b07da30218597ed21d4ee7e5985ea
bgpd: Adding Selection Deferral Timer handler changes.

* Selection Deferral Timer for Graceful Restart.
* Added selection deferral timer handling function.
* Route marking as selection defer when update message is received.
* Staggered processing of routes which are pending best selection.
* Fix for multi-path test case.

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