summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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