update TODO - sdhcp - simple dhcp client | |
git clone git://git.codemadness.org/sdhcp | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 8847720e8bbb4b2abe82770ad972b3774fa45d7f | |
parent 1c7f40ecc174851a7833cde8da3a443f16440e8a | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 25 Apr 2014 23:39:11 +0200 | |
update TODO | |
Signed-off-by: Hiltjo Posthuma <[email protected]> | |
Diffstat: | |
M TODO | 3 +++ | |
1 file changed, 3 insertions(+), 0 deletions(-) | |
--- | |
diff --git a/TODO b/TODO | |
@@ -1,5 +1,8 @@ | |
TODO: | |
[ ] manual check memcpy bounds. | |
+ [ ] add flag (-e?) to call a script with vars set (setenv()), not call… | |
+ [ ] add flag (-s?) to probe a specific DHCP server, not broadcast? | |
+ probably skip in run() Init: etc stages. | |
[ ] sane default value for client-id and test it. | |
[ ] add new options to man page (-d, -i, -c). | |
[ ] update LICENSE. |