diff options
author | 2010-06-25 22:49:05 +0000 | |
---|---|---|
committer | 2010-06-25 22:49:05 +0000 | |
commit | 6b69bd1e232adbda41ed752200c39e625185c477 (patch) | |
tree | cdc209fbef45c6666ad8697228e7c5a2832fa91f | |
parent | minor cleanups (diff) | |
download | wireguard-openbsd-6b69bd1e232adbda41ed752200c39e625185c477.tar.xz wireguard-openbsd-6b69bd1e232adbda41ed752200c39e625185c477.zip |
There is no need for {} to just specifiy an interface.
-rw-r--r-- | etc/ldpd.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/ldpd.conf b/etc/ldpd.conf index eef24093913..d0bfee00571 100644 --- a/etc/ldpd.conf +++ b/etc/ldpd.conf @@ -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 } |