]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Notify BGP conditional advertisement thread when the peer goes down 12159/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 20 Oct 2022 08:21:51 +0000 (11:21 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 20 Oct 2022 12:21:47 +0000 (15:21 +0300)
commit0775362306d51ceb3ca847f3aacd9b0b8451465b
treeaf5f3346b4e94c3a29316fff911eaf66d06932f0
parenta654221c7083dd27741b48f3167ca49c3c51048c
bgpd: Notify BGP conditional advertisement thread when the peer goes down

Also, make sure we check if the advertisement table changed using FROM peer,
not TO peer.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
bgpd/bgp_conditional_adv.c
bgpd/bgp_fsm.c
tests/topotests/bgp_conditional_advertisement_track_peer/__init__.py [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_track_peer/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_track_peer/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_track_peer/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_track_peer/r2/staticd.conf [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_track_peer/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_track_peer/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_track_peer/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_track_peer/test_bgp_conditional_advertisement_track_peer.py [new file with mode: 0644]