]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if BGP default-originate withdraw works correctly 12782/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 9 Feb 2023 20:55:53 +0000 (22:55 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 9 Feb 2023 20:57:42 +0000 (22:57 +0200)
commit35b7ce08a81cfa8b55bd5160008e36d83cb8b791
tree60b4365301f3e31f6403183925a16c5bd3ed9744
parente9340ff429f5f1a255e89a50867a04a370cd56bb
tests: Check if BGP default-originate withdraw works correctly

And also do not crash when we do `clear ip bgp ...`.

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