diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2006-10-19 15:37:55 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2006-10-19 15:37:55 +0000 |
commit | 2465a9830e31cd24f72ad198b34fe86ccd8d7db1 (patch) | |
tree | 9d139c4cc7bbe4c66a6092e146ba595dad9617a9 /etc | |
parent | 183d6d0c340f47f3015a4dd91d69810bd89776b8 (diff) |
Add a sample configuration file for the newly comitted RIP daemon.
ok claudio@
Diffstat (limited to 'etc')
-rw-r--r-- | etc/ripd.conf | 19 |
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 +} |