]> git.proxmox.com Git - mirror_frr.git/commit
tests: add topotest for ospf6d vrf support
authorharios_niral <hari@niralnetworks.com>
Wed, 5 May 2021 20:19:31 +0000 (23:19 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 6 May 2021 07:54:31 +0000 (10:54 +0300)
commit0681195e86db67065b2036236a5b13ee8a1bd2b4
treefc2b1f999f5be63b7b20329f4b242f656dd1cbba
parentd48ef099db433a5d0be9d1584af346e015e84991
tests: add topotest for ospf6d vrf support

Co-authored-by: Kaushik Nath <kaushiknath.null@gmail.com>
Signed-off-by: harios_niral <hari@niralnetworks.com>
19 files changed:
tests/topotests/ospf6-topo1-vrf/README.md [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r1/ip_6_address.nhg.ref [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r1/ip_6_address.ref [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r1/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r1/show_ipv6_vrf_route.ref [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r1/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r2/ip_6_address.ref [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r2/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r2/show_ipv6_vrf_route.ref [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r2/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r3/ip_6_address.ref [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r3/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r3/show_ipv6_vrf_route.ref [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r3/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r4/ip_6_address.ref [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r4/ospf6d.conf [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r4/show_ipv6_vrf_route.ref [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/r4/zebra.conf [new file with mode: 0644]
tests/topotests/ospf6-topo1-vrf/test_ospf6_topo1_vrf.py [new file with mode: 0755]