summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-07 17:23:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-07 17:23:24 +0000
commitfb8383e5d35b4f577178d5301e56d2664c88162d (patch)
tree3e153c9eec5e1e3ba10c9c7aa84eea670675c793
parentb406ae6611e37ae50f873e0f219472bde531d2ef (diff)
downloadpfsense-fb8383e5d35b4f577178d5301e56d2664c88162d.zip
pfsense-fb8383e5d35b4f577178d5301e56d2664c88162d.tar.gz
* Hold down timer for 45 seconds
* Sleep for 5 in between bringing up carp
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index bc0da22..9f074ab 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -414,7 +414,7 @@ function interfaces_carp_configure() {
}
}
mwexec("/bin/sh /tmp/carp.sh");
- sleep(1);
+ sleep(5);
mwexec("/bin/sh /tmp/carp.sh");
fclose($fd);
if ($g['booting']) {
@@ -442,7 +442,7 @@ function interfaces_carp_bring_up_final() {
if($counter > 15)
$supress = 0;
}
- sleep(60);
+ sleep(45);
foreach ($viparr as $vip) {
if($debugging)
echo "Upping interface carp{$carp_instances_counter}.\n";
OpenPOWER on IntegriCloud