repository overview

about

information about this package can be found in the README. here is a html-version of the README:

status

dhcp is implemented and lightly tested.  bootp is not yet implemented.  enough room for improvement.

about

ip/dhcpd is a dhcpd (it also speaks bootp).  see the manual page for more information.

install

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.

latest version

the latest version can be found at:
        http://www.ueber.net/code/r/dhcpd

licence & author

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.

todo

clone

to clone & pull:

hg clone http://www.ueber.net/hgsrv/dhcpd/
or
hg clone static-http://www.ueber.net/who/mjl/hg/dhcpd/

tgz

download a snapshot of the latest version: dhcpd-1.tgz.

contents

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:

manual pages:

limbo source files:

changes

rev nodeid when diff why
1 26a8a320c80b 6 weeks diff add mkconfig, update README.
0 30357d840742 8 months - initial dhcpd. ...