mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 17:44:41 +00:00
fix typo
This commit is contained in:
parent
5497ae4e78
commit
51aec445ec
@ -1770,7 +1770,7 @@ function interfaces_carp_setup()
|
||||
echo gettext("Configuring CARP settings...");
|
||||
mute_kernel_msgs();
|
||||
}
|
||||
set_single_sysctl("net.inet.carp.preempt" => "1");
|
||||
set_single_sysctl("net.inet.carp.preempt", "1");
|
||||
|
||||
if (!empty($config['hasync']['pfsyncinterface'])) {
|
||||
$carp_sync_int = get_real_interface($config['hasync']['pfsyncinterface']);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user