[dhcp-agent-commits] dhcp-agent TODO,1.15,1.16
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-06-23 06:07:26
|
Update of /cvsroot/dhcp-agent/dhcp-agent In directory sc8-pr-cvs1:/tmp/cvs-serv780 Modified Files: TODO Log Message: lots more todo Index: TODO =================================================================== RCS file: /cvsroot/dhcp-agent/dhcp-agent/TODO,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** TODO 17 Jun 2003 07:34:56 -0000 1.15 --- TODO 23 Jun 2003 06:07:22 -0000 1.16 *************** *** 67,71 **** out of range option is encountered. ! -- by default use 75% of the lease time as the renew time, and ! 85% as the rebind time. also fix so we alert the user of an ! expired lease. --- 67,74 ---- 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. ! |