summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6.php
diff options
context:
space:
mode:
authorRobert Nelson <robertn@the-nelsons.org>2015-05-05 13:59:35 -0700
committerRobert Nelson <robertn@the-nelsons.org>2015-05-05 13:59:35 -0700
commit6877666e24c04c7e2243f7891137eba797b90c70 (patch)
tree2226a85f3757f943e857df1db1466bd91c5b2901 /usr/local/www/services_dhcpv6.php
parentfd2526291a9672aa5119120495c03c4d357297f5 (diff)
downloadpfsense-6877666e24c04c7e2243f7891137eba797b90c70.zip
pfsense-6877666e24c04c7e2243f7891137eba797b90c70.tar.gz
Call clear_subsystem_dirty('staticmaps') if using Unbound
Diffstat (limited to 'usr/local/www/services_dhcpv6.php')
-rw-r--r--usr/local/www/services_dhcpv6.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php
index 393f211..5683e5d 100644
--- a/usr/local/www/services_dhcpv6.php
+++ b/usr/local/www/services_dhcpv6.php
@@ -342,8 +342,10 @@ if ($_POST) {
}
} else if (isset($config['unbound']['enable']) && isset($config['unbound']['regdhcpstatic'])) {
$retvaldns = services_unbound_configure();
- if ($retvaldns == 0)
+ if ($retvaldns == 0) {
clear_subsystem_dirty('unbound');
+ clear_subsystem_dirty('staticmaps');
+ }
} else {
$retvaldhcp = services_dhcpd_configure();
if ($retvaldhcp == 0)
OpenPOWER on IntegriCloud