[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] DHCP reboot after link up event
From: |
Sergio R. Caprile |
Subject: |
Re: [lwip-users] DHCP reboot after link up event |
Date: |
Mon, 15 Jun 2015 10:21:41 -0300 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 |
Well, I'm no DHCP expert either
Looking at the source and checking RFC-2131, REBOOTING state only needs
to verify an existing lease. That can be done by issuing a DHCPREQUEST
message with the known ip address.
Coherency suggests that given the address is correct, then the client
already has all necessary parameters correct, obtained from last request.
I would say the problem lies on that subject. Somehow that is not working.
Please post a network capture showing first DHCPREQUEST on startup and
then the link-down/link-up issue.
Please post a log with DHCP debugging (:#define DHCP_DEBUG LWIP_DBG_ON)
--