Changes between Initial Version and Version 1 of Ticket #7490, comment 8
- Timestamp:
- May 18, 2011, 5:30:27 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7490, comment 8
initial v1 1 1 > 2. the DHCP client request the local-only address, which it should not! 2 2 \\ 3 3 This 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 \\ 8 7 After 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. 9 8 Will do that during next free time slot, eventually. 10