aboutsummaryrefslogtreecommitdiffstats
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 26753305db2..928b0b4757a 100644
--- a/vnet/vnet/devices/devices.c
+++ b/vnet/vnet/devices/devices.c
@@ -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) = {