vom: Add TAPv2 support
[vpp.git] / extras / vom / vom / interface.hpp
index f6708b3..92e14a7 100644 (file)
@@ -99,6 +99,11 @@ public:
      */
     const static type_t TAP;
 
+    /**
+     * TAPv2 interface type
+     */
+    const static type_t TAPV2;
+
     /**
      * vhost-user interface type
      */