]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Check if BGP conditional advertisement works fine with static routes
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 19 Oct 2023 17:25:23 +0000 (20:25 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 25 Oct 2023 04:51:36 +0000 (04:51 +0000)
commitc502cb0e1dad686ab97b6d7240b3821ad6a19ceb
treeb329cc865c3cfcc2bfc38ffeeb31529894749701
parent6b3afa3457a86196383c284047335e1683af4e3a
tests: Check if BGP conditional advertisement works fine with static routes

If we modify the prefix-list that is used to define the routes to be
advertised, all of them MUST be advertised.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 3c9415125818b54416bd89b9f703f987ff91746c)
tests/topotests/bgp_conditional_advertisement_static_route/__init__.py [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_static_route/r1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_static_route/r2/frr.conf [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_static_route/r3/frr.conf [new file with mode: 0644]
tests/topotests/bgp_conditional_advertisement_static_route/test_bgp_conditional_advertisement_static_route.py [new file with mode: 0644]