]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[lacp] Set "aggregatable" flag in response LACPDU
authorSven Ulland <sveniu@ifi.uio.no>
Mon, 21 Jul 2014 13:41:25 +0000 (15:41 +0200)
committerMichael Brown <mcb30@ipxe.org>
Wed, 23 Jul 2014 10:56:04 +0000 (11:56 +0100)
commitde65a240b98b69e125fd8014ccff2c666d64361d
tree41b0f7c7bba8e6f2a52a208cf0fa718b735519eb
parent5888c887a4adbbb6d98c7fba6e469ac5ad9f129c
[lacp] Set "aggregatable" flag in response LACPDU

Some switches do not allow an individual link (as defined in IEEE Std
802.3ad-2000 section 43.3.5) to work alone in a link aggregation group
as described in section 43.3.6.  This is verified on Dell's
PowerConnect M6220, based on the Broadcom Strata XGS-IV chipset.

Set the LACP_STATE_AGGREGATABLE flag in the actor.state field to
announce link aggregation in the response LACPDU, which will have the
switch enable the link aggregation group and allow frames to pass.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/eth_slow.c