summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/devices/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/devices/devices.c')
-rw-r--r--vnet/vnet/devices/devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnet/vnet/devices/devices.c b/vnet/vnet/devices/devices.c
index a1100194f3d..624cf76b2c2 100644
--- a/vnet/vnet/devices/devices.c
+++ b/vnet/vnet/devices/devices.c
@@ -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,
};