Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
274 B

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