]> git.puffer.fish Git - mirror/frr.git/commit
topotests: extend bgp_srv6_l3vpn_to_bgp_vrf4 test with bgp peers
authorJonathan Voss <jvoss@onvox.net>
Thu, 13 Mar 2025 22:04:48 +0000 (22:04 +0000)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 24 Mar 2025 08:17:01 +0000 (09:17 +0100)
commit11ac6ab650c79bc520e9ad7266c8abc2ed131d6b
tree371cde3f84849abe8ef8c16f5d97e5c75c4fefb8
parent92ba38bde2d688bfb663e6ab6eadf529397c9f8c
topotests: extend bgp_srv6_l3vpn_to_bgp_vrf4 test with bgp peers

This test ensures route redistribution across an srv6 VPN network
is well taken into account.

Signed-off-by: Jonathan Voss <jvoss@onvox.net>
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
25 files changed:
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce1/ip_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce1/ipv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce1/setup.sh [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce2/ip_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce2/ipv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce2/setup.sh [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/ce2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r1/setup.sh [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r1/vpnv4_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r1/vpnv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r1/vrf10v4_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r1/vrf10v6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r2/setup.sh [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r2/vpnv4_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r2/vpnv6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r2/vrf10v4_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r2/vrf10v6_rib.json [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf4/test_bgp_srv6l3vpn_to_bgp_vrf4.py [new file with mode: 0644]