information about this package can be found in the README. here is a html-version of the README:
dhcp is implemented and lightly tested. bootp is not yet implemented. enough room for improvement.
ip/dhcpd is a dhcpd (it also speaks bootp). see the manual page for more information.
make sure you have $ROOT set. now run "mk install" to compile and install the files.
when building from within inferno, insert SYSHOST=Inferno and ROOT= in the mk invocations to override the values in the mkconfig.
the latest version can be found at:
http://www.ueber.net/code/r/dhcpd
this code was started as an extension to inferno's ip/bootpd, but has been rewritten completely.
all files are in the public domain. this code has been written by mechiel lukkien, reachable at mechiel@ueber.net or mechiel@xs4all.nl.
to clone & pull:
hg clone http://www.ueber.net/hgsrv/dhcpd/
hg clone static-http://www.ueber.net/who/mjl/hg/dhcpd/
download a snapshot of the latest version: dhcpd-1.tgz.
the files in the latest revision can be found at /hg/dhcpd/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:
| rev | nodeid | when | diff | why |
|---|---|---|---|---|
| 1 | 26a8a320c80b | 6 weeks | diff | add mkconfig, update README. |
| 0 | 30357d840742 | 8 months | - | initial dhcpd. ... |