]> git.puffer.fish Git - mirror/frr.git/commit
topotests: add an ebgp 6vpe test
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 13 Mar 2023 09:47:16 +0000 (10:47 +0100)
committerLouis Scalbert <louis.scalbert@6wind.com>
Mon, 26 Feb 2024 09:16:58 +0000 (10:16 +0100)
commit4d7df91752d7414d9719a361a2fd4cc30943dc96
tree1ea35cf8fdd3498444270d520bf2a2f9cf51bef0
parent2bc8ae0d6a6d21e68e07484bc00893d4d9aeb0b7
topotests: add an ebgp 6vpe test

This test uses the connected ipv4 mapped ipv6 prefix
to resolve the received BGP routes.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Signed-off-by: François Dumontet <francois.dumontet@6wind.com>
15 files changed:
tests/topotests/bgp_6vpe_ebgp_topo1/__init__.py [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/h1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/h2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe1/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe1/bgp_vrf_ipv6.json [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe1/ipv6_routes_vrf.json [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe1/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe2/bgp_summary.json [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe2/bgp_vrf_ipv6.json [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe2/isisd.conf [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/pe2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_6vpe_ebgp_topo1/test_bgp_6vpe_ebgp_topo1.py [new file with mode: 0644]