summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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