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: Tue, 12 May 2009 22:17:21 +0200
User-agent: Thunderbird 2.0.0.21 (Macintosh/20090302)

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.
In chapter 4.6, RFC 3220 says

        When using an ARP Reply packet,
        the Target Hardware Address is also set to the link-layer
        address to which this cache entry should be updated (this field
        is not used in an ARP Request packet).

Since we use a request packet, it is OK to use ethzero (in fact, it doesn't 
matter what we use).

Simon





reply via email to

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