]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Do not send Deconfig/Shutdown message when restarting
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 27 Sep 2022 14:30:16 +0000 (17:30 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Mon, 7 Nov 2022 19:26:41 +0000 (19:26 +0000)
commit54acee45bd60bd06662f9551db500d584a9c73b1
tree37ea68968a1fd4602a7b0c4064501cad9f69367f
parent99477bc4925725a9f371149e5396937936b2a855
bgpd: Do not send Deconfig/Shutdown message when restarting

We might disable sending unconfig/shutdown notifications when
Graceful-Restart is enabled and negotiated.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 95098d9611e79d43b578400bb76dc7a76aa8cab9)
bgpd/bgpd.c
tests/topotests/bgp_gr_restart_retain_routes/__init__.py [new file with mode: 0644]
tests/topotests/bgp_gr_restart_retain_routes/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_gr_restart_retain_routes/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_gr_restart_retain_routes/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_gr_restart_retain_routes/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_gr_restart_retain_routes/test_bgp_gr_restart_retain_routes.py [new file with mode: 0644]