lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netif


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #21655] DHCP doesn't work reliably with multiple netifs
Date: Wed, 28 Nov 2007 06:51:53 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.10) Gecko/20071115 Firefox/2.0.0.10

Follow-up Comment #1, bug #21655 (project lwip):

Just an idea (as a reminder for later):

In udp_input, before looping over udp_pcbs to find the correct pcb, check
(when LWIP_DHCP) if src-port == DHCP_SERVER and dst-port == DHCP_CLIENT, then
check if inp->dhcp is != NULL and inp->dhcp->pcb is != NULL and then use that
pcb. If not, don't loop over udp_pcbs -> no client software can use the DHCP
port if DHCP is enabled.

Binding multiple dhcp pcbs to dhcp client port doesn't work yet...

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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