Update of /cvsroot/dhcp-agent/dhcp-agent
In directory sc8-pr-cvs1:/tmp/cvs-serv6567
Modified Files:
TODO
Log Message:
updated TODO
Index: TODO
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/TODO,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TODO 23 May 2003 03:31:15 -0000 1.12
--- TODO 25 May 2003 03:39:46 -0000 1.13
***************
*** 43,49 ****
-- document output from dhcpsniff -- especially how brief mode is layed out.
- -- change uint32_t to ip_addr_t for ipv4 addresses. (this looks
- almost done)
-
-- check for race condition -- even if it is tiny -- in client_wait
--- 43,46 ----
***************
*** 51,63 ****
single client_request_ack routine
- -- write dhcp-sysconf to allow configuration via a guile
-
-- check if we handle 0xffffffff timers right.
-- in dhcp-tokenizer use mmap() to implement nicer peeking.
- -- check types used in client conf code. fix problem assignments
- where necessary.
-
-- find out why dnet is acting a little silly with aliased interfaces.
--- 48,55 ----
***************
*** 71,80 ****
arbitrary characters with sentinels.
! -- our configure script can handle define our own PRI C99 format
! definitions. We need ones for scanning -- SCN.
!
! -- if during a rebind or renew we received a wrong ip address we
! must exit as an error and notify the user (RFC2131). Honor
! NACKs on renew and rebind as well.
!
! -- fix message levels to have default of info.
--- 63,66 ----
arbitrary characters with sentinels.
! -- make sure dhcp-client and dhcp-sniff work on 10mbit and
! 100mbit data links.
|