blob: eef2409391328a667eed92a8127c569eed39087f (
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.2 2010/05/05 09:57:45 michele 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
}
|