|
@@ -2086,6 +2086,9 @@ void bond_3ad_unbind_slave(struct slave *slave)
|
|
|
aggregator->aggregator_identifier);
|
|
aggregator->aggregator_identifier);
|
|
|
|
|
|
|
|
/* Tell the partner that this port is not suitable for aggregation */
|
|
/* Tell the partner that this port is not suitable for aggregation */
|
|
|
|
|
+ port->actor_oper_port_state &= ~AD_STATE_SYNCHRONIZATION;
|
|
|
|
|
+ port->actor_oper_port_state &= ~AD_STATE_COLLECTING;
|
|
|
|
|
+ port->actor_oper_port_state &= ~AD_STATE_DISTRIBUTING;
|
|
|
port->actor_oper_port_state &= ~AD_STATE_AGGREGATION;
|
|
port->actor_oper_port_state &= ~AD_STATE_AGGREGATION;
|
|
|
__update_lacpdu_from_port(port);
|
|
__update_lacpdu_from_port(port);
|
|
|
ad_lacpdu_send(port);
|
|
ad_lacpdu_send(port);
|