summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf6_loopback_cost/r2/frr.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf6_loopback_cost/r2/frr.conf')
-rw-r--r--tests/topotests/ospf6_loopback_cost/r2/frr.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/topotests/ospf6_loopback_cost/r2/frr.conf b/tests/topotests/ospf6_loopback_cost/r2/frr.conf
new file mode 100644
index 0000000..8f3e2ca
--- /dev/null
+++ b/tests/topotests/ospf6_loopback_cost/r2/frr.conf
@@ -0,0 +1,16 @@
+!
+int lo
+ ipv6 address 2001:db8::2/128
+ ipv6 ospf6 area 0.0.0.0
+ ipv6 ospf6 passive
+!
+int r2-eth0
+ ipv6 address 2001:db8:1::2/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.2
+exit
+!