interfaces: another small issue

This commit is contained in:
Franco Fichtner 2016-12-09 19:55:28 +01:00
parent ef8671d253
commit a6a604a58c

View File

@ -1087,7 +1087,7 @@ function interfaces_configure($verbose = false)
ipsec_configure($verbose);
dnsmasq_configure_do($verbose);
unbound_configure_do($verbose);
services_dhcpd_configure($verbose);
services_dhcpd_configure('all', array(), $verbose);
}
return 0;