Installation
------------
-Edit config.h to match your building requirements.
Then just make; make install
man dhcpcd for command line options
+man dhcpcd.conf for configuration options
+man dhcpcd-run-hooks to learn how to hook scripts into dhcpcd events
Notes
If your linux headers are older, or your distro hasn't patched them you can
set CSTD=gnu99 to work around this.
+Some BSD systems do not allow the manipulation of automatically added subnet
+routes. You can find discussion here:
+ http://mail-index.netbsd.org/tech-net/2008/12/03/msg000896.html
+BSD systems where this has been fixed are:
+ NetBSD-5.99.6
+
Hooks
-----
To retain the old behaviour of sending a default ClientID based on the
hardware address for interface, simply add the keyword clientid to dhcpcd.conf.
+
ChangeLog
---------
We no longer supply a ChangeLog.
process, nor does it echo its progress to stderr.
This is a behaviour change dhcpcd-4 and may need to be addressed if
there is sufficient need.
-.Pp
-BSD systems do not correctly handle manual removal or changing of
-subnet routes which where added by the kernel when an address was added.
-You can find discussion here:
-.D1 http://mail-index.netbsd.org/tech-net/2008/12/03/msg000896.html
-and a patch for NetBSD here:
-.D1 http://mail-index.netbsd.org/tech-net/2008/12/14/msg000907.html
-Other BSD systems will need equivalent patches.