diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2002-10-31 19:21:27 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2002-10-31 19:21:27 +0000 |
commit | f5ecd43473353ae18421f487284eee085c203052 (patch) | |
tree | f53a725938b0899c5fe2c77f832b09e105482d55 /networking/udhcp/TODO | |
parent | 1b6eb9b6ebd7771db9d1bf481569085ff88197de (diff) | |
download | busybox-w32-f5ecd43473353ae18421f487284eee085c203052.tar.gz busybox-w32-f5ecd43473353ae18421f487284eee085c203052.tar.bz2 busybox-w32-f5ecd43473353ae18421f487284eee085c203052.zip |
sync to udhcp 0.9.8
Diffstat (limited to 'networking/udhcp/TODO')
-rw-r--r-- | networking/udhcp/TODO | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/networking/udhcp/TODO b/networking/udhcp/TODO index 47e451213..f88694a86 100644 --- a/networking/udhcp/TODO +++ b/networking/udhcp/TODO | |||
@@ -1,17 +1,14 @@ | |||
1 | TODO | 1 | TODO |
2 | ---- | 2 | ---- |
3 | + Integrade README.*'s with manpages | ||
4 | + using time(0) breaks if the system clock changes, find a portable solution | ||
3 | + make failure of reading functions revert to previous value, not the default | 5 | + make failure of reading functions revert to previous value, not the default |
4 | + sanity code for option[OPT_LEN] | 6 | + sanity code for option[OPT_LEN] |
5 | + fix aliasing (ie: eth0:0) | 7 | + fix aliasing (ie: eth0:0) |
6 | + DONE: Make sure get_raw_packet only accepts packets on the specified interface | ||
7 | + better standard linux distro support | 8 | + better standard linux distro support |
8 | + DONE: make config file a command line option for server | ||
9 | + IMPLEMENTED: make forking a command line option | ||
10 | + make sure packet generation works on a wide varitey of arches | 9 | + make sure packet generation works on a wide varitey of arches |
11 | + Interoperability testing | 10 | + Interoperability testing |
12 | + Hooks within the DHCP server | 11 | + Hooks within the DHCP server |
13 | + Additional bootp support in client/server | 12 | + Additional bootp support in client/server |
14 | + Make serverid option in server configurable | 13 | + Make serverid option in server configurable |
15 | + DONE: cause client to generate DHCP_VENDOR option | ||
16 | + Possibly add failure message to DHCP NAK | 14 | + Possibly add failure message to DHCP NAK |
17 | + Possibly log DHCP NAK failure message in client \ No newline at end of file | ||