lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Gratuitous ARP Target Hardware Address


From: address@hidden
Subject: Re: [lwip-users] Gratuitous ARP Target Hardware Address
Date: Fri, 08 May 2009 22:09:16 +0200
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

I think that etharp_request is the wrong function to cahnge: it is mainly used for sending real requests (and I think ethzero is correct here). Instead, we should update the code which wants to send a gratuitous ARP (netif.c only) to use an own function. The current implementation is only happening to work (depends on the contents of the ARP table) and does far too much.

I've added a bug entry, thanks for reporting.

Simon


HM2 wrote:
This is probably nit picky, but I think the Target Hardware Address should
be set to the FF... broadcast value, rather than Zero.  This is in Etharp.c
in the function etharp_request().  &ethzero is used where I think it should
be &ethbroadcast.  In the other examples and doc I always see  FF... used
for this value.

Regards,  Chris.



_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users






reply via email to

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