summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-22 00:04:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-22 00:04:42 +0000
commit9123cef8ffb711f8ec9171fed77b6092de0c458e (patch)
tree41970aec718c77877318ee427711608f1c0e1d85 /etc/inc/interfaces.inc
parenta16dab374d65b4a9feeeadb222a09f5228ceb7ab (diff)
downloadpfsense-9123cef8ffb711f8ec9171fed77b6092de0c458e.zip
pfsense-9123cef8ffb711f8ec9171fed77b6092de0c458e.tar.gz
If we've waited for over 30 seconds, then simply exit
Diffstat (limited to 'etc/inc/interfaces.inc')
-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 23f2362..f22b870 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -470,7 +470,7 @@ function interfaces_carp_bring_up_final() {
sleep(2);
$supress = intval(`/sbin/sysctl net.inet.carp.suppress_preempt | cut -d" " -f2`);
if($counter > 15)
- $supress = 1;
+ $supress = 0;
$counter++;
echo ".";
}
OpenPOWER on IntegriCloud