Changes between Initial Version and Version 1 of Ticket #7490, comment 8


Ignore:
Timestamp:
May 18, 2011, 5:30:27 PM (13 years ago)
Author:
phoudoin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7490, comment 8

    initial v1  
    11> 2. the DHCP client request the local-only address, which it should not!
    2 
     2\\
    33This specific issue should be fixed since r41538, BTW.
    4 
    5 > 3. when these requests all timeout (which is expected for a local-only address),
    6 > it doesn't fall back to DHCP_DISCOVER cycle, which it should do.
    7 
     4\\
     5> 3. when these requests all timeout (which is expected for a local-only address), it doesn't fall back to DHCP_DISCOVER cycle, which it should do.
     6\\
    87After more thinking, the main issue is the failure to send anything over the network, there is no point to reset the DHCP client state. What could be done better, though, is detect such failure and escape earlier the DHCP process, which will avoid waiting for timeout.
    98Will do that during next free time slot, eventually.
    10