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;hp=0ec676d96d7b43310d756afe41218a783a707abc Merge "Feature 1417: support of PDUs in a VNF" --- diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index 1407016..cd2061b 100644 --- a/models/yang/vnfd-base.yang +++ b/models/yang/vnfd-base.yang @@ -64,6 +64,7 @@ module vnfd-base leaf port-security-enabled { description "Enables the port security for the port."; type boolean; + default true; } }