summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf6-topo1/r2/ospf6d.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf6-topo1/r2/ospf6d.conf')
-rw-r--r--tests/topotests/ospf6-topo1/r2/ospf6d.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/topotests/ospf6-topo1/r2/ospf6d.conf b/tests/topotests/ospf6-topo1/r2/ospf6d.conf
new file mode 100644
index 000000000..e98ed2922
--- /dev/null
+++ b/tests/topotests/ospf6-topo1/r2/ospf6d.conf
@@ -0,0 +1,27 @@
+hostname r2
+log file /tmp/r2-ospf6d.log
+!
+debug ospf6 message all
+debug ospf6 lsa unknown
+debug ospf6 zebra
+debug ospf6 interface
+debug ospf6 neighbor
+debug ospf6 route table
+debug ospf6 flooding
+!
+interface r2-stubnet
+ ipv6 ospf6 network broadcast
+!
+interface r2-sw5
+ ipv6 ospf6 network broadcast
+!
+router ospf6
+ router-id 10.0.0.2
+ log-adjacency-changes detail
+ redistribute static
+ interface r2-stubnet area 0.0.0.0
+ interface r2-sw5 area 0.0.0.0
+!
+line vty
+ exec-timeout 0 0
+!