|
|
@@ -2050,6 +2050,7 @@ static int bond_miimon_inspect(struct bonding *bond)
|
|
|
continue;
|
|
|
|
|
|
bond_propose_link_state(slave, BOND_LINK_FAIL);
|
|
|
+ commit++;
|
|
|
slave->delay = bond->params.downdelay;
|
|
|
if (slave->delay) {
|
|
|
netdev_info(bond->dev, "link status down for %sinterface %s, disabling it in %d ms\n",
|
|
|
@@ -2088,6 +2089,7 @@ static int bond_miimon_inspect(struct bonding *bond)
|
|
|
continue;
|
|
|
|
|
|
bond_propose_link_state(slave, BOND_LINK_BACK);
|
|
|
+ commit++;
|
|
|
slave->delay = bond->params.updelay;
|
|
|
|
|
|
if (slave->delay) {
|