From ced6d6dfc3265d426463e947f291fab9d3fb20cb Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 21 Oct 2009 19:53:11 -0400 Subject: Reload filter in case we need to sync CARP data --- usr/local/www/services_dnsmasq.php | 3 +++ 1 file changed, 3 insertions(+) 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); -- cgit v1.1