Browse Source

Install a sample ldpd.conf file. OK dlg, deraadt

OPENBSD_4_7
claudio 14 years ago
parent
commit
8c334db7a2
2 changed files with 23 additions and 1 deletions
  1. +2
    -1
      src/etc/Makefile
  2. +21
    -0
      src/etc/ldpd.conf

+ 2
- 1
src/etc/Makefile View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.285 2010/01/23 19:27:59 matthieu Exp $
# $OpenBSD: Makefile,v 1.286 2010/02/22 15:15:54 claudio Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@ -82,6 +82,7 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 600 ospf6d.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 ripd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 dvmrpd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 ldpd.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 pf.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g operator -m 644 chio.conf ${DESTDIR}/etc
${INSTALL} -c -o root -g wheel -m 600 hostapd.conf ${DESTDIR}/etc


+ 21
- 0
src/etc/ldpd.conf View File

@ -0,0 +1,21 @@
# $OpenBSD: ldpd.conf,v 1.1 2010/02/22 15:15:54 claudio Exp $
# macros
#fast="2"
# global configuration
# router-id 10.0.0.1
# lfib-update no
distribution independent
retention liberal
advertisement unsolicited
interface bge0 {
}
interface vlan5 {
hello-interval $fast
}
interface vlan6 {
passive
}

Loading…
Cancel
Save