summaryrefslogtreecommitdiffstats
path: root/etc
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:05 +0100
commit4a3ce17a7e3926cce3bf2671965096db78f95932 (patch)
tree269b16cc2d6320adbcdcacd840f68bae8de64c68 /etc
parent7a9597808c3c41591b2c3776d18ff7ab3d3144ca (diff)
downloadpfsense-4a3ce17a7e3926cce3bf2671965096db78f95932.zip
pfsense-4a3ce17a7e3926cce3bf2671965096db78f95932.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
Diffstat (limited to 'etc')
-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