mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Tweak the carp demotion factors slightly to avoid CARP transitions that are most likely unnecessary.
This commit is contained in:
parent
6e4c199b63
commit
0b3cf7da55
@ -166,6 +166,8 @@ $sysctls = array("net.inet.ip.portrange.first" => "1024",
|
||||
"net.enc.out.ipsec_filter_mask" => "0x0001",
|
||||
"net.enc.in.ipsec_bpf_mask" => "0x0002",
|
||||
"net.enc.in.ipsec_filter_mask" => "0x0002"
|
||||
"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 */
|
||||
);
|
||||
|
||||
/* 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