From a2a13c9725165196c292e5a4c8640fa5959cc28e Mon Sep 17 00:00:00 2001 From: smos Date: Mon, 21 Feb 2011 15:19:59 +0100 Subject: Trigger a VPN tunnel reload after configuring IPsec, it will handle all the hostname tunnels after boot finishes --- etc/rc.bootup | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/rc.bootup') 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(); -- cgit v1.1