summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhenning <henning@openbsd.org>2005-02-05 20:40:22 +0000
committerhenning <henning@openbsd.org>2005-02-05 20:40:22 +0000
commit7f80537d0e91db2816d264d5919b70b48ca01595 (patch)
tree3a9e06a57f1856923061a981c125dd78834e4f3c
parentuse mii_phy_match() (diff)
downloadwireguard-openbsd-7f80537d0e91db2816d264d5919b70b48ca01595.tar.xz
wireguard-openbsd-7f80537d0e91db2816d264d5919b70b48ca01595.zip
sample ospfd.conf, to be fleshed out
-rw-r--r--etc/ospfd.conf34
1 files changed, 34 insertions, 0 deletions
diff --git a/etc/ospfd.conf b/etc/ospfd.conf
new file mode 100644
index 00000000000..764a42aaaf2
--- /dev/null
+++ b/etc/ospfd.conf
@@ -0,0 +1,34 @@
+# $OpenBSD: ospfd.conf,v 1.1 2005/02/05 20:40:22 henning Exp $
+
+router-id 1.11.12.13
+
+hello-interval 10
+router-dead-time 40
+#spf-delay 5
+#spf-holdtime 10
+#auto-cost 1000
+
+router-priority 1
+metric 10
+#auth-type plain
+#auth-key secret
+
+area 0.0.0.0 {
+ interface em0 {
+ hello-interval $test
+ router-dead-time 40
+ router-priority 0
+ metric 11
+ #auth-type none
+ #auth-key secret
+ #transmit-delay 5
+ #retransmit-interval 20
+ }
+
+# interface em1 {
+# hello-interval 10
+# router-dead-time 40
+# router-priority 3
+# metric 12
+# }
+}