bonding: traffic traversing the wrong interface

Missing an increment in the while loop. Hashes not stored in the array.

Type: fix

Signed-off-by: Steven Luong <sluong@cisco.com>
Change-Id: I603027f5a7305478f48a102ac8035ffde9102c53
This commit is contained in:
Steven Luong
2019-10-04 14:18:37 -07:00
parent 0f902cc876
commit 0471cdbd3f

View File

@ -455,6 +455,7 @@ bond_tx_inline (vlib_main_t * vm, vlib_node_runtime_t * node,
n_left -= 1;
b += 1;
h += 1;
}
}