summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-12-22 15:23:41 +0100
committerErmal LUÇI <eri@pfsense.org>2014-12-22 15:24:27 +0100
commitb2448aa0c9aa35c47a6203a632074aaeeddb91da (patch)
treebd1b90745955b257e70f11de23800bb90493635b /etc
parent7fd7c5a5454b8b59467016b62333818e585f9187 (diff)
downloadpfsense-b2448aa0c9aa35c47a6203a632074aaeeddb91da.zip
pfsense-b2448aa0c9aa35c47a6203a632074aaeeddb91da.tar.gz
Fix issue reported on https://forum.pfsense.org/index.php?topic=85737.0
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 8eea100..5250891 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -3079,7 +3079,7 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
system_routing_configure($interface);
/* reload ipsec tunnels */
- vpn_ipsec_configure();
+ send_event("service reload ipsecdns");
/* restart dnsmasq or unbound */
if (isset($config['dnsmasq']['enable']))
OpenPOWER on IntegriCloud