summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-04 05:17:46 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-04 05:17:46 +0000
commit59927f608241bc9a16709a191db183fcb501b9b9 (patch)
treef712525cd9b665fc5a89a282a7d5206388a044a9 /etc/inc
parent26646fc55af1a2dd8d01308d8a5a782e4e8fee49 (diff)
downloadpfsense-59927f608241bc9a16709a191db183fcb501b9b9.zip
pfsense-59927f608241bc9a16709a191db183fcb501b9b9.tar.gz
* Execute file on bootup
* Sleep for 30 before bringing up final interfaces
Diffstat (limited to 'etc/inc')
-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 fb051a1..331e03c 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -413,7 +413,7 @@ function interfaces_carp_configure() {
$carp_instances_counter++;
}
}
- //mwexec("/bin/sh /tmp/carp.sh");
+ mwexec("/bin/sh /tmp/carp.sh");
fclose($fd);
if ($g['booting']) {
unmute_kernel_msgs();
@@ -440,7 +440,7 @@ function interfaces_carp_bring_up_final() {
if($counter > 15)
$supress = 0;
}
- sleep(15);
+ sleep(30);
foreach ($viparr as $vip) {
if($debugging)
echo "Upping interface carp{$carp_instances_counter}.\n";
OpenPOWER on IntegriCloud