]> git.puffer.fish Git - mirror/frr.git/commit
bgp_direct_to_bgp_vpn: initial version
authorLou Berger <lberger@labn.net>
Fri, 3 Nov 2017 20:39:09 +0000 (16:39 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
commit6d0dbb7996ea77a48f4a963dd760e1720e99f03b
tree45ec653e1e3a97b956b5a2e13463067940c82ac9
parent199a7c79c135da47f6659e233624a45ee39029ca
bgp_direct_to_bgp_vpn: initial version

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