From: hoban Date: Fri, 2 Mar 2018 14:40:40 +0000 (+0100) Subject: Merge "Feature 1417: support of PDUs in a VNF" X-Git-Tag: v3.1.0~6 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=3c54356532c00ff3cdf1c90e58145dbb43609d49 Merge "Feature 1417: support of PDUs in a VNF" --- 3c54356532c00ff3cdf1c90e58145dbb43609d49 diff --cc models/yang/vnfd-base.yang index acb5b28,1407016..cd2061b --- a/models/yang/vnfd-base.yang +++ b/models/yang/vnfd-base.yang @@@ -62,9 -62,8 +62,9 @@@ module vnfd-bas } leaf port-security-enabled { - description "Enables the port security for the port"; + description "Enables the port security for the port."; type boolean; + default true; } }