Merge "Model update to add external-id to port/interface."
[ovsdb.git] / southbound / southbound-api / src / main / yang / ovsdb.yang
index ef15750ed9c01d582e0ec85d03eca88cf70aeb07..22038aa04dab18566b5c7a342155b285c05cede9 100755 (executable)
@@ -288,6 +288,11 @@ module ovsdb {
         base interface-type-base;
     }
 
+    identity interface-type-dpdkvhostuser {
+        description "Interface type for dpdkvhostuser interfaces";
+        base interface-type-base;
+    }
+
     grouping ovsdb-port-interface-attributes {
         leaf port-uuid {
             description "The unique identifier of the OVSDB port";