Update TODO - sdhcp - simple dhcp client | |
git clone git://git.codemadness.org/sdhcp | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit 5b2cea6f3d520f37ac3575cabf8f3693a10352a5 | |
parent 35938890d090e5f7e5862c6a6731f168004e6fd3 | |
Author: sin <[email protected]> | |
Date: Tue, 23 Sep 2014 00:36:37 +0100 | |
Update TODO | |
Diffstat: | |
M TODO | 1 + | |
1 file changed, 1 insertion(+), 0 deletions(-) | |
--- | |
diff --git a/TODO b/TODO | |
@@ -7,6 +7,7 @@ TODO: | |
[ ] update LICENSE. | |
[ ] replace unsigned char ip[4] and so on from function declarations. | |
[?] ipv6 support ? | |
+ [ ] allow sdhcp to run in the foreground (-f?) | |
Changed (for now): | |
- cleanup |