Browse Source

There is no need for {} to just specifiy an interface.

OPENBSD_4_8
claudio 14 years ago
parent
commit
00f2d4a783
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/ldpd.conf

+ 3
- 3
src/etc/ldpd.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: ldpd.conf,v 1.2 2010/05/05 09:57:45 michele Exp $
# $OpenBSD: ldpd.conf,v 1.3 2010/06/25 22:49:05 claudio Exp $
# macros
fast="2"
@ -11,8 +11,8 @@ distribution independent
retention liberal
advertisement unsolicited
interface bge0 {
}
interface bge0
interface vlan5 {
hello-interval $fast
}


Loading…
Cancel
Save