]> git.puffer.fish Git - mirror/frr.git/commit
tests: add topotest for remove-private-AS 10159/head
authorTrey Aspelund <taspelund@nvidia.com>
Thu, 20 Jan 2022 22:40:13 +0000 (22:40 +0000)
committerTrey Aspelund <taspelund@nvidia.com>
Mon, 24 Jan 2022 20:06:50 +0000 (20:06 +0000)
commitd20e1bba27e92f9804edc908b196096aa4b516e7
tree4592dd94005179bce47c2d4c0693b4528824274d
parent179d5a0e2652487da81eb8eb48173cadd47e113f
tests: add topotest for remove-private-AS

Introduces a topotest to validate proper AS-Path manipulation when using
"neighbor ... remove-private-AS".

Signed-off-by: Trey Aspelund <taspelund@nvidia.com>
tests/topotests/bgp_remove_private_as/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_remove_private_as/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_remove_private_as/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_remove_private_as/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_remove_private_as/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_remove_private_as/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_remove_private_as/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_remove_private_as/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_remove_private_as/r5/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_remove_private_as/r5/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_remove_private_as/test_bgp_remove_private_as.py [new file with mode: 0644]