summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index c01ff43..b1182b4 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -495,6 +495,7 @@ function interfaces_carp_configure() {
} else {
mwexec("/sbin/sysctl net.inet.carp.preempt=1");
}
+ mwexec("/sbin/sysctl net.inet.carp.log=2"); // tell syslog about state changes
$carp_sync_int = convert_friendly_interface_to_real_interface_name($pfsyncinterface);
if($g['booting']) {
/* install rules to alllow pfsync to sync up during boot
OpenPOWER on IntegriCloud