summaryrefslogtreecommitdiffstats
path: root/tests/topotests/all_protocol_startup/r1/ospf6d.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/all_protocol_startup/r1/ospf6d.conf')
-rw-r--r--tests/topotests/all_protocol_startup/r1/ospf6d.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/topotests/all_protocol_startup/r1/ospf6d.conf b/tests/topotests/all_protocol_startup/r1/ospf6d.conf
new file mode 100644
index 0000000..2e45186
--- /dev/null
+++ b/tests/topotests/all_protocol_startup/r1/ospf6d.conf
@@ -0,0 +1,19 @@
+log file ospf6d.log
+!
+! debug ospf6 lsa unknown
+! debug ospf6 zebra
+! debug ospf6 interface
+! debug ospf6 neighbor
+!
+interface r1-eth4
+!
+router ospf6
+ ospf6 router-id 192.168.0.1
+ log-adjacency-changes
+ interface r1-eth4 area 0.0.0.0
+!
+line vty
+!
+route-map LIES deny 10
+ match interface notpresent
+!