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>
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
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