xref: /openbsd/etc/examples/ldpd.conf (revision 8529ddd3)
1#	$OpenBSD: ldpd.conf,v 1.1 2014/07/11 16:32:52 deraadt Exp $
2
3# macros
4fast="2"
5
6# global configuration
7# router-id 10.0.0.1
8# lfib-update no
9
10distribution independent
11retention liberal
12advertisement unsolicited
13
14interface bge0
15
16interface vlan5 {
17	hello-interval $fast
18}
19interface vlan6 {
20	passive
21}
22