]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Check if BGP confederation works with AS_EXTERNAL (!AS_SPECIFIED)
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 21 Feb 2023 21:37:04 +0000 (23:37 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 22 Feb 2023 17:25:36 +0000 (17:25 +0000)
commit55189a8d9102f96ea8444b04b98a82919dcca2a5
tree9721a3bc63fedaada1e44bd82552fd638c441f66
parentef6f76144beb88a3bc0a382d3c923eb2997ccfea
tests: Check if BGP confederation works with AS_EXTERNAL (!AS_SPECIFIED)

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit caf65e4a27539b1ecc0f6820994d36278c0e63e6)
tests/topotests/bgp_confederation_astype/__init__.py [new file with mode: 0644]
tests/topotests/bgp_confederation_astype/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_confederation_astype/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_confederation_astype/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_confederation_astype/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_confederation_astype/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_confederation_astype/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_confederation_astype/test_bgp_confederation_astype.py [new file with mode: 0644]