]> git.puffer.fish Git - mirror/frr.git/commit
tests: Test if prefix is not re-advertised downstream with blackhole community 7899/head
authorDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 21 Jan 2021 13:25:04 +0000 (15:25 +0200)
committerDonatas Abraitis <donatas.abraitis@gmail.com>
Thu, 21 Jan 2021 14:00:53 +0000 (16:00 +0200)
commit3130cfd7420d7510317cdd9a127da1ca63381647
tree8a0cd8f93f02b6700fb3bce2b62ba79a2602c6e3
parent10ae708b2e20c1c4920ef33b72ce37102e8d2f13
tests: Test if prefix is not re-advertised downstream with blackhole community

Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
tests/topotests/bgp_blackhole_community/__init__.py [new file with mode: 0644]
tests/topotests/bgp_blackhole_community/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_blackhole_community/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_blackhole_community/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_blackhole_community/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_blackhole_community/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_blackhole_community/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_blackhole_community/test_bgp_blackhole_community.py [new file with mode: 0644]