summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-03 22:49:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-03 22:49:39 +0000
commit11c32d4a9d014ca1d36fab27803054bb8a5d569c (patch)
tree54409b9defe42871427f14907654c3ee4a1b79a0
parente239df5a60b5a492c79c8342df6911a0c299b50c (diff)
downloadpfsense-11c32d4a9d014ca1d36fab27803054bb8a5d569c.zip
pfsense-11c32d4a9d014ca1d36fab27803054bb8a5d569c.tar.gz
Start racoon last in booting process to allow carp interfaces enough time to come up.
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index efc2930..8f28abd 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -212,9 +212,6 @@
system_start_ftp_helpers();
echo "done.\n";
- /* start IPsec tunnels */
- vpn_ipsec_configure();
-
/* setup interface microcode which improves tcp/ip speed */
setup_microcode();
@@ -222,6 +219,9 @@
interfaces_carp_configure();
mwexec("/sbin/pfctl -f /tmp/rules.debug");
+
+ /* start IPsec tunnels */
+ vpn_ipsec_configure();
/* done */
unlink("{$g['varrun_path']}/booting");
OpenPOWER on IntegriCloud