]> git.proxmox.com Git - mirror_frr.git/commit - tests/topotests/bgp_vpn_5549_route_map/test_bgp_vpn_5549_route_map.py
tests: Check if we can override IPv6 next-hop for VPN networks in route-map
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 18 Nov 2022 13:40:45 +0000 (15:40 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 18 Nov 2022 14:17:15 +0000 (16:17 +0200)
commit9a84cb612e8532d6f14d4702ecd9dfd6af408be5
treecc576ae07cb5ba6e14c413b73c8c5acccdbcbcd7
parentb7de3fe8a9907d37f9f7726a87e488de7f1f9ec4
tests: Check if we can override IPv6 next-hop for VPN networks in route-map

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
14 files changed:
tests/topotests/bgp_vpn_5549_route_map/__init__.py [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/cpe1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/cpe1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/cpe2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/cpe2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/pe1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/pe1/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/pe1/ospf6d.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/pe1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/pe2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/pe2/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/pe2/ospf6d.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/pe2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_vpn_5549_route_map/test_bgp_vpn_5549_route_map.py [new file with mode: 0644]