summaryrefslogtreecommitdiffstats
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:22 +0100
commitd90d869e4df75df0dce6cfb14fc9cb36664297b5 (patch)
treece4238218d1a8471c8a682110aa5581624f1c3f0
parent22a7fef8b7ff2fc4f9c13b6a248912c1cf8e345b (diff)
downloadpfsense-d90d869e4df75df0dce6cfb14fc9cb36664297b5.zip
pfsense-d90d869e4df75df0dce6cfb14fc9cb36664297b5.tar.gz
Fix issue reported on https://forum.pfsense.org/index.php?topic=85737.0
-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