diff options
author | 2010-05-05 09:57:45 +0000 | |
---|---|---|
committer | 2010-05-05 09:57:45 +0000 | |
commit | 01019b37617de586ee541a8c994c21e291a0bbad (patch) | |
tree | 61bbc1228b7365a75b246570c467c4eb4e0c4dd0 | |
parent | restore mput and mget which got lost in the tab-completion changes. (diff) | |
download | wireguard-openbsd-01019b37617de586ee541a8c994c21e291a0bbad.tar.xz wireguard-openbsd-01019b37617de586ee541a8c994c21e291a0bbad.zip |
Uncomment a variable that is used later on.
ok claudio@
-rw-r--r-- | etc/ldpd.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ldpd.conf b/etc/ldpd.conf index 90d8c4da89c..eef24093913 100644 --- a/etc/ldpd.conf +++ b/etc/ldpd.conf @@ -1,7 +1,7 @@ -# $OpenBSD: ldpd.conf,v 1.1 2010/02/22 15:15:54 claudio Exp $ +# $OpenBSD: ldpd.conf,v 1.2 2010/05/05 09:57:45 michele Exp $ # macros -#fast="2" +fast="2" # global configuration # router-id 10.0.0.1 |