Flag in VDU interface required for multi-VDU support
[osm/IM.git] / models / yang / vnfd-base.yang
index 69f5265..f98e2d2 100644 (file)
@@ -528,6 +528,14 @@ module vnfd-base
             type uint32;
           }
 
+          leaf mgmt-interface {
+            description
+                "Flag to indicate that this is the mgmt interface
+                to be used for VDU configuration";
+            type boolean;
+            default false;
+          }
+
           leaf type {
             description
                 "Type of the Interface";