mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 17:01:49 +00:00
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:
parent
fdb7f5d54f
commit
6869bb921e
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user