commit | 8e3babcd69ec0fde874838e276eb0b211c6a5647 | [log] [tgz] |
---|---|---|
author | Jay Vosburgh <fubar@us.ibm.com> | Fri Nov 04 18:45:45 2005 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 07 21:50:00 2005 -0500 |
tree | e9ec29bf1d94ab8b77bb536c77433e21fa2f73ba | |
parent | fd7a516efbcdabf5d7b9307ca9fe48b511b7d123 [diff] |
[PATCH] bonding: fix feature consolidation This should resolve http://bugzilla.kernel.org/show_bug.cgi?id=5519 The current feature computation loses bits that it doesn't know about, resulting in an inability to add VLANs and possibly other havoc. Rewrote function to preserve bits it doesn't know about, remove an unneeded state variable, and simplify the code. Signed-off-by: Jay Vosburgh <fubar@us.ibm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>