Bonding requires lacp attached status to make decisions about which
links are enabled. However, LACP does not require any bonding
related information (other than which links are aggregated) to
perform. Having them reversed causes some subtle bugs in the
bonding code's responsiveness to LACP changes.
port->miimon_next_update = 0;
}
port->miimon_next_update = 0;
}
- port_update_bonding(port);
+ port_update_bonding(port);
for (j = 0; j < port->n_ifaces; j++) {
iface_update_qos(port->ifaces[j], port->cfg->qos);
for (j = 0; j < port->n_ifaces; j++) {
iface_update_qos(port->ifaces[j], port->cfg->qos);