summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-11-17 14:02:25 -0200
committerRenato Botelho <garga@FreeBSD.org>2014-11-17 14:02:25 -0200
commitd3801fdb88863dbf0abbb8eda71760cc8f0a7852 (patch)
treea04b0f634a2156dea0806cd197fad3419a42d3de /usr/local/www/services_dhcp.php
parent402941d19f73381805749f1dd0e8734f681cbc85 (diff)
downloadpfsense-d3801fdb88863dbf0abbb8eda71760cc8f0a7852.zip
pfsense-d3801fdb88863dbf0abbb8eda71760cc8f0a7852.tar.gz
Clear dirty subsystem for hosts and staticmaps when unbound is enabled
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rw-r--r--usr/local/www/services_dhcp.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 730dc77..cf7e898 100644
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -555,6 +555,8 @@ if (isset($_POST['submit']) || isset($_POST['apply'])) {
$retvaldns = services_unbound_configure();
if ($retvaldns == 0)
clear_subsystem_dirty('unbound');
+ clear_subsystem_dirty('hosts');
+ clear_subsystem_dirty('staticmaps');
} else {
$retvaldhcp = services_dhcpd_configure();
if ($retvaldhcp == 0)
OpenPOWER on IntegriCloud