summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/dhclient
AgeCommit message (Collapse)AuthorFilesLines
2014-06-17Add support for IPv6 with dhcpcd (FS#39531)Jouke Witteveen1-2/+2
This requires dhcpcd 6.4.0 or newer.
2014-06-17Escape hatch for the restrictive umaskJouke Witteveen1-3/+1
Some things should not be run with the restrictive umask. This provides a means to do so: do_readable.
2014-02-27Make dhcpcd/dhclient pid files world readableLasse Dalegaard1-0/+1
Needed since 8a41497.
2014-02-27Factor out DHCP client supportJouke Witteveen1-0/+27
Support for additional DHCP clients is now easy to add.