]> git.proxmox.com Git - mirror_frr.git/commit
topotests: add bgp_vpnv4_ebgp test with 'mpls bgp forwarding'
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 17 Aug 2022 11:24:16 +0000 (13:24 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 5 Sep 2022 20:26:33 +0000 (22:26 +0200)
commitb244203fcc06772fdd6b762380b97476753b353b
tree844e867790e9c509653e9d994439e968034a6fe2
parent4cd690ae4d16814b0d5098764790578dab39e4a2
topotests: add bgp_vpnv4_ebgp test with 'mpls bgp forwarding'

add bgp_vpnv4_ebgp using the 'mpls bgp forwarding' interface
command.

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