bthnycl / tinyos-main

Automatically exported from code.google.com/p/tinyos-main
0 stars 0 forks source link

[patch] Dhcp6Client state machine fixes #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have Dhcp Client obtain address from a server
2. restart server, removing all knowledge of existing lease
3. Wait for Client to attempt a RENEW

What is the expected output? What do you see instead?

expected:
  1 Server sends "cannot renew lease" reply
  2 Client sends "Request address"
  3 Server responds with new address assignment
  4 Client uses new address
observed:
  1...3 as above
  4 Client ignores the offered address
  5 One timer period later, client sends "Solicit"
  6 server/client go through whole solicit/advertise/request/reply cycle

What version of the product are you using? On what operating system?

trunk

Please provide any additional information below.

Original issue reported on code.google.com by jmatts...@dius.com.au on 25 Nov 2011 at 1:05

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sdh...@gmail.com on 25 Nov 2011 at 5:52

GoogleCodeExporter commented 9 years ago
Close in r5860. 

Original comment by sdh...@gmail.com on 11 Jan 2012 at 5:04