mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct the leftsubnet specification for transport mode.
This commit is contained in:
parent
7c2a9397eb
commit
41c4ef39fd
@ -714,7 +714,7 @@ EOD;
|
||||
$left_spec = "%any";
|
||||
} else {
|
||||
$tmpsubnet = ipsec_get_phase1_src($ph1ent);
|
||||
if ($leftsubnet_spec[$tmpsubnet])
|
||||
if (empty($leftsubnet_spec[$tmpsubnet]))
|
||||
$leftsubnet_spec[$tmpsubnet] = $tmpsubnet;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user