summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf6_loopback_cost/r1/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf6_loopback_cost/r1/frr.conf')
-rw-r--r--tests/topotests/ospf6_loopback_cost/r1/frr.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/topotests/ospf6_loopback_cost/r1/frr.conf b/tests/topotests/ospf6_loopback_cost/r1/frr.conf
new file mode 100644
index 0000000..d85166b
--- /dev/null
+++ b/tests/topotests/ospf6_loopback_cost/r1/frr.conf
@@ -0,0 +1,16 @@
+!
+int lo
+ ipv6 address 2001:db8::1/128
+ ipv6 ospf6 area 0.0.0.0
+ ipv6 ospf6 passive
+!
+int r1-eth0
+ ipv6 address 2001:db8:1::1/64
+ ipv6 ospf6 area 0.0.0.0
+ ipv6 ospf6 hello-interval 1
+ ipv6 ospf6 dead-interval 4
+!
+router ospf6
+ ospf6 router-id 0.0.0.1
+exit
+!