Hello,

Pinging LwIP, an ARP reply is sent from LwIP with the correct hardware address and ip address. However, ping replies are not sent by LwIP.

tcp_tmr() is called every 100ms.

Setting a breakpoint at ip_input, I verified that incoming packets are being copied from the CS8900A.

Setting a breakpoint in ipv4/ip.c at line 270 (inside ``if (netif == NULL) { ...'') to check if a matching network interface was found for the received packet, I find that the breakpoint is reached -- no network interface matches my incoming ping packets.

I have added the network interface with netif_add and set it as the default with netif_set_default.

Any ideas as to why LwIP is not replying to pings?

Cheers,
Chris

_________________________________________________________________
Is your PC infected? Get a FREE online computer virus scan from McAfee® Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



_______________________________________________
lwip-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to