]> 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)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 22 Feb 2023 08:08:40 +0000 (10:08 +0200)
commitcaf65e4a27539b1ecc0f6820994d36278c0e63e6
tree81cc8fb9f38fdad7028347c9d747e847f18cbf45
parentdb5a5ee6e4665b5f951ed2a37398820da4b762f1
tests: Check if BGP confederation works with AS_EXTERNAL (!AS_SPECIFIED)

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
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]