]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Check if route-map works correctly if modifying prefix-lists
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 16 Mar 2023 12:39:40 +0000 (14:39 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Sat, 18 Mar 2023 11:31:54 +0000 (11:31 +0000)
commit444a4716fbdefb61d0b7964731470f3019033cc2
tree81180841cbd47b02d581960a001bfab67becfa8b
parentbba9437b6e114427bb99e9615e1076a0505404e0
tests: Check if route-map works correctly if modifying prefix-lists

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit a1e538178cb1ed09f6bbc0612605c5980bb9a3df)
tests/topotests/bgp_prefix_list_any/__init__.py [new file with mode: 0644]
tests/topotests/bgp_prefix_list_any/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_prefix_list_any/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_prefix_list_any/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_prefix_list_any/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_prefix_list_any/test_bgp_prefix_list_any.py [new file with mode: 0644]