]> git.puffer.fish Git - matthieu/frr.git/commit
ldp_vpls_topo1: add new topology for ldp pseudowires
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 13 Jul 2017 05:25:06 +0000 (02:25 -0300)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
commit6fcaea2bc6103a12a52e834e6ee89c939c063730
tree76cbb2e8223431120ac4742d5da93ed444cd441a
parent2dad85f4329a2cf9ffd5e96d7f0224b38756f0dd
ldp_vpls_topo1: add new topology for ldp pseudowires

This is a very simple topology for testing LDP pseudowires.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
38 files changed:
tests/topotests/ldp-vpls-topo1/__init__.py [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/ce1/zebra.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/ce2/zebra.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/ce3/zebra.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/ldpd.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/ospf-nbrs.txt [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/ospfd.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/show_ip_ospf_neighbor.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/show_ip_route.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/show_l2vpn_binding.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/show_l2vpn_vc.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/show_ldp_binding.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/show_ldp_discovery.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/show_ldp_neighbor.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r1/zebra.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r2/ldpd.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r2/ospfd.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r2/show_ip_ospf_neighbor.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r2/show_ip_route.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r2/show_l2vpn_binding.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r2/show_l2vpn_vc.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r2/show_ldp_binding.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r2/show_ldp_discovery.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r2/show_ldp_neighbor.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r2/zebra.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r3/ldpd.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r3/ospfd.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r3/show_ip_ospf_neighbor.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r3/show_ip_route.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r3/show_l2vpn_binding.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r3/show_l2vpn_vc.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r3/show_ldp_binding.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r3/show_ldp_discovery.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r3/show_ldp_neighbor.ref [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/r3/zebra.conf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/test_ldp_vpls_topo1.dot [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/test_ldp_vpls_topo1.pdf [new file with mode: 0644]
tests/topotests/ldp-vpls-topo1/test_ldp_vpls_topo1.py [new file with mode: 0755]