summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/dhcpcd
AgeCommit message (Collapse)AuthorFilesLines
2014-08-05Code qualityJouke Witteveen1-3/+1
2014-06-17Add support for IPv6 with dhcpcd (FS#39531)Jouke Witteveen1-7/+13
This requires dhcpcd 6.4.0 or newer.
2014-06-17Remove superfluous debuggingJouke Witteveen1-1/+1
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/+28
Support for additional DHCP clients is now easy to add.