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.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/vnet/vnet/devices/devices.c b/vnet/vnet/devices/devices.c
index 928b0b4757a..3eef95b7c90 100644
--- a/vnet/vnet/devices/devices.c
+++ b/vnet/vnet/devices/devices.c
@@ -52,6 +52,12 @@ VNET_FEATURE_INIT (worker_handoff, static) = {
.runs_before = VNET_FEATURES ("ethernet-input"),
};
+VNET_FEATURE_INIT (span_input, static) = {
+ .arc_name = "device-input",
+ .node_name = "span-input",
+ .runs_before = VNET_FEATURES ("ethernet-input"),
+};
+
VNET_FEATURE_INIT (ethernet_input, static) = {
.arc_name = "device-input",
.node_name = "ethernet-input",