1# $OpenBSD: ripd.conf,v 1.1 2014/07/11 21:20:10 deraadt Exp $ 2 3fib-update yes 4redistribute static 5split-horizon poisoned 6triggered-updates yes 7 8interface rl0 { 9 auth-type crypt 10 auth-md-keyid 1 11 auth-md 1 test 12 cost 2 13} 14 15interface rl1 { 16 auth-type simple 17 auth-key secret 18} 19