lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #20346] IPv4 broadcasts ?


From: Frédéric Bernon
Subject: [lwip-devel] [bug #20346] IPv4 broadcasts ?
Date: Thu, 05 Jul 2007 07:34:27 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Follow-up Comment #3, bug #20346 (project lwip):

Yes, you're right, if they don't set NETIF_FLAG_BROADCAST, so
ip_addr_isbroadcast will return NULL. In this case, the loop in line 256 (CVS
HEAD)...

"for (netif = netif_list; netif != NULL; netif = netif->next) {"

will reach the end and netif will be NULL, since the ip_addr_isbroadcast call
will "failed".

So, yes, close it and set the "Status" to "Invalid"...

Thank


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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