summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dnsmasq.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-10-21 19:53:11 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-10-21 19:53:11 -0400
commitced6d6dfc3265d426463e947f291fab9d3fb20cb (patch)
treeb276dbce8d38c8f1d983a1454b8d64671c494c9f /usr/local/www/services_dnsmasq.php
parentdb345cd5de3b5ad3a1fd92a52dd18cd9a6814185 (diff)
downloadpfsense-ced6d6dfc3265d426463e947f291fab9d3fb20cb.zip
pfsense-ced6d6dfc3265d426463e947f291fab9d3fb20cb.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 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);
OpenPOWER on IntegriCloud