mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fastforwarding is not compatible with ipsec tunnels -- turn it off if the user has ipsec tunnels.
This commit is contained in:
parent
f55cccc4a4
commit
4cbcdf9115
@ -94,6 +94,9 @@ function vpn_ipsec_configure($ipchg = false) {
|
||||
|
||||
if (isset($ipseccfg['enable'])) {
|
||||
|
||||
/* fastforwarding is not compatible with ipsec tunnels */
|
||||
sysctl("sysctl net.inet.ip.fastforwarding=0");
|
||||
|
||||
if (!$curwanip) {
|
||||
/* IP address not configured yet, exit */
|
||||
if ($g['booting'])
|
||||
|
||||
Loading…
Reference in New Issue
Block a user