summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-06-16 19:53:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-06-16 19:53:44 +0000
commitffb47da16ecb2d294342c903e82b744263feb965 (patch)
tree149a5a57249b0c70b0b47184a0c757dacfd53211 /etc/inc/openvpn.inc
parent1533ce83165674cc6d7c8be4cb194270f797f0cd (diff)
downloadpfsense-ffb47da16ecb2d294342c903e82b744263feb965.zip
pfsense-ffb47da16ecb2d294342c903e82b744263feb965.tar.gz
MFC 12676
reload filter policy on openvpn change (this will catch initial openvpn setup without requiring any other policy changes
Diffstat (limited to 'etc/inc/openvpn.inc')
-rw-r--r--etc/inc/openvpn.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index 3550429..fa02ea5 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -322,6 +322,7 @@ function openvpn_restart($mode, $id) {
$configfile = $g['varetc_path'] . "/openvpn_{$mode}{$id}.conf";
mwexec("openvpn --config $configfile");
+ touch("{$g['tmp_path']}/filter_dirty");
}
OpenPOWER on IntegriCloud