Commit 51aec445 authored by Ad Schellevis's avatar Ad Schellevis

fix typo

parent 5497ae4e
......@@ -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']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment