X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2Fvnet%2Fdevices%2Fdevices.c;h=3eef95b7c908442e0ccd7fddfa16ff9d53bd490d;hb=f6e3dc4778ef910d4ae6114783bd8f50887e6d0d;hp=928b0b4757ad8af86758a0f3adc9b337e573b2e7;hpb=7c8eda16d4bc10bf779200b23369e2ee12843dc1;p=vpp.git 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",