feature: convert all feature nodes to new feature infra
[vpp.git] / vnet / vnet / devices / devices.c
index 2675330..928b0b4 100644 (file)
@@ -37,6 +37,7 @@ VNET_FEATURE_ARC_INIT (device_input, static) =
 {
   .arc_name  = "device-input",
   .start_nodes = VNET_FEATURES ("device-input"),
+  .arc_index_ptr = &feature_main.device_input_feature_arc_index,
 };
 
 VNET_FEATURE_INIT (l2_patch, static) = {