]> git.proxmox.com Git - mirror_frr.git/commit
bgp_l3vpn_to_bgp_vrf: clone bgp_l3vpn_to_bgp_direct as starting point
authorLou Berger <lberger@labn.net>
Sun, 21 Jan 2018 13:47:16 +0000 (08:47 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:13 +0000 (20:22 -0500)
commit4ac1e79fbc013257bd83ad440ad96f2eb835fa04
tree1e90d16a81016156180977e39a5cfc759c51457a
parent99f5f0350bd81037e5c71fc65bb9ed3d5a25d57d
bgp_l3vpn_to_bgp_vrf: clone bgp_l3vpn_to_bgp_direct as starting point

Signed-off-by: Lou Berger <lberger@labn.net>
29 files changed:
tests/topotests/bgp_l3vpn_to_bgp_vrf/__init__.py [new file with mode: 0755]
tests/topotests/bgp_l3vpn_to_bgp_vrf/ce1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/ce1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/ce2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/ce2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/ce3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/ce3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/customize.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r2/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r3/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/ldpd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/ospfd.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/r4/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/add_routes.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/adjacencies.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/check_routes.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/scripts/cleanup_all.py [new file with mode: 0644]
tests/topotests/bgp_l3vpn_to_bgp_vrf/test_bgp_l3vpn_to_bgp_vrf.py [new file with mode: 0755]