]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Adding BGP GR change mode config apply on notification sent & received.
authorbisdhdh <biswajit.sadhu@gmail.com>
Wed, 23 Oct 2019 19:12:10 +0000 (00:42 +0530)
committerbisdhdh <biswajit.sadhu@gmail.com>
Thu, 23 Jan 2020 04:04:25 +0000 (09:34 +0530)
commit5cce3f05447f191a221a07960dbd68adf5265a80
tree3c3e2477bf059f674949563b8d45ae21803e7419
parent3a75afa4b96346cc28d7ecccc59366e6c04a06f4
bgpd: Adding BGP GR change mode config apply on notification sent & received.

* Changing GR mode on a router needs a session reset from the
SAME router to negotiate new GR capability.
* The present GR implementation needs a session reset after every
new BGP GR mode change.
* When BGP session reset happens due to sending or receiving BGP
notification after changing BGP GR mode, there is no need of
explicit session reset.

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