]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Notify BGP conditional advertisement thread when the peer goes down 12242/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 20 Oct 2022 08:21:51 +0000 (11:21 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 1 Nov 2022 16:25:15 +0000 (16:25 +0000)
commit42deeee80fcbc47c311169bd2c6bceb6be95b499
tree35e6678c89995454e3c8da4d07878949e33fff14
parent8495213b10261dde562c270616f47267d080e9d1
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>
(cherry picked from commit 0775362306d51ceb3ca847f3aacd9b0b8451465b)
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]