]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if BGP community-list filtering works correctly
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 16 Aug 2022 20:33:24 +0000 (23:33 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 16 Aug 2022 20:39:29 +0000 (23:39 +0300)
commitb08784281471bebb8b8dd4a97e558ae7cc078954
tree7977fc54f2c905dd3dbfe01a734bc0818d490c59
parent8202b98953c5e5f217e67cf899a18c7af792a19c
tests: Check if BGP community-list filtering works correctly

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