Fix IP feature ordering.
[vpp.git] / src / vnet / devices / devices.c
index c81043c..38f3002 100644 (file)
@@ -55,7 +55,6 @@ 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,
 };