]> git.ipfire.org Git - thirdparty/dhcp.git/commit - RELNOTES
- If the client had multiple addresses, and one expired (was not renewed
authorDavid Hankins <dhankins@isc.org>
Tue, 20 Nov 2007 18:33:07 +0000 (18:33 +0000)
committerDavid Hankins <dhankins@isc.org>
Tue, 20 Nov 2007 18:33:07 +0000 (18:33 +0000)
commit703873ab371c5861c977a8be8d64a85ee3e8e74e
treee1e903aaccd195f389b1602ed64805b568319d02
parenta0006737bbd684a2a63f6fbf35860b119d7348b1
- If the client had multiple addresses, and one expired (was not renewed
  by the server), the client would continue to attempt to renew the same
  old address over and over.  Now, the client will omit any expired
  addresses from future Confirm, Renew, or Rebind messages.  [ISC-Bugs #17266]
- dhclient -6 will now select renew/rebind timers based upon the longest
  address expiration time rather than the shortest expiration time, in
  order to avoid cascading renewals in the event a server elects not to
  extend one of multiple IAADDR leases.  [ISC-Bugs #17266]
RELNOTES
client/dhc6.c