diff options
author | Mike Frysinger | 2006-05-11 02:09:39 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-05-11 02:09:39 +0000 |
commit | e3412d8331d7b59c2779bd8244b8b367ce2a128e (patch) | |
tree | 7854c9784fd91db6a6073e12a9f82a0576b30db1 /networking/udhcp/TODO | |
parent | 6143c0719befdac69e43d878d912e6abf5cce378 (diff) | |
download | busybox-e3412d8331d7b59c2779bd8244b8b367ce2a128e.zip busybox-e3412d8331d7b59c2779bd8244b8b367ce2a128e.tar.gz |
remove files not related to busybox
Diffstat (limited to 'networking/udhcp/TODO')
-rw-r--r-- | networking/udhcp/TODO | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/networking/udhcp/TODO b/networking/udhcp/TODO deleted file mode 100644 index 6febe5a..0000000 --- a/networking/udhcp/TODO +++ /dev/null @@ -1,16 +0,0 @@ -TODO ----- -+ Check for valid IP, netmask, hostname, paths, strings, etc -+ Integrade README.*'s with manpages -+ using time(0) breaks if the system clock changes, find a portable solution -+ make failure of reading functions revert to previous value, not the default -+ sanity code for option[OPT_LEN] -+ fix aliasing (ie: eth0:0) -+ better standard linux distro support -+ make sure packet generation works on a wide varitey of arches -+ Interoperability testing -+ Hooks within the DHCP server - * Server notification when a lease is added/removed -+ Additional bootp support in client/server -+ Make serverid option in server configurable -+ Possibly add failure message to DHCP NAK |