]> git.puffer.fish Git - matthieu/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)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 28 Feb 2024 09:35:43 +0000 (09:35 +0000)
commit036065fc5350ec242301707901d46cd6a4f7d3f3
tree0a970c09d43c87fcb5d3b829f38b8a2a287f40d8
parent111a9e1adaa9b9520366a92a9db3d52df84e833c
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>
(cherry picked from commit 4d7df91752d7414d9719a361a2fd4cc30943dc96)
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]