Upon closer inspection it might have been a copy/paste error on my part. I am using it in TCP/IP thread mode in this case and after replacing ethernet_input with tcpip_input in the following line:
netif_add(&netif, NULL, NULL, NULL, NULL, netif_init_6, tcpip_input); It works as intended now. I do appreciate your time, Simon. Thanks. -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
