From ca9a4e2b5831e452d746b358ef03d1e9696cf353 Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 5 May 2015 13:59:35 -0700 Subject: [PATCH] Call clear_subsystem_dirty('staticmaps') if using Unbound --- usr/local/www/services_dhcpv6.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/local/www/services_dhcpv6.php b/usr/local/www/services_dhcpv6.php index 393f211bbd..5683e5d01a 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)