Merge "Set default true to 'port-security-enable'"
[osm/IM.git] / models / yang / vnfd-base.yang
index 9163e33..3ab3eab 100644 (file)
@@ -64,6 +64,7 @@ module vnfd-base
     leaf port-security-enabled {
       description "Enables the port security for the port";
       type boolean;
+      default true;
     }
   }