mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Make forcesync default to the same behavior as freebsd rather than as intended for cf cards. People with issues on CF can enable the tunable
This commit is contained in:
parent
1189757e91
commit
32e53d709f
@ -168,7 +168,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
|
||||
"net.enc.in.ipsec_filter_mask" => "0x0002",
|
||||
"net.key.preferred_oldsa" => "0",
|
||||
"net.inet.carp.senderr_demotion_factor" => 0, /* Do not demote CARP for interface send errors */
|
||||
"net.pfsync.carp_demotion_factor" => 0 /* Do not demote CARP for pfsync errors */
|
||||
"net.pfsync.carp_demotion_factor" => 0, /* Do not demote CARP for pfsync errors */
|
||||
"vfs.forceync" => 1
|
||||
);
|
||||
|
||||
/* Include override values for the above if needed. If the file doesn't exist, don't try to load it. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user