blob: ea5fda7974a2c4bc4cb588350bc9690d9284cd43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $OpenBSD: ldpd.conf,v 1.1 2014/07/11 16:32:52 deraadt 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
}
|