JUNG, Christian <[EMAIL PROTECTED]> wrote:

>> Jay Vosburgh <[EMAIL PROTECTED]> wrote:
>> 
>>      Is your test occuring on an isolated network, and is there other
>> concurrent network traffic that might be affecting things?
>
>The problem still persists as long as the box is connected to our Ciscos.
>
>I tried to simulate it with a dumb switch with my two boxes connected only.
>But there were no unsolicited ARP-replies anymore.

        I'm using Cisco switches as well.  I don't see the regular,
periodic ARP replies being generated as you describe, but I do see the
bonding driver issuing ARP replies for some or all of the elements of
the rx hashtable when certain events occur (slaves coming on/off line,
ARP requests coming from the local system, ).

>On the Ciscos I sometimes see ARP-replies with a destination MAC of
>00:00:00:00:00:00 (!) from some Linux-boxes which are using bonding.
>Currently I don't have a clue from where they're coming...

        I also saw one of those; I don't know where it came from,
either.

>The boxes are receiving around 200 ARP-replies a minute - so yes, there's
>concurrent network traffic :-)

        Well, I meant other traffic that causes the ARP replies to be
generated (i.e., concurrent traffic with the system).

        There are some other issues with the rx hashtbl that have come
up from my poking around, largely that it never, ever removes an entry
from the table.  After a sufficient number of different clients have
connected, the table will be filled with stale entries.  That's not
necessarily a problem in of itself, but it can lead to pathological
cases wherein regular ARP traffic induces update storms for peers that
are no longer interested.

        -J

---
        -Jay Vosburgh, IBM Linux Technology Center, [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to