commit | 4c4e4113db249c828fffb286bc95ffb255e081f5 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Fri Mar 14 22:21:04 2014 -0400 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 14 22:21:04 2014 -0400 |
tree | ce8994f50bbedb7bf194814d0e491dc0de5d10f7 | |
parent | 21396689cc093f2ab7ae29c9937e94e51ae96732 [diff] | |
parent | 96a0922c2349ccfbf5583708c3602945a755c874 [diff] |
Merge branch 'alb_learning' Veaceslav Falico says: ==================== bonding: use correct ether type for alb There have been reports that, while using the ETH_P_LOOP ether type (0x0060), the ether type is treated as its packet length. To avoid that and to not break already existing apps - add new ether type ETH_P_LOOPBACK that contains the correct id - 0x9000. ==================== Signed-off-by: Veaceslav Falico <vfalico@redhat.com>