X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Funix%2Ftapcli.c;h=00f093eb0671df1bba46bf351b76b23b53a91c37;hb=635ec3bdd073101dd513083be4f1edfb64e29098;hp=4a5628e34fa0e25933a6d9b3f6ee9c9720eb9c6a;hpb=0e6f4d6af4191340a5f542c9eeb0f34dda32e745;p=vpp.git diff --git a/src/vnet/unix/tapcli.c b/src/vnet/unix/tapcli.c index 4a5628e34fa..00f093eb067 100644 --- a/src/vnet/unix/tapcli.c +++ b/src/vnet/unix/tapcli.c @@ -275,7 +275,7 @@ tapcli_rx_iface (vlib_main_t * vm, vnet_main_t *vnm; vnet_sw_interface_t *si; u8 admin_down; - u32 next = node->cached_next_index; + u32 next = VNET_DEVICE_INPUT_NEXT_ETHERNET_INPUT; u32 n_left_to_next, next_index; u32 *to_next;