]> git.proxmox.com Git - mirror_frr.git/commit
topotests: add test with aspath list encoded as asdot+ format
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 23 Nov 2022 14:46:34 +0000 (15:46 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 10 Feb 2023 09:27:23 +0000 (10:27 +0100)
commit8ede0c8015dc96f52faa852e66e037179b48e208
treede119d9529a4a9a0e5ea683c62e866947a3795f5
parentfa566a94af4c5b70fa917c5ca0c1db6808f676cc
topotests: add test with aspath list encoded as asdot+ format

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_local_as_dotplus_private_remove/__init__.py [new file with mode: 0644]
tests/topotests/bgp_local_as_dotplus_private_remove/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_local_as_dotplus_private_remove/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_local_as_dotplus_private_remove/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_local_as_dotplus_private_remove/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_local_as_dotplus_private_remove/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_local_as_dotplus_private_remove/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_local_as_dotplus_private_remove/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_local_as_dotplus_private_remove/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_local_as_dotplus_private_remove/test_bgp_local_as_dotplus_private_remove.py [new file with mode: 0644]