summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornorby <norby@openbsd.org>2006-10-19 15:37:54 +0000
committernorby <norby@openbsd.org>2006-10-19 15:37:54 +0000
commit74bbbe3ad589e589a830fd86c570dd306cf3f6ea (patch)
treea88e02106eff6c6a7aa3a22e7a4f615be2edffe5
parentone more missing brelse() on bread() error; pedro@ ok (diff)
downloadwireguard-openbsd-74bbbe3ad589e589a830fd86c570dd306cf3f6ea.tar.xz
wireguard-openbsd-74bbbe3ad589e589a830fd86c570dd306cf3f6ea.zip
Add a sample configuration file for the newly comitted RIP daemon.
ok claudio@
-rw-r--r--etc/ripd.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/etc/ripd.conf b/etc/ripd.conf
new file mode 100644
index 00000000000..e88de620b2b
--- /dev/null
+++ b/etc/ripd.conf
@@ -0,0 +1,19 @@
+# $OpenBSD: ripd.conf,v 1.1 2006/10/19 15:37:54 norby Exp $
+
+fib-update yes
+redistribute static
+split-horizon poisoned
+triggered-updates yes
+
+interface rl0 {
+ auth-type crypt
+ auth-md-keyid 1
+ auth-key test
+ auth-md 1 test
+ cost 2
+}
+
+interface rl1 {
+ auth-type simple
+ auth-key secret
+}