summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEsben Norby <norby@cvs.openbsd.org>2006-10-19 15:37:55 +0000
committerEsben Norby <norby@cvs.openbsd.org>2006-10-19 15:37:55 +0000
commit2465a9830e31cd24f72ad198b34fe86ccd8d7db1 (patch)
tree9d139c4cc7bbe4c66a6092e146ba595dad9617a9 /etc
parent183d6d0c340f47f3015a4dd91d69810bd89776b8 (diff)
Add a sample configuration file for the newly comitted RIP daemon.
ok claudio@
Diffstat (limited to 'etc')
-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
+}