summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
diff options
context:
space:
mode:
authorRenato Botelho <renato.botelho@bluepex.com>2010-09-08 10:20:04 -0300
committerRenato Botelho <renato.botelho@bluepex.com>2010-09-08 10:20:04 -0300
commit8c04b1ae0a9bf0d41746824c3d34d24ba2d54d9b (patch)
treececf571643c08858880695d453d4f199649423f9 /etc/inc/openvpn.inc
parent86385ef36f81052afc3febdbce3a3af49373c7a6 (diff)
parent245da5436bc5a30d6c65d68dbd54a56dca1ec896 (diff)
downloadpfsense-8c04b1ae0a9bf0d41746824c3d34d24ba2d54d9b.zip
pfsense-8c04b1ae0a9bf0d41746824c3d34d24ba2d54d9b.tar.gz
Merge remote branch 'mainline/master' into inc
Conflicts: etc/inc/filter.inc etc/inc/pkg-utils.inc etc/inc/service-utils.inc etc/inc/system.inc etc/inc/vpn.inc
Diffstat (limited to 'etc/inc/openvpn.inc')
-rw-r--r--etc/inc/openvpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index 4ee029d..43a5e8e 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -573,7 +573,7 @@ function openvpn_restart($mode, & $settings) {
/* start the new process */
$fpath = $g['varetc_path']."/openvpn/{$mode_id}.conf";
mwexec_bg("nohup openvpn --config {$fpath}");
- touch("{$g['tmp_path']}/filter_dirty");
+ send_event("filter reload");
}
function openvpn_delete($mode, & $settings) {
OpenPOWER on IntegriCloud