summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-21 19:53:21 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-21 19:53:21 -0400
commit020d757a6d132fd31e30e8c3d631e2fbf3a09a44 (patch)
tree11d08577a57c77afcaaef49aae28294c475459b9 /usr/local/www/services_dnsmasq.php
parente0d47cb98a2ec19b3a5506e78b9531e286b86592 (diff)
downloadpfsense-020d757a6d132fd31e30e8c3d631e2fbf3a09a44.zip
pfsense-020d757a6d132fd31e30e8c3d631e2fbf3a09a44.tar.gz
Reload filter in case we need to sync CARP data
Diffstat (limited to 'usr/local/www/services_dnsmasq.php')
-rwxr-xr-xusr/local/www/services_dnsmasq.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/services_dnsmasq.php b/usr/local/www/services_dnsmasq.php
index b6ce189..e39af3f 100755
--- a/usr/local/www/services_dnsmasq.php
+++ b/usr/local/www/services_dnsmasq.php
@@ -69,6 +69,9 @@ if ($_POST) {
$retval = services_dnsmasq_configure();
$savemsg = get_std_save_message($retval);
+ // Relaod filter (we might need to sync to CARP hosts)
+ filter_configure();
+
if ($retval == 0)
clear_subsystem_dirty('hosts');
}
OpenPOWER on IntegriCloud