From ed225b4c9c991d2dd67fbbf47b52602bb97cd2a5 Mon Sep 17 00:00:00 2001 From: Warren Baker Date: Mon, 28 Apr 2014 22:20:38 +0200 Subject: [PATCH] Reconfigure unbound on dhcp edit --- usr/local/www/services_dhcpv6_edit.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/local/www/services_dhcpv6_edit.php b/usr/local/www/services_dhcpv6_edit.php index 9e1bbef412..b189bd149f 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}");