Update of /cvsroot/dhcp-agent/dhcp-agent
In directory sc8-pr-cvs1:/tmp/cvs-serv28241
Modified Files:
TODO
Log Message:
added new client_info datum to hold information on client
Index: TODO
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/TODO,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** TODO 19 Jul 2003 02:28:05 -0000 1.22
--- TODO 7 Aug 2003 01:14:27 -0000 1.23
***************
*** 57,58 ****
--- 57,62 ----
-- make the hostname option settable via the command line.
+
+ -- use client identifier as well as xid to track DHCP operations.
+
+ -- dhcp_is_type is too expensive. use dhcp_get_type
|