summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-25 21:40:25 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-25 21:40:25 +0100
commit02069977a30af657890df2498afd6c8e924b36a3 (patch)
tree95cb3ad14b3e2dabb0681925d9707ffe172c2e5d /etc/inc/vpn.inc
parent1eb378ed3c4d19844eef686078bbaf238771a30a (diff)
downloadpfsense-02069977a30af657890df2498afd6c8e924b36a3.zip
pfsense-02069977a30af657890df2498afd6c8e924b36a3.tar.gz
Ooops do the right things for a correct config and php syntax
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index c8392ea..61d28df 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -837,7 +837,7 @@ EOD;
if (!empty($peerid_spec))
$ipsecconf .= "\trightid = {$peerid_spec}\n";
if ($keyexchange == 'ikev1')
- aggressive = {$aggressive}
+ $ipsecconf .= "\taggressive = {$aggressive}\n";
}
}
}
OpenPOWER on IntegriCloud