]> asedeno.scripts.mit.edu Git - linux.git/commit
bonding: use the correct ether type for alb
authorVeaceslav Falico <vfalico@redhat.com>
Thu, 13 Mar 2014 11:41:58 +0000 (12:41 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sat, 15 Mar 2014 02:20:57 +0000 (22:20 -0400)
commit96a0922c2349ccfbf5583708c3602945a755c874
treece8994f50bbedb7bf194814d0e491dc0de5d10f7
parent61ccbb684421d374fdcd7cf5d6b024b06f03ce4e
bonding: use the correct ether type for alb

Currently it's using the wrong ETH_P_LOOP type, which is sometimes treated
as packet length instead of ether type (because it's 0x0060).

Use the new ETH_P_LOOPBACK type.

CC: Jay Vosburgh <fubar@us.ibm.com>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Veaceslav Falico <vfalico@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_alb.c