]> git.puffer.fish Git - mirror/frr.git/commit
ospf-topo1-vrf: replace ip_route method with ip_route_zebra
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 20 Jul 2018 14:23:51 +0000 (16:23 +0200)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:14 +0000 (20:22 -0500)
commit918138769cd1ca0bb21c5e824795205a88489c74
treeb4224f04b8e2049ecf06936f3156a294cab76158
parentb220b3c83a71463323f4e3debc5cb207eb7d1bec
ospf-topo1-vrf: replace ip_route method with ip_route_zebra

To analyse which route has been entered in the kernel, the
 zebra show ip route vrf command is used.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
tests/topotests/ospf-topo1-vrf/r1/zebraroute.txt [new file with mode: 0644]
tests/topotests/ospf-topo1-vrf/r1/zebraroutedown.txt [new file with mode: 0644]
tests/topotests/ospf-topo1-vrf/r2/zebraroute.txt [new file with mode: 0644]
tests/topotests/ospf-topo1-vrf/r2/zebraroutedown.txt [new file with mode: 0644]
tests/topotests/ospf-topo1-vrf/r3/zebraroute.txt [new file with mode: 0644]
tests/topotests/ospf-topo1-vrf/r3/zebraroutedown.txt [new file with mode: 0644]
tests/topotests/ospf-topo1-vrf/test_ospf_topo1_vrf.py