summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-29 15:27:30 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-29 15:27:30 -0500
commitfdf4e791dc653e99ba816233f03d88dfe316700b (patch)
tree4ac14bd47b3c53fd68067d98c51f91a7095f95a2 /etc
parent74efe8bc0102fb7a240d035ba4ea574a05d6257c (diff)
downloadpfsense-fdf4e791dc653e99ba816233f03d88dfe316700b.zip
pfsense-fdf4e791dc653e99ba816233f03d88dfe316700b.tar.gz
Set net.inet.carp.log=1. Ticket #1038
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index c2bbb2b..6db751a 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1467,7 +1467,7 @@ function interfaces_carp_setup() {
} else
$cmdchain->add("Enable CARP preemption", "/sbin/sysctl net.inet.carp.preempt=1", true);
- $cmdchain->add("Enable CARP logging", "/sbin/sysctl net.inet.carp.log=2", true);
+ $cmdchain->add("Enable CARP logging", "/sbin/sysctl net.inet.carp.log=1", true);
if (!empty($pfsyncinterface))
$carp_sync_int = get_real_interface($pfsyncinterface);
OpenPOWER on IntegriCloud