bond: Fix error in bond_shift_load().
authorAlex Wang <alexw@nicira.com>
Thu, 22 Aug 2013 18:29:04 +0000 (11:29 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 22 Aug 2013 18:21:36 +0000 (11:21 -0700)
commitdc30ea2d9df90f5aaa75427c93116f0258d22789
tree6edc83087c596800d45d318630c78895f8b02e5b
parentafe2143da9445d4d7d33f20056dc6133a259a2e1
bond: Fix error in bond_shift_load().

Commit 4a1b8f30e(bond: Stop using tags.) introduced the bug that
prevents the load shifting when the traffic needs to be balanced.
This commit fixes this bug.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/bond.c