bond: Fix error in bond_shift_load().
[sliver-openvswitch.git] / lib / bond.c
index 3834774..5be1bae 100644 (file)
@@ -755,6 +755,7 @@ bond_shift_load(struct bond_entry *hash, struct bond_slave *to)
     to->tx_bytes += delta;
 
     /* Arrange for flows to be revalidated. */
+    hash->slave = to;
     bond->bond_revalidate = true;
 }