]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Check if routes are withdrawn with unwanted attributes
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 24 Jan 2023 08:29:13 +0000 (10:29 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 1 Feb 2023 20:57:34 +0000 (22:57 +0200)
commit599d1200b318806eae71ac6e32ecf75cd1168298
tree3109d701c149c3d142ac99a848ad412bd417db88
parent70a029ef1c5627afd9a5facce8b8931a8ffa2d35
tests: Check if routes are withdrawn with unwanted attributes

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_path_attribute_treat_as_withdraw/__init__.py [new file with mode: 0644]
tests/topotests/bgp_path_attribute_treat_as_withdraw/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_path_attribute_treat_as_withdraw/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_path_attribute_treat_as_withdraw/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_path_attribute_treat_as_withdraw/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_path_attribute_treat_as_withdraw/test_bgp_path_attribute_treat_as_withdraw.py [new file with mode: 0644]