From ffb47da16ecb2d294342c903e82b744263feb965 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Fri, 16 Jun 2006 19:53:44 +0000 Subject: MFC 12676 reload filter policy on openvpn change (this will catch initial openvpn setup without requiring any other policy changes --- etc/inc/openvpn.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/inc/openvpn.inc') 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"); } -- cgit v1.1