[dhcp-agent-commits] dhcp-agent TODO,1.1.1.1,1.2
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2002-11-19 19:44:46
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory sc8-pr-cvs1:/tmp/cvs-serv17456 Modified Files: TODO Log Message: fixed timers; fixed up client-cache a bit Index: TODO =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/TODO,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** TODO 29 Oct 2002 17:11:02 -0000 1.1.1.1 --- TODO 19 Nov 2002 19:44:43 -0000 1.2 *************** *** 99,108 **** -- apply only to a specific interface. - -- existing tests will need to be linked in with autotest when it becomes - real in autoconf. right now use the current system of building - and running them as make test - -- change uint32_t to ip_addr_t for ipv4 addresses. -- make it so set/get methods in all packeting routines do network type conversions and not higher level functions --- 99,107 ---- -- apply only to a specific interface. -- change uint32_t to ip_addr_t for ipv4 addresses. -- make it so set/get methods in all packeting routines do network type conversions and not higher level functions + + -- conversion routines are taking too long to access. walks + through the table can be shortened by direct indexing. |