Add etherhosts as combination of luci_ethers and luci_hosts
[project/luci.git] / modules / admin-core / root / etc / init.d / luci_hosts
index ae94714..8b8305d 100755 (executable)
@@ -24,7 +24,9 @@ start() {
        test -f /etc/hosts.local && cat /etc/hosts.local >> /var/etc/hosts
 
        config_load luci_hosts
+       config_load luci_etherhosts
        config_foreach apply_host host
+       config_foreach apply_host entry
 
        return 0
 }