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