]> git.proxmox.com Git - mirror_frr.git/commit
tests: Check if ORF filtering works correctly when modifying prefix-lists
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 5 Aug 2022 12:27:59 +0000 (15:27 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 5 Aug 2022 12:27:59 +0000 (15:27 +0300)
commitbdf51d2ae9e0c0340ff221ab36368065d0af821d
treeadd567d86953a7de78e5231f752a8e5225f406f4
parentf1aa49293a4a8302b70989aaa9ceb715385c3a7e
tests: Check if ORF filtering works correctly when modifying prefix-lists

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