mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
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:
parent
1533ce8316
commit
ffb47da16e
@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user