mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 08:32:12 +00:00
tests: ospf6_ecmp_inter_area, no shutdown r7/r8 eth3
Drop eth3 shutdown from ospf6d.conf - it doesn't do anything there. And it actually shouldn't do anything: eth3 on r7/r8 are used as loopback-like interfaces to inject the address on eth2 into OSPFv3. So they need to be up for eth2 to work as expected. Based on original PR#16811 commit: eth3 shutdown is not applied because it is ospf6d.conf. Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com> Signed-off-by: Martin Buck <mb-tmp-tvguho.pbz@gromit.dyndns.org>
This commit is contained in:
parent
763069cd3b
commit
a09d98a95e
@ -13,9 +13,6 @@ interface r7-eth2
|
||||
ipv6 ospf6 hello-interval 2
|
||||
ipv6 ospf6 dead-interval 10
|
||||
!
|
||||
interface r7-eth3
|
||||
shutdown
|
||||
!
|
||||
router ospf6
|
||||
ospf6 router-id 10.254.254.7
|
||||
redistribute connected
|
||||
|
@ -13,9 +13,6 @@ interface r8-eth2
|
||||
ipv6 ospf6 hello-interval 2
|
||||
ipv6 ospf6 dead-interval 10
|
||||
!
|
||||
interface r8-eth3
|
||||
shutdown
|
||||
!
|
||||
router ospf6
|
||||
ospf6 router-id 10.254.254.8
|
||||
redistribute connected
|
||||
|
Loading…
Reference in New Issue
Block a user