diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-10-21 19:53:11 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-10-21 19:53:11 -0400 |
commit | ced6d6dfc3265d426463e947f291fab9d3fb20cb (patch) | |
tree | b276dbce8d38c8f1d983a1454b8d64671c494c9f /usr | |
parent | db345cd5de3b5ad3a1fd92a52dd18cd9a6814185 (diff) | |
download | pfsense-ced6d6dfc3265d426463e947f291fab9d3fb20cb.zip pfsense-ced6d6dfc3265d426463e947f291fab9d3fb20cb.tar.gz |
Reload filter in case we need to sync CARP data
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/services_dnsmasq.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php index 0a9e132..cd922a2 100755 --- a/usr/local/www/services_dnsmasq.php +++ b/usr/local/www/services_dnsmasq.php @@ -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); |