Set default true to 'port-security-enable' 36/5636/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Sat, 14 Oct 2017 12:28:30 +0000 (14:28 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Sat, 14 Oct 2017 12:29:11 +0000 (14:29 +0200)
Change-Id: I4f9d6c85d488976afee77c8ce2d54ccf86f6399a
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
models/yang/vnfd-base.yang

index 2a20d90..1fd2295 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;
     }
   }