X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fbond.c;h=5be1bae3e2bce820a852f41e19cdd5e8787e81d8;hb=69fc54f47bbc35e81bfe2e38e57f5dcfd9858df4;hp=3834774d4b385670883193214367c326f8f0a663;hpb=fa04edcedfe5285fd8ad3a4d70fecb38df18293d;p=sliver-openvswitch.git diff --git a/lib/bond.c b/lib/bond.c index 3834774d4..5be1bae3e 100644 --- a/lib/bond.c +++ b/lib/bond.c @@ -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; }