diff --git a/src/etc/Makefile b/src/etc/Makefile index 9e7112b9..69a98565 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -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 diff --git a/src/etc/ldpd.conf b/src/etc/ldpd.conf new file mode 100644 index 00000000..90d8c4da --- /dev/null +++ b/src/etc/ldpd.conf @@ -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 +}