Reload filter in case we need to sync CARP data

This commit is contained in:
Scott Ullrich 2009-10-21 19:53:11 -04:00
parent db345cd5de
commit ced6d6dfc3

View File

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