blob: 90d8c4da89ca851765157b6af2e1a6a34e32d8db (
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 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
}
|