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 12:54:50 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2) Gecko/20100115 Firefox/3.6

Update of bug #29072 (project lwip):

             Assigned to:                    None => goldsimon              

    _______________________________________________________

Follow-up Comment #1:

I'd fix this by passing the message-type to dhcp_create_request and basing
the choice (whether to set ciaddr to zero or use netif->ip_addr) on the
message-type instead of the current state.

BTW: RFC2131 4.4.1 Table 5 doesn't mention the INIT-REBOOT or REBOOT state
regarding ciaddr/DHCPREQUEST, but I guess it's OK to set the client's address
there, too...?

> Also, is there some "give up" timeout for DHCP? I'm seeing DHCP 
> Discover packets in WireShark forever since there is no server 
> present.

None that I know of. Currently, you have to call dhcp_stop() on your own.

    _______________________________________________________

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]