mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
This was meant to remove duplicates here, even though charon will do by itself but better do it since it was meant to.
This commit is contained in:
parent
bc28e0e4b2
commit
2334aff978
@ -1100,7 +1100,7 @@ EOD;
|
||||
$tempsubnets = array();
|
||||
foreach ($leftsubnet_spec as $leftsubnet)
|
||||
$tempsubnets[$leftsubnet] = $leftsubnet;
|
||||
$ipsecfin .= "\tleftsubnet = " . join(",", $leftsubnet_spec) . "\n";
|
||||
$ipsecfin .= "\tleftsubnet = " . join(",", $tempsubnets) . "\n";
|
||||
unset($tempsubnets, $leftsubnet);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user