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.

41 lines
590 B

  1. # $OpenBSD: ospfd.conf,v 1.4 2007/06/19 16:49:56 reyk Exp $
  2. # macros
  3. password="secret"
  4. # global configuration
  5. # router-id 10.0.0.1
  6. # fib-update no
  7. # stub router no
  8. # spf-delay 1
  9. # spf-holdtime 5
  10. # auth-key $password
  11. # auth-type simple
  12. # hello-interval 10
  13. # metric 10
  14. # retransmit-interval 5
  15. # router-dead-time 40
  16. # router-priority 1
  17. # transmit-delay 1
  18. # rtlabel "DMZ" external-tag 1
  19. # areas
  20. area 0.0.0.5 {
  21. interface em0 {
  22. auth-type simple
  23. auth-key $password
  24. }
  25. interface em1 {
  26. auth-type simple
  27. auth-key unknown
  28. }
  29. }
  30. area 0.0.0.7 {
  31. interface em2 {
  32. router-priority 5
  33. }
  34. }