summaryrefslogtreecommitdiff
path: root/networking/udhcp/static_leases.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* httpd: slight reduction of #ifdef forestDenis Vlasenko2006-11-211-1/+1
| | | | | | few other applets: #ifdef CONFIG_ -> #if ENABLE_ traceroute: fix exposed bugs defconfig: update
* udhcp: fix indentation and style.Denis Vlasenko2006-11-181-31/+10
| | | | | Eliminate (group) a lot of smallish *.h files Remove lots of unneeded #includes
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* My first bout of untangling udhcp. Make lots of gratuitous #defines goRob Landley2006-05-281-1/+1
| | | | | | away, substitutie BB_VER for an external VERSION, use busybox CONFIG symbols rather than checking for them then defining others, etc. Lots more cleanup to do...
* add back in udhcp supportMike Frysinger2006-05-081-0/+119
|
* remove in place of external linkMike Frysinger2006-03-231-119/+0
|
* Wade Berrier writes:Eric Andersen2004-10-081-0/+119
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