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.

21 lines
301 B

  1. # $OpenBSD: ldpd.conf,v 1.3 2010/06/25 22:49:05 claudio Exp $
  2. # macros
  3. fast="2"
  4. # global configuration
  5. # router-id 10.0.0.1
  6. # lfib-update no
  7. distribution independent
  8. retention liberal
  9. advertisement unsolicited
  10. interface bge0
  11. interface vlan5 {
  12. hello-interval $fast
  13. }
  14. interface vlan6 {
  15. passive
  16. }