summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-01-08 00:48:05 +0100
committerErmal LUÇI <eri@pfsense.org>2015-01-08 00:48:20 +0100
commitf8e23dc8c4f6c333621e4fb44e8fc1f3ef1dd60c (patch)
tree550927818979919d84c3cc75830d2c6f2b527706
parent0759fdd8d06c39eb38a1ea6743b278e579eb0960 (diff)
downloadpfsense-f8e23dc8c4f6c333621e4fb44e8fc1f3ef1dd60c.zip
pfsense-f8e23dc8c4f6c333621e4fb44e8fc1f3ef1dd60c.tar.gz
Fixes #4188 use the same reqid over same phase1 but different phase2 connections. The dashboard will be fixed with the ticket already open. This should fix a lot of instabilities reported on the forums for people having a dozen or more tunnels
-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 1dbf12d..9f0ea8e 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -860,7 +860,7 @@ EOD;
$ipsecfin = '';
foreach ($rightsubnet_spec as $idx => $rsubnet) {
$ipsecfin .= "\nconn con{$ph1ent['ikeid']}00{$idx}\n";
- $ipsecfin .= "\treqid = {$ikeid}00{$idx}\n";
+ $ipsecfin .= "\treqid = {$ikeid}\n";
$ipsecfin .= $ipsecconnect;
$ipsecfin .= "\trightsubnet = {$rsubnet}\n";
$ipsecfin .= "\tleftsubnet = " . $leftsubnet_spec[$idx] . "\n";
OpenPOWER on IntegriCloud