mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Reload filter in case we need to sync CARP data
This commit is contained in:
parent
db345cd5de
commit
ced6d6dfc3
@ -64,6 +64,9 @@ if ($_POST) {
|
||||
|
||||
$savemsg = get_std_save_message($retval);
|
||||
|
||||
// Relaod filter (we might need to sync to CARP hosts)
|
||||
filter_configure();
|
||||
|
||||
if ($retval == 0) {
|
||||
if (file_exists($d_hostsdirty_path))
|
||||
unlink($d_hostsdirty_path);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user