]> git.puffer.fish Git - mirror/frr.git/commit
topotests: add bgp vpnv4 over gre test
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 20 Sep 2021 14:05:40 +0000 (16:05 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 5 Sep 2022 20:26:33 +0000 (22:26 +0200)
commit6e616738caa4a310d692660d23f96ab8dc77d672
tree0b191e1eeec183f969823f2b5a6d2207746be02f
parent1bb550b63ceb1809c069a81f1cbd74603c966fbb
topotests: add bgp vpnv4 over gre test

This test ensures that MPLS VPN routes can be installed into a
gre interface with route-map l3vpn next-hop encapsulation command
set. On the other hand, if this command is not set, incoming bgp
routes are not considered as valid.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/bgp_vpnv4_gre/__init__.py [new file with mode: 0644]
tests/topotests/bgp_vpnv4_gre/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_vpnv4_gre/r1/ipv4_routes.json [new file with mode: 0644]
tests/topotests/bgp_vpnv4_gre/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_vpnv4_gre/r2/bgp_ipv4_routes.json [new file with mode: 0644]
tests/topotests/bgp_vpnv4_gre/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_vpnv4_gre/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_vpnv4_gre/test_bgp_vpnv4_gre.py [new file with mode: 0644]