MFC 12676

reload filter policy on openvpn change (this will catch initial openvpn setup without requiring any other policy changes
This commit is contained in:
Scott Ullrich 2006-06-16 19:53:44 +00:00
parent 1533ce8316
commit ffb47da16e

View File

@ -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");
}