summaryrefslogtreecommitdiff
path: root/networking/udhcp/leases.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wade Berrier writes:Eric Andersen2004-10-081-0/+7
| | | | | | | | | | | | | | | | | | | Hello, Here's a patch for a first attempt at static leases for udhcpd. Included in the tarball are 2 files (static_leases.c, static_leases.h) and a patch against the latest cvs. In the config file you can configure static leases with the following format: static_lease 00:60:08:11:CE:4E 192.168.0.54 static_lease 00:60:08:11:CE:3E 192.168.0.44 Comments/suggestions/improvements are welcome. Wade
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-15/+15
|
* Use standard C99 typesEric Andersen2004-01-301-8/+8
|
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.Russ Dill2003-12-181-0/+1
|
* include headers with prototypes to make sure prototypes matchRuss Dill2003-12-161-0/+1
|
* Vodz, last_patch_88Glenn L McGrath2003-06-101-18/+16
|
* added full udhcp integrationRuss Dill2002-10-141-0/+151