From 4237ae4890c0466b4424792f120c708e0d57feac Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Wed, 5 Apr 2017 13:21:54 +0200 Subject: isc-dhcp: integrate IPv4 DHCP service with procd and netifd Convert init-script to procd and allow to configure isc-dhcp-server via UCI. Allow most by-network and by-host options supported by dnsmasq. User-defined dhcp-options are not supported yet, neither are tags. Existing configurations with use-edited /etc/dhcpd.conf are still respected, hence to enjoy the new features you have to migrate your configuration to UCI and delete /etc/dhcpd.conf. Signed-off-by: Daniel Golle --- net/isc-dhcp/files/dhcpd.defaults | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/isc-dhcp/files/dhcpd.defaults (limited to 'net/isc-dhcp/files/dhcpd.defaults') diff --git a/net/isc-dhcp/files/dhcpd.defaults b/net/isc-dhcp/files/dhcpd.defaults new file mode 100644 index 000000000..bd6f3d2b1 --- /dev/null +++ b/net/isc-dhcp/files/dhcpd.defaults @@ -0,0 +1,11 @@ +#!/bin/sh +uci -q get dhcp.isc_dhcpcd && exit 0 +touch /etc/config/dhcp + +uci batch <