summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ospf_unnumbered_point_to_multipoint/r1/ospfd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ospf_unnumbered_point_to_multipoint/r1/ospfd.conf')
-rw-r--r--tests/topotests/ospf_unnumbered_point_to_multipoint/r1/ospfd.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/topotests/ospf_unnumbered_point_to_multipoint/r1/ospfd.conf b/tests/topotests/ospf_unnumbered_point_to_multipoint/r1/ospfd.conf
new file mode 100644
index 0000000..c7327b6
--- /dev/null
+++ b/tests/topotests/ospf_unnumbered_point_to_multipoint/r1/ospfd.conf
@@ -0,0 +1,11 @@
+!
+interface r1-eth1
+ ip ospf network point-to-multipoint
+ ip ospf hello-interval 2
+ ip ospf dead-interval 10
+ ip ospf prefix-suppress 10.1.1.2
+!
+router ospf
+ ospf router-id 10.0.255.1
+ network 0.0.0.0/0 area 0
+!