]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/ospf6-topo1/r3/ospf6d.conf
*: convert startup logs to use per node directories also have startup and running...
[mirror_frr.git] / tests / topotests / ospf6-topo1 / r3 / ospf6d.conf
1 hostname r3
2 log file ospf6d.log
3 !
4 debug ospf6 message all
5 debug ospf6 lsa unknown
6 debug ospf6 zebra
7 debug ospf6 interface
8 debug ospf6 neighbor
9 debug ospf6 route table
10 debug ospf6 flooding
11 !
12 interface r3-stubnet
13 ipv6 ospf6 network broadcast
14 !
15 interface r3-sw5
16 ipv6 ospf6 network broadcast
17 !
18 interface r3-sw6
19 ipv6 ospf6 network broadcast
20 !
21 router ospf6
22 router-id 10.0.0.3
23 log-adjacency-changes detail
24 redistribute static
25 interface r3-stubnet area 0.0.0.0
26 interface r3-sw5 area 0.0.0.0
27 interface r3-sw6 area 0.0.0.1
28 !
29 line vty
30 exec-timeout 0 0
31 !