diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc index 0138c03cd4..c4b86703a0 100644 --- a/etc/inc/vpn.inc +++ b/etc/inc/vpn.inc @@ -1080,11 +1080,6 @@ EOD; if (!empty($reqids[$idx])) $ipsecfin .= "\treqid = " . $reqids[$idx] . "\n"; $ipsecfin .= $ipsecconnect; - /* - * This is for making strongswan consider the various similar - * connection profiles as different and forces it to create - * separate IKE SAs for each subnet from P2 - */ $ipsecfin .= "\tkeyingtries = {$keyingtries}\n"; $keyingtries++; $ipsecfin .= "\trightsubnet = {$rsubnet}\n";