From 749b7a332866aa92aeb03cada909e2c199ca14fa Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 16 Oct 2005 00:34:57 +0000 Subject: Correct sysctl location --- etc/inc/interfaces.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc') diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index c8aebbc..b3993f0 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -316,7 +316,7 @@ function interfaces_carp_configure() { if($carp['premption'] != "") mwexec("/sbin/sysctl net.inet.carp.preempt=1"); if($carp['balancing'] != "") - mwexec("/sbin/sysctl net.inet.arpbalance=1"); + mwexec("/sbin/sysctl net.inet.carp.arpbalance=1"); if($debugging) echo "Get friendly interface name {$carp['pfsyncinterface']}.\n"; $carp_sync_int = convert_friendly_interface_to_real_interface_name($carp['pfsyncinterface']); -- cgit v1.1