Browse Source

Add a sample configuration file for the newly comitted RIP daemon.

ok claudio@
OPENBSD_4_1
norby 17 years ago
parent
commit
5e683ea07b
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      src/etc/ripd.conf

+ 19
- 0
src/etc/ripd.conf View File

@ -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
}

Loading…
Cancel
Save