diff options
author | smos <seth.mos@dds.nl> | 2011-02-21 15:19:59 +0100 |
---|---|---|
committer | smos <seth.mos@dds.nl> | 2011-02-21 15:19:59 +0100 |
commit | a2a13c9725165196c292e5a4c8640fa5959cc28e (patch) | |
tree | c752a9700116b2a663660a563e4228150e7f6d74 /etc | |
parent | df82fae1a3aafffb9322217ef274c7313b26f8e8 (diff) | |
download | pfsense-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')
-rwxr-xr-x | etc/rc.bootup | 2 |
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(); |