]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if BGP SoO extended community filtering works
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 19 Aug 2022 09:48:15 +0000 (12:48 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 19 Aug 2022 09:48:15 +0000 (12:48 +0300)
commit2c61dd7313980ee961a03fa5650e2f537f3cb5e0
tree64067fdd74e6bf74103d1ce35a46fd13dd8692a8
parent8202b98953c5e5f217e67cf899a18c7af792a19c
tests: Check if BGP SoO extended community filtering works

Whn using as-override, we should be able to deny outgoing updates from
being propogated when `neighbor soo` is configured.

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
14 files changed:
tests/topotests/bgp_soo/__init__.py [new file with mode: 0644]
tests/topotests/bgp_soo/cpe1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_soo/cpe1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_soo/cpe2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_soo/cpe2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_soo/pe1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_soo/pe1/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_soo/pe1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_soo/pe1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_soo/pe2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_soo/pe2/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_soo/pe2/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_soo/pe2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_soo/test_bgp_soo.py [new file with mode: 0644]