summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-05 00:24:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-05 00:24:37 +0000
commit96f4c37f590c93d3c09446f9fe210ab0477dc7c0 (patch)
tree79a98df07e48e8e0cdaff096ce08322695f7f677
parent4caa35d02e271df4288012c4b8d03c4183b30d5b (diff)
downloadpfsense-96f4c37f590c93d3c09446f9fe210ab0477dc7c0.zip
pfsense-96f4c37f590c93d3c09446f9fe210ab0477dc7c0.tar.gz
Execute carp.sh twice. It doesn't pick up all addresses on the first run!?
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 331e03c..8fb9e6c 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -414,6 +414,8 @@ function interfaces_carp_configure() {
}
}
mwexec("/bin/sh /tmp/carp.sh");
+ sleep(1);
+ mwexec("/bin/sh /tmp/carp.sh");
fclose($fd);
if ($g['booting']) {
unmute_kernel_msgs();
OpenPOWER on IntegriCloud