summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-05-08 17:43:08 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-05-08 17:43:08 -0300
commitd0c28e66a81bb06183b09514c6d1aa87e9c4deb0 (patch)
tree7bf771afd33d728167ede169d3a320b724752eec /usr
parent897a4c6bdaa433df59dbca91bac12418410cbb48 (diff)
parent6877666e24c04c7e2243f7891137eba797b90c70 (diff)
downloadpfsense-d0c28e66a81bb06183b09514c6d1aa87e9c4deb0.zip
pfsense-d0c28e66a81bb06183b09514c6d1aa87e9c4deb0.tar.gz
Merge pull request #1635 from Robert-Nelson/staticmap-bug
Diffstat (limited to 'usr')
-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