Reconfigure unbound on dhcp edit

This commit is contained in:
Warren Baker 2014-04-28 22:20:38 +02:00
parent 1e2c88215a
commit ed225b4c9c

View File

@ -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}");