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.

36 lines
496 B

  1. # $OpenBSD: ospf6d.conf,v 1.1 2007/10/08 12:16:35 norby 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. # hello-interval 10
  11. # metric 10
  12. # retransmit-interval 5
  13. # router-dead-time 40
  14. # router-priority 1
  15. # transmit-delay 1
  16. # rtlabel "DMZ" external-tag 1
  17. # areas
  18. area 0.0.0.5 {
  19. interface em0 {
  20. router-dead-time 20
  21. }
  22. interface em1 {
  23. }
  24. }
  25. area 0.0.0.7 {
  26. interface em2 {
  27. router-priority 5
  28. }
  29. }