Add no-append flag to vlib_frame_t
[vpp.git] / src / plugins / memif / node.c
index 3f4f5c5..07ce76d 100644 (file)
@@ -370,6 +370,7 @@ memif_device_input_inline (vlib_main_t * vm, vlib_node_runtime_t * node,
          ef = vlib_frame_scalar_args (f);
          ef->sw_if_index = mif->sw_if_index;
          ef->hw_if_index = mif->hw_if_index;
+         vlib_frame_no_append (f);
        }
     }