lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #29072] DHCPDISCOVER doesn't have ciaddr == 0


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #29072] DHCPDISCOVER doesn't have ciaddr == 0
Date: Fri, 05 Mar 2010 16:20:13 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2) Gecko/20100115 Firefox/3.6

Follow-up Comment #8, bug #29072 (project lwip):

Well, until now I didn't think that anyone would mix setting a static IP
address (netif_set_addr) with dhcp. And it looks like this combination leads
to a wrong behaviour, so maybe dhcp_start should set the netif's address to
zero.

I wouldn't let netif_set_addr influence dhcp: an application or port should
call dhcp_stop before switching to a static IP address (also, netif_set_addr
*is* used by dhcp for setting the received address).

As to 3.: How would we not break TCP connections when the local address
changes? Are you sure the RFC is talking about TCP there? Also, I didn't find
that part in the RFC, could you point me to the chapter?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?29072>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]