First set of OSM model changes for multi-disk/config-files/etc.
[osm/SO.git] / models / plugins / yang / vnfd.yang
index 5dc19ce..0e779c5 100644 (file)
@@ -67,6 +67,11 @@ module vnfd
       description "Type of the connection point.";
       type manotypes:connection-point-type;
     }
+    leaf port-security-enabled {
+      description "Enables the port security for the port";
+      type boolean;
+      default true;
+    }
   }
 
   grouping virtual-interface {
@@ -359,6 +364,8 @@ module vnfd
           }
         }
 
+        uses manotypes:supplemental-boot-data;
+
         list internal-connection-point {
           key "id";
           description