reload Unbound here, fixes some instances of PD-assigned v6 IPs missing from unbound.conf

This commit is contained in:
Chris Buechler 2014-12-02 20:50:19 -06:00
parent a0e9e17d2d
commit d12e3d3c46

View File

@ -3147,6 +3147,9 @@ function interface_track6_configure($interface = "lan", $wancfg, $linkupevent =
require_once("services.inc");
services_dhcpd_configure("inet6");
if (isset($config['unbound']['enable']))
services_unbound_configure();
}
return 0;