diff options
author | 2006-10-19 15:37:54 +0000 | |
---|---|---|
committer | 2006-10-19 15:37:54 +0000 | |
commit | 74bbbe3ad589e589a830fd86c570dd306cf3f6ea (patch) | |
tree | a88e02106eff6c6a7aa3a22e7a4f615be2edffe5 | |
parent | one more missing brelse() on bread() error; pedro@ ok (diff) | |
download | wireguard-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.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 +} |