Update of /cvsroot/dhcp-agent/dhcp-agent
In directory sc8-pr-cvs1:/tmp/cvs-serv18196
Modified Files:
TODO
Log Message:
more done, less todo :-)
Index: TODO
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/TODO,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** TODO 23 Jun 2003 06:07:22 -0000 1.16
--- TODO 27 Jun 2003 00:02:26 -0000 1.17
***************
*** 32,37 ****
defined.
! -- implement decline, and inform in the client.
!
as per RFC2131
--- 32,36 ----
defined.
! -- implement in inform the client.
as per RFC2131
***************
*** 43,51 ****
-- document output from dhcpsniff -- especially how brief mode is layed out.
- -- check for race condition -- even if it is tiny -- in client_wait
-
- -- make a distinction between SELECT and INIT-REBOOT. right now we have a
- single client_request_ack routine
-
-- check if we handle 0xffffffff timers right.
--- 42,45 ----
***************
*** 62,74 ****
-- stringbuffer might be more useful it allowed marking of
arbitrary characters with sentinels.
-
- -- fix dhcp-com.c to ignore options which are not within the
- handled option range, but not stop processing packets when an
- out of range option is encountered.
-
- -- fix renew/rebind -- it broke again. rfc indicates what options
- need to be in and what need to be out.
-
- -- make sure the timer values passed to us from the server don't
- overflow our internal timer.
--- 56,58 ----
|