diff options
Diffstat (limited to 'networking/udhcp/TODO')
-rw-r--r-- | networking/udhcp/TODO | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/networking/udhcp/TODO b/networking/udhcp/TODO new file mode 100644 index 000000000..6febe5ab4 --- /dev/null +++ b/networking/udhcp/TODO | |||
@@ -0,0 +1,16 @@ | |||
1 | TODO | ||
2 | ---- | ||
3 | + Check for valid IP, netmask, hostname, paths, strings, etc | ||
4 | + Integrade README.*'s with manpages | ||
5 | + using time(0) breaks if the system clock changes, find a portable solution | ||
6 | + make failure of reading functions revert to previous value, not the default | ||
7 | + sanity code for option[OPT_LEN] | ||
8 | + fix aliasing (ie: eth0:0) | ||
9 | + better standard linux distro support | ||
10 | + make sure packet generation works on a wide varitey of arches | ||
11 | + Interoperability testing | ||
12 | + Hooks within the DHCP server | ||
13 | * Server notification when a lease is added/removed | ||
14 | + Additional bootp support in client/server | ||
15 | + Make serverid option in server configurable | ||
16 | + Possibly add failure message to DHCP NAK | ||