mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
make the IPsec bypass LAN from LAN subnet to LAN subnet rather than from
LAN subnet to LAN IP. Same end result except it'll work for VIPs on same interface now.
This commit is contained in:
parent
df4de32d34
commit
699e20745b
@ -727,7 +727,7 @@ EOD;
|
||||
$ipsecconf .= <<<EOD
|
||||
|
||||
conn bypasslan
|
||||
leftsubnet = {$lanip}/32
|
||||
leftsubnet = {$lansa}/{$lansn}
|
||||
rightsubnet = {$lansa}/{$lansn}
|
||||
authby = never
|
||||
type = passthrough
|
||||
|
||||
Loading…
Reference in New Issue
Block a user