]> git.puffer.fish Git - mirror/frr.git/commit
tests: Check if BGP confederation works with AS_EXTERNAL (!AS_SPECIFIED) 12872/head
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:35 +0000 (17:25 +0000)
commit7db7e747656a20ac0fa72623c0290df7bfd73310
tree92e250599318d20f6dd212819a137dda7a59610e
parent3e2a841adeea864dd7898be3126e815c272ea1ae
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]