Angel CODREAN <[email protected]> wrote: > > netif_add(netif, &ipaddr, &netmask, &gw, NULL, LWIP_driver_init, > > LWIP_driver_input);
I think the last argument should be 'tcpip_input', to feed the packets into the stack, not 'LWIP_driver_input' (which I assume is a function in your ethernetif.c file?). Simon -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
