summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcpv6_edit.php
diff options
context:
space:
mode:
authorWarren Baker <warren@decoy.co.za>2014-04-28 22:20:38 +0200
committerWarren Baker <warren@decoy.co.za>2014-04-28 22:20:38 +0200
commited225b4c9c991d2dd67fbbf47b52602bb97cd2a5 (patch)
tree2c27cd6f3df4f69a5530d7e9c21f764191ebf07f /usr/local/www/services_dhcpv6_edit.php
parent1e2c88215a02e3f23d7b9ea1d8f8fcac84186118 (diff)
downloadpfsense-ed225b4c9c991d2dd67fbbf47b52602bb97cd2a5.zip
pfsense-ed225b4c9c991d2dd67fbbf47b52602bb97cd2a5.tar.gz
Reconfigure unbound on dhcp edit
Diffstat (limited to 'usr/local/www/services_dhcpv6_edit.php')
-rw-r--r--usr/local/www/services_dhcpv6_edit.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/services_dhcpv6_edit.php b/usr/local/www/services_dhcpv6_edit.php
index 9e1bbef..b189bd1 100644
--- a/usr/local/www/services_dhcpv6_edit.php
+++ b/usr/local/www/services_dhcpv6_edit.php
@@ -169,6 +169,9 @@ if ($_POST) {
mark_subsystem_dirty('staticmaps');
if (isset($config['dnsmasq']['enable']) && isset($config['dnsmasq']['regdhcpstatic']))
mark_subsystem_dirty('hosts');
+ if (isset($config['unbound']['enable']) && isset($config['unbound']['regdhcpstatic']))
+ mark_subsystem_dirty('unbound');
+
}
header("Location: services_dhcpv6.php?if={$if}");
OpenPOWER on IntegriCloud