From 11c32d4a9d014ca1d36fab27803054bb8a5d569c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 3 Jul 2005 22:49:39 +0000 Subject: Start racoon last in booting process to allow carp interfaces enough time to come up. --- etc/rc.bootup | 6 +++--- 1 file 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"); -- cgit v1.1