]> git.proxmox.com 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)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 30 Sep 2022 06:50:21 +0000 (09:50 +0300)
commit95098d9611e79d43b578400bb76dc7a76aa8cab9
tree9af3904dedc0e8356beab4217b13dcd8ca485b36
parent5ae96447d7e0b6f5e3a361b61b743b7e92e6832e
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>
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]