We don't need to set logging file per-daemon as topogen will already do
that for us. Also, remove hostname line as it seems to have no effect.
12 files changed:
-log file /tmp/r1-ospf6d.log
!
router ospf6
router-id 10.0.255.1
-log file /tmp/r1-ospfd.log
!
router ospf
ospf router-id 10.0.255.1
!
-hostname r1
-log file /tmp/r1-zebra.log
-!
interface r1-eth0
ip address 10.0.1.1/24
ipv6 address 2001:db8:1::1/64
!
ip forwarding
!
-line vty
-!
-log file /tmp/r2-ospf6d.log
!
router ospf6
router-id 10.0.255.2
-log file /tmp/r1-ospfd.log
!
router ospf
ospf router-id 10.0.255.2
!
-hostname r2
-log file /tmp/r2-zebra.log
-!
interface r2-eth0
ip address 10.0.2.1/24
ipv6 address 2001:db8:2::1/64
!
ip forwarding
!
-line vty
-!
-log file /tmp/r3-ospf6d.log
!
router ospf6
router-id 10.0.255.3
-log file /tmp/r3-ospfd.log
!
router ospf
ospf router-id 10.0.255.3
!
-hostname r3
-log file /tmp/r3-zebra.log
-!
interface r3-eth0
ip address 10.0.3.1/24
ipv6 address 2001:db8:3::1/64
!
ip forwarding
!
-line vty
-!
-log file /tmp/r4-ospf6d.log
!
router ospf6
router-id 10.0.255.4
-log file /tmp/r4-ospfd.log
!
router ospf
ospf router-id 10.0.255.4
!
-hostname r4
-log file /tmp/r4-zebra.log
-!
interface r4-eth0
ip address 172.16.0.1/24
ipv6 address 2001:db8:200::1/64
!
ip forwarding
!
-line vty
-!