summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf6_point_to_multipoint/r2/ospf6d.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf6_point_to_multipoint/r2/ospf6d.conf')
-rw-r--r--tests/topotests/ospf6_point_to_multipoint/r2/ospf6d.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/topotests/ospf6_point_to_multipoint/r2/ospf6d.conf b/tests/topotests/ospf6_point_to_multipoint/r2/ospf6d.conf
new file mode 100644
index 0000000..751d8d8
--- /dev/null
+++ b/tests/topotests/ospf6_point_to_multipoint/r2/ospf6d.conf
@@ -0,0 +1,30 @@
+hostname r2
+log file 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-sw5
+ ipv6 ospf6 network point-to-multipoint
+ ipv6 ospf6 area 0.0.0.0
+ ipv6 ospf6 hello-interval 2
+ ipv6 ospf6 dead-interval 10
+ ipv6 ospf6 p2p-p2mp connected-prefixes include
+!
+interface r2-stubnet
+ ipv6 ospf6 passive
+ ipv6 ospf6 area 0.0.0.0
+!
+router ospf6
+ ospf6 router-id 10.0.0.2
+ log-adjacency-changes detail
+ redistribute static
+!
+line vty
+ exec-timeout 0 0
+!