aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp
Commit message (Collapse)AuthorAge
...
* isc-dhcp: make files/ consistent by flatteningPhilip Prindeville2018-04-08
| | | | | | | | Some /etc/config-destined files are in files/ and suffixed with .conf while others are in files/etc/config/ which isn't consistent. Put everything in files/ and call it good. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: support generic DHCP optionsPhilip Prindeville2018-03-29
| | | | | | | Allow specifying NTP servers, search domains, etc. by the administrator directly specifying DHCP options (per interface, i.e. per pool). Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: allow explicitly configuring a domainPhilip Prindeville2018-03-29
| | | | | | | Setting a domain now results in 'option domain-name "xyzzy";' being generated globally. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: update to 4.4.0Philip Prindeville2018-02-07
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: update to 4.3.6Philip Prindeville2017-08-27
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: integrate IPv4 DHCP service with procd and netifdDaniel Golle2017-05-20
| | | | | | | | | | | | | 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 <daniel@makrotopia.org>
* isc-dhcp: reassign to new ownerPhilip Prindeville2017-04-14
| | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: bump version to latest and fix build issuesPhilip Prindeville2017-01-06
| | | | | | | | | | Version bumped to 4.3.5. Separated out compile/install steps since compiling with $DESTDIR yields bogus results. Removed rfc-3527 patch as something similar (better) is now upstream (well, more complete error checking anyway). Change relay scripts from '-l ifname' to '-U ifname' to correspond to upstream changes. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* isc-dhcp: update to 4.3.3. Migrate from oldplackagesAntony Antony2016-03-25
Signed-off-by: Antony Antony <antony@phenome.org>