summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2011-02-21 15:19:59 +0100
committersmos <seth.mos@dds.nl>2011-02-21 15:19:59 +0100
commita2a13c9725165196c292e5a4c8640fa5959cc28e (patch)
treec752a9700116b2a663660a563e4228150e7f6d74 /etc/rc.bootup
parentdf82fae1a3aafffb9322217ef274c7313b26f8e8 (diff)
downloadpfsense-a2a13c9725165196c292e5a4c8640fa5959cc28e.zip
pfsense-a2a13c9725165196c292e5a4c8640fa5959cc28e.tar.gz
Trigger a VPN tunnel reload after configuring IPsec, it will handle all the hostname tunnels after boot finishes
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index b6c8eab..6cff6ac 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -324,6 +324,8 @@ system_do_shell_commands();
/* start IPsec tunnels */
vpn_ipsec_configure();
+/* Reload dynamic hostname tunnels after bootup finishes */
+mwexec_bg("/etc/rc.newipsecdns");
/* start SNMP service */
services_snmpd_configure();
OpenPOWER on IntegriCloud