commit | 89cc76f95af3608d83a1d70b3c76b71ffe66e1f7 | [log] [tgz] |
---|---|---|
author | Jay Vosburgh <fubar@us.ibm.com> | Fri Sep 22 21:55:32 2006 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Sep 25 20:08:09 2006 -0400 |
tree | a2d0c16ffd5850087885287eab98d0f0feb9e6a6 | |
parent | f5b2b966f032f22d3a289045a5afd4afa09f09c6 [diff] |
[PATCH] bonding: Don't mangle LACPDUs Fixed handling of 802.3ad LACPDUs. Do not byte swap data in place in the packet. Updated nomenclature of "__ntohs_lacpdu" to be "htons"; it was previously used for both ntohs and htons operations, but only called ntohs functions. Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>