summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-06-24 18:09:31 +0000
committerErmal <eri@pfsense.org>2014-06-24 18:09:31 +0000
commit649b6b851ceb366a0267ba5a71aa8c3df05cc5df (patch)
tree1a8045e95f22ed36854b20fb2daab8617606775c /etc/inc
parent0d26e77ca3dbde771fd4ffec549c0654220a300a (diff)
downloadpfsense-649b6b851ceb366a0267ba5a71aa8c3df05cc5df.zip
pfsense-649b6b851ceb366a0267ba5a71aa8c3df05cc5df.tar.gz
Actually use ph1ent ikeid here otherwise will duplicate ids here.
Diffstat (limited to 'etc/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 b509d08..9beb1ad 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -725,7 +725,7 @@ EOD;
$ipsecconf .=<<<EOD
-conn con{$ph2ent['ikeid']}-{$ph2ent['ikeid']}
+conn con{$ph1ent['ikeid']}-{$ph2ent['ikeid']}
aggressive = {$aggressive}
fragmentation = yes
keyexchange = {$keyexchange}
OpenPOWER on IntegriCloud