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.

33 lines
470 B

  1. # $OpenBSD: ospf6d.conf,v 1.1 2014/07/11 16:36:35 deraadt Exp $
  2. # global configuration
  3. # router-id 10.0.0.1
  4. # fib-update no
  5. # stub router no
  6. # spf-delay 1
  7. # spf-holdtime 5
  8. # hello-interval 10
  9. # metric 10
  10. # retransmit-interval 5
  11. # router-dead-time 40
  12. # router-priority 1
  13. # transmit-delay 1
  14. # rtlabel "DMZ" external-tag 1
  15. # areas
  16. area 0.0.0.5 {
  17. interface em0 {
  18. router-dead-time 20
  19. }
  20. interface em1 {
  21. }
  22. }
  23. area 0.0.0.7 {
  24. interface em2 {
  25. router-priority 5
  26. }
  27. }