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>
This commit is contained in:
Igor Ryzhov 2021-06-07 21:58:26 +03:00
parent fdb7f5d54f
commit 6869bb921e
4 changed files with 9 additions and 9 deletions

View File

@ -9,12 +9,12 @@ debug ospf6 neighbor
debug ospf6 route table
debug ospf6 flooding
!
interface r1-stubnet vrf r1-cust1
interface r1-stubnet
ipv6 ospf6 network broadcast
ipv6 ospf6 hello-interval 2
ipv6 ospf6 dead-interval 10
!
interface r1-sw5 vrf r1-cust1
interface r1-sw5
ipv6 ospf6 network broadcast
ipv6 ospf6 hello-interval 2
ipv6 ospf6 dead-interval 10

View File

@ -9,12 +9,12 @@ debug ospf6 neighbor
debug ospf6 route table
debug ospf6 flooding
!
interface r2-stubnet vrf r2-cust1
interface r2-stubnet
ipv6 ospf6 network broadcast
ipv6 ospf6 dead-interval 10
ipv6 ospf6 hello-interval 2
!
interface r2-sw5 vrf r2-cust1
interface r2-sw5
ipv6 ospf6 network broadcast
ipv6 ospf6 dead-interval 10
ipv6 ospf6 hello-interval 2

View File

@ -9,17 +9,17 @@ debug ospf6 neighbor
debug ospf6 route table
debug ospf6 flooding
!
interface r3-stubnet vrf r3-cust1
interface r3-stubnet
ipv6 ospf6 network broadcast
ipv6 ospf6 dead-interval 10
ipv6 ospf6 hello-interval 2
!
interface r3-sw5 vrf r3-cust1
interface r3-sw5
ipv6 ospf6 network broadcast
ipv6 ospf6 dead-interval 10
ipv6 ospf6 hello-interval 2
!
interface r3-sw6 vrf r3-cust1
interface r3-sw6
ipv6 ospf6 network broadcast
ipv6 ospf6 dead-interval 10
ipv6 ospf6 hello-interval 2

View File

@ -9,12 +9,12 @@ debug ospf6 neighbor
debug ospf6 route table
debug ospf6 flooding
!
interface r4-stubnet vrf r4-cust1
interface r4-stubnet
ipv6 ospf6 network broadcast
ipv6 ospf6 hello-interval 2
ipv6 ospf6 dead-interval 10
!
interface r4-sw6 vrf r4-cust1
interface r4-sw6
ipv6 ospf6 network broadcast
ipv6 ospf6 hello-interval 2
ipv6 ospf6 dead-interval 10