summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-05 00:31:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-05 00:31:42 +0000
commit930c30dcc8f0815f93ca1e892b392107430cc19a (patch)
tree3508715618f8b6220aefb4f995658c5bc03328df
parent96f4c37f590c93d3c09446f9fe210ab0477dc7c0 (diff)
downloadpfsense-930c30dcc8f0815f93ca1e892b392107430cc19a.zip
pfsense-930c30dcc8f0815f93ca1e892b392107430cc19a.tar.gz
Hold down for 60 seconds before switching to primary. If for some reason the backup fails the machine will assume master immediately.
-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 8fb9e6c..110d3be 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -442,7 +442,7 @@ function interfaces_carp_bring_up_final() {
if($counter > 15)
$supress = 0;
}
- sleep(30);
+ sleep(60);
foreach ($viparr as $vip) {
if($debugging)
echo "Upping interface carp{$carp_instances_counter}.\n";
OpenPOWER on IntegriCloud