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:
@ -455,6 +455,7 @@ bond_tx_inline (vlib_main_t * vm, vlib_node_runtime_t * node,
|
||||
|
||||
n_left -= 1;
|
||||
b += 1;
|
||||
h += 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user