From 5e683ea07b8049673e988b91aa323f5051e85423 Mon Sep 17 00:00:00 2001 From: norby <> Date: Thu, 19 Oct 2006 15:37:54 +0000 Subject: [PATCH] Add a sample configuration file for the newly comitted RIP daemon. ok claudio@ --- src/etc/ripd.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/etc/ripd.conf diff --git a/src/etc/ripd.conf b/src/etc/ripd.conf new file mode 100644 index 00000000..e88de620 --- /dev/null +++ b/src/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 +}