]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Streamline GR config, act on change immediately
authorvivek <vivek@cumulusnetworks.com>
Sun, 25 Oct 2020 18:31:42 +0000 (11:31 -0700)
committerPooja Jagadeesh Doijode <pdoijode@nvidia.com>
Thu, 27 Jun 2024 18:40:57 +0000 (11:40 -0700)
commit15403f521a12b668e87ef8961c78e0ed97c6ff92
tree175ee03e450b2bac486e0364ee9409eadef00e80
parentf0210cbacccf4497a79ed6f45fa61831ec5c24f9
bgpd: Streamline GR config, act on change immediately

Streamline the BGP graceful-restart configuration at the global and
peer level some more. Similar to many other neighbor capability
parameters like MP and ENHE, reset the session immediately upon a
change to the configuration. This will be more aligned with the
transactional UI model also and will not require a separate 'clear'
command to be executed.

Note: Peer-group graceful-restart configuration is not yet supported.

Signed-off-by: Vivek Venkatraman <vivek@nvidia.com>
bgpd/bgp_fsm.c
bgpd/bgp_fsm.h
bgpd/bgp_vty.c
bgpd/bgp_vty.h
bgpd/bgpd.c