mirror of
https://github.com/openbsd/src.git
synced 2024-12-22 07:27:59 -08:00
19 lines
274 B
Plaintext
19 lines
274 B
Plaintext
# $OpenBSD: ripd.conf,v 1.1 2014/07/11 21:20:10 deraadt Exp $
|
|
|
|
fib-update yes
|
|
redistribute static
|
|
split-horizon poisoned
|
|
triggered-updates yes
|
|
|
|
interface rl0 {
|
|
auth-type crypt
|
|
auth-md-keyid 1
|
|
auth-md 1 test
|
|
cost 2
|
|
}
|
|
|
|
interface rl1 {
|
|
auth-type simple
|
|
auth-key secret
|
|
}
|