diff options
author | Russ Dill <Russ.Dill@asu.edu> | 2002-10-14 21:41:28 +0000 |
---|---|---|
committer | Russ Dill <Russ.Dill@asu.edu> | 2002-10-14 21:41:28 +0000 |
commit | 61fb48930f45aa536584b2047f9e703186e8f69f (patch) | |
tree | e3b93e0a694be81939f8c4762553c43ffdb9b10b /networking/udhcp/TODO | |
parent | 9060a7315980bb05f42eab76b88746d43e138188 (diff) | |
download | busybox-w32-61fb48930f45aa536584b2047f9e703186e8f69f.tar.gz busybox-w32-61fb48930f45aa536584b2047f9e703186e8f69f.tar.bz2 busybox-w32-61fb48930f45aa536584b2047f9e703186e8f69f.zip |
added full udhcp integration
Diffstat (limited to 'networking/udhcp/TODO')
-rw-r--r-- | networking/udhcp/TODO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/networking/udhcp/TODO b/networking/udhcp/TODO new file mode 100644 index 000000000..47e451213 --- /dev/null +++ b/networking/udhcp/TODO | |||
@@ -0,0 +1,17 @@ | |||
1 | TODO | ||
2 | ---- | ||
3 | + make failure of reading functions revert to previous value, not the default | ||
4 | + sanity code for option[OPT_LEN] | ||
5 | + 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 | + 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 | ||
11 | + Interoperability testing | ||
12 | + Hooks within the DHCP server | ||
13 | + Additional bootp support in client/server | ||
14 | + Make serverid option in server configurable | ||
15 | + DONE: cause client to generate DHCP_VENDOR option | ||
16 | + Possibly add failure message to DHCP NAK | ||
17 | + Possibly log DHCP NAK failure message in client \ No newline at end of file | ||