From 2465a9830e31cd24f72ad198b34fe86ccd8d7db1 Mon Sep 17 00:00:00 2001 From: Esben Norby Date: Thu, 19 Oct 2006 15:37:55 +0000 Subject: Add a sample configuration file for the newly comitted RIP daemon. ok claudio@ --- etc/ripd.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 etc/ripd.conf (limited to 'etc') 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 +} -- cgit v1.2.3