blob: d0bfee00571fc19da047345d6f1062edaceb3b1d (
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.3 2010/06/25 22:49:05 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
}
|