summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-04 04:09:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-04 04:09:54 +0000
commita08220d53d487b57ec8575421bc5d8ed7dba18ae (patch)
tree04a34eb170191d4a2e8dec93ee4264e43d9c5553 /etc/inc
parenta3553d1b558fa8be79d93d6c5e6ef77662ccef35 (diff)
downloadpfsense-a08220d53d487b57ec8575421bc5d8ed7dba18ae.zip
pfsense-a08220d53d487b57ec8575421bc5d8ed7dba18ae.tar.gz
Sleep for 15 seconds before changing advskew
Diffstat (limited to 'etc/inc')
-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 2f5f8e7..9560ba7 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -428,6 +428,7 @@ function interfaces_carp_bring_up_final() {
if(!is_array($viparr))
return;
$carp_instances_counter = 0;
+ sleep(15);
foreach ($viparr as $vip) {
if($debugging)
echo "Upping interface carp{$carp_instances_counter}.\n";
OpenPOWER on IntegriCloud