Add a feature arc consistency check
[vpp.git] / src / vnet / devices / devices.c
index 99011da..e78c5cb 100644 (file)
@@ -66,6 +66,7 @@ VNET_FEATURE_ARC_INIT (device_input, static) =
 {
   .arc_name  = "device-input",
   .start_nodes = VNET_FEATURES ("device-input"),
+  .last_in_arc = "ethernet-input",
   .arc_index_ptr = &feature_main.device_input_feature_arc_index,
 };