]> git.puffer.fish Git - mirror/frr.git/commit
tests: fix ospf6_topo1_vrf
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 7 Jun 2021 18:58:26 +0000 (21:58 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 10 Jun 2021 16:21:16 +0000 (19:21 +0300)
commit0f7e13167e0614c871f47c073405d720fd1693bd
treefa023e0a16553cf2859da78ccb91139f17c91b19
parent8e85b98aa3e5ecf8c3c355ccdff23d0334417bf2
tests: fix ospf6_topo1_vrf

ospf6d (and all other daemons except zebra) doesn't correctly process
`interface X vrf Y`, because it doesn't know existing VRFs at the time
of configuration file reading. Therefore it doesn't apply configuration
provided in the interface node.

Fix the problem by removing `vrf Y` part, having just an interface name
is enough.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
tests/topotests/ospf6_topo1_vrf/r1/ospf6d.conf
tests/topotests/ospf6_topo1_vrf/r2/ospf6d.conf
tests/topotests/ospf6_topo1_vrf/r3/ospf6d.conf
tests/topotests/ospf6_topo1_vrf/r4/ospf6d.conf