Add the tap driver to the driver feature arc scheme
[vpp.git] / vnet / vnet / devices / feature.c
index a532a9a..5a31cd6 100644 (file)
 #include <vnet/feature/feature.h>
 
 /* *INDENT-OFF* */
-VNET_FEATURE_ARC_INIT (device_input, static) = {
+VNET_FEATURE_ARC_INIT (device_input, static) =
+{
   .arc_name  = "device-input",
-  .start_nodes = VNET_FEATURES (
+  .start_nodes =
+  VNET_FEATURES (
 #if DPDK > 0
-                               "dpdk-input",
+                 "dpdk-input",
 #endif
-                               "vhost-user-input", "af-packet-input", "netmap-input",
-                               "tuntap-rx", "pg-input"),
+                 "vhost-user-input", "af-packet-input", "netmap-input",
+                 "tuntap-rx", "tapcli-rx", "pg-input"),
 };
 
 VNET_FEATURE_INIT (l2_patch, static) = {