diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2003-12-18 22:25:38 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2003-12-18 22:25:38 +0000 |
commit | 4e864a36b611f56c6b347be1dace4e5e805a3eb8 (patch) | |
tree | 6582084290de4bead010f5fb8ff0a0a6d2b573fd /networking/udhcp/TODO | |
parent | e30495654d8bb38f7ea234d9d0ab0929525501e3 (diff) | |
download | busybox-w32-4e864a36b611f56c6b347be1dace4e5e805a3eb8.tar.gz busybox-w32-4e864a36b611f56c6b347be1dace4e5e805a3eb8.tar.bz2 busybox-w32-4e864a36b611f56c6b347be1dace4e5e805a3eb8.zip |
Finish remerging busybox udhcp and udhcp. Some cleanups as well.
Diffstat (limited to 'networking/udhcp/TODO')
-rw-r--r-- | networking/udhcp/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/udhcp/TODO b/networking/udhcp/TODO index f88694a86..6febe5ab4 100644 --- a/networking/udhcp/TODO +++ b/networking/udhcp/TODO | |||
@@ -1,5 +1,6 @@ | |||
1 | TODO | 1 | TODO |
2 | ---- | 2 | ---- |
3 | + Check for valid IP, netmask, hostname, paths, strings, etc | ||
3 | + Integrade README.*'s with manpages | 4 | + Integrade README.*'s with manpages |
4 | + using time(0) breaks if the system clock changes, find a portable solution | 5 | + using time(0) breaks if the system clock changes, find a portable solution |
5 | + make failure of reading functions revert to previous value, not the default | 6 | + make failure of reading functions revert to previous value, not the default |
@@ -9,6 +10,7 @@ TODO | |||
9 | + make sure packet generation works on a wide varitey of arches | 10 | + make sure packet generation works on a wide varitey of arches |
10 | + Interoperability testing | 11 | + Interoperability testing |
11 | + Hooks within the DHCP server | 12 | + Hooks within the DHCP server |
13 | * Server notification when a lease is added/removed | ||
12 | + Additional bootp support in client/server | 14 | + Additional bootp support in client/server |
13 | + Make serverid option in server configurable | 15 | + Make serverid option in server configurable |
14 | + Possibly add failure message to DHCP NAK | 16 | + Possibly add failure message to DHCP NAK |