aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/TODO
diff options
context:
space:
mode:
authorRuss Dill <Russ.Dill@asu.edu>2002-10-31 19:21:27 +0000
committerRuss Dill <Russ.Dill@asu.edu>2002-10-31 19:21:27 +0000
commitf5ecd43473353ae18421f487284eee085c203052 (patch)
treef53a725938b0899c5fe2c77f832b09e105482d55 /networking/udhcp/TODO
parent1b6eb9b6ebd7771db9d1bf481569085ff88197de (diff)
downloadbusybox-f5ecd43473353ae18421f487284eee085c203052.tar.gz
sync to udhcp 0.9.8
Diffstat (limited to 'networking/udhcp/TODO')
-rw-r--r--networking/udhcp/TODO7
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 @@
TODO
----
++ 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)
-+ DONE: Make sure get_raw_packet only accepts packets on the specified interface
+ better standard linux distro support
-+ DONE: make config file a command line option for server
-+ IMPLEMENTED: make forking a command line option
+ make sure packet generation works on a wide varitey of arches
+ Interoperability testing
+ Hooks within the DHCP server
+ Additional bootp support in client/server
+ Make serverid option in server configurable
-+ DONE: cause client to generate DHCP_VENDOR option
+ Possibly add failure message to DHCP NAK
-+ Possibly log DHCP NAK failure message in client \ No newline at end of file