summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp
AgeCommit message (Collapse)AuthorFilesLines
2014-08-05Code qualityJouke Witteveen1-3/+1
2014-06-17Add support for IPv6 with dhcpcd (FS#39531)Jouke Witteveen2-9/+15
This requires dhcpcd 6.4.0 or newer.
2014-06-17Remove superfluous debuggingJouke Witteveen1-1/+1
2014-06-17Escape hatch for the restrictive umaskJouke Witteveen2-6/+2
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 Dalegaard2-0/+2
Needed since 8a41497.
2014-02-27Factor out DHCP client supportJouke Witteveen3-0/+89
Support for additional DHCP clients is now easy to add.