Hi,

On Tue, Oct 07, 2014 at 03:37:39PM +0200, Matthias Dübon wrote:
> Hello again,
> 
> forget my last mail, I think I found something like a real reason for
> the not working minimal example. After some debugging (starting with
> the not working ARP resolution) I found that the netif flags are not
> initialised in the mintapif_init in mintapif.c. After adding:
> 
> netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_IGMP;
> 
> everything is working fine.

I guess this is bug #36436 ?   https://savannah.nongnu.org/bugs/?36436

Sylvain

Attachment: signature.asc
Description: Digital signature

_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to