Remove unused argument to vlib_feature_next
[vpp.git] / src / plugins / abf / abf_itf_attach.c
index 5373fc0..67aa5b1 100644 (file)
@@ -588,7 +588,7 @@ abf_input_inline (vlib_main_t * vm,
               * miss:
               *  move on down the feature arc
               */
-             vnet_feature_next (sw_if_index0, &next0, b0);
+             vnet_feature_next (&next0, b0);
            }
 
          if (PREDICT_FALSE (b0->flags & VLIB_BUFFER_IS_TRACED))