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: S. Ali Tokmen
Subject: [lwip-devel] [bug #20346] IPv4 broadcasts ?
Date: Fri, 06 Jul 2007 06:53:59 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)

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

Hello Zhenwei,

As Frédéric mentioned in his reply, the issue is on Analog Devices' side:

- During initialization, lwIP calls the external low_level_init function.
That function does the initialization of the Ethernet hardware, and is of
course hardware specific.
- That function takes as argument a pointer to a struct netif, which
describes the Ethernet device to lwIP.
- By default, netif's flags are all set to false. As a result, IP broadcast,
which is a feature requiring that flag to be set, is disabled by default.
- In the code example in lwIP's source code, the NETIF_FLAG_BROADCAST flag is
being set. On the other hand, for some reason, Analog Devices didn't set this
flag in their Ethernet driver.

Analog Devices has been made aware of the issue, and they've told me this
problem will be fixed in their IDE's next major release (VisualDSP++ 5.0).
This release should be out in late summer 2007.

Regards;

S. Ali Tokmen
http://ali.tokmen.com/

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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