bonding: traffic traversing the wrong interface
[vpp.git] / src / vnet / bonding / device.c
index f5470c3..21bbcb5 100644 (file)
@@ -449,6 +449,7 @@ bond_tx_inline (vlib_main_t * vm, bond_if_t * bif, vlib_buffer_t ** b,
 
       n_left -= 1;
       b += 1;
+      h += 1;
     }
 }