lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #46524] Device as dhcp server does not work after upgr


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #46524] Device as dhcp server does not work after upgrade to lwip-1.4.1
Date: Fri, 19 Feb 2016 08:59:48 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36

Follow-up Comment #6, bug #46524 (project lwip):

The patch checks dst for correct subnet (subnet-broadcasts) and src for NULL.
I'd instead check for correct subnet *or* dst==255.255.255.255. Additionally,
for dst==255.255.255.255 but local_ip not ANY, a pcb matching the inp-subnet
should be the best bet. This adds additional checks...

I think this is the correct fix. Having src==ANY is just a very special case
of the DHCP protocol.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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