]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if BGP conditional advertisement works fine with static routes 14638/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 19 Oct 2023 17:25:23 +0000 (20:25 +0300)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Mon, 23 Oct 2023 11:42:06 +0000 (11:42 +0000)
commitb7f3fa844e99d031e1fcfe6fa77dadc9f65ef86a
tree2583d6a0cd337b19e9c99b34830c15cac63fdd35
parentccb10cd8a71d2a442e169f0af584e9d693e4b682
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]