summaryrefslogtreecommitdiffstats
path: root/dhcpcd.conf
Commit message (Collapse)AuthorAge
* dhcpcd should not send hostname by default.Roy Marples2009-01-29
| | | | | | | | However, the default config file we ship enables the sending of the hostname by default. This makes things more explicit I think, and also allows the FQDN to be sent but not the hostname if someone ever needs this.
* Disable the requesting of MTU by default as there's a lot of buggy servers ↵Roy Marples2008-06-13
| | | | out there. Plus we maybe trying to use jumbo frames.
* Add 05-mtu hook so we respect the desired MTU on networks.Roy Marples2008-06-13
|
* Move dhcpcd.sh to dhcpcd-run-hooks and remove .sh suffixesRoy Marples2008-05-24
|
* dhcpcd can now read a basic config file! Add a default dhcpcd.conf and ↵Roy Marples2008-04-18
matching man page. Add dhcpcd.sh man page. dhcpcd can now report variables it can send to dhcpcd.sh as well.