[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090730130656.680e9152@nehalam>
Date: Thu, 30 Jul 2009 13:06:56 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Jay Vosburgh <fubar@...ibm.com>,
Ben Greear <greearb@...delatech.com>
Cc: bonding-devel@...ts.sf.net, netdev@...r.kernel.org
Subject: Bonding ALB sends bogus packets
The bonding ALB mode builds packets with type, ETH_P_LOOP.
Well ETH_P_LOOP is defined as 0x0060 which looks completely bogus.
All Ethernet types less than 1536 are interpreted as 802.2 frames.
The result is that the resulting packet looks like a bogus 802.2
frame to the other host (or switch). I have no idea what the
initial design was or what the purpose of this code is, but it
should either send a real packet or nothing at all.
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists