feature: introduce feature arc end nodes
[vpp.git] / vnet / vnet / devices / devices.c
index a110019..624cf76 100644 (file)
@@ -52,6 +52,7 @@ VNET_FEATURE_ARC_INIT (device_input, static) =
 {
   .arc_name  = "device-input",
   .start_nodes = VNET_FEATURES ("device-input"),
+  .end_node = "ethernet-input",
   .arc_index_ptr = &feature_main.device_input_feature_arc_index,
 };