add back in udhcp support

This commit is contained in:
Mike Frysinger
2006-05-08 03:20:50 +00:00
parent 15fe2e11d7
commit 7031f62d9b
62 changed files with 5815 additions and 0 deletions

16
networking/udhcp/TODO Normal file
View File

@@ -0,0 +1,16 @@
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