summaryrefslogtreecommitdiff
path: root/etc/examples/ripd.conf
blob: c5756ce1509a064524a17bf0c627aac62ca467cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$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
}