From: Veaceslav Falico Date: Thu, 13 Mar 2014 11:41:58 +0000 (+0100) Subject: bonding: use the correct ether type for alb X-Git-Tag: v3.15-rc1~113^2~149^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96a0922c2349ccfbf5583708c3602945a755c874;p=pandora-kernel.git 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 CC: Andy Gospodarek Signed-off-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed