From: hoban Date: Fri, 2 Mar 2018 14:39:14 +0000 (+0100) Subject: Merge "Path for nesting: external CP in VNFD and NSD can refer to internal VLDs and... X-Git-Tag: v3.1.0~7 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=4a09d8e4013dab10c0f6d8c5e74216e87cb4e1c9;hp=a75e0bb18141e1c9b25b0e481a3ae36577e319a0 Merge "Path for nesting: external CP in VNFD and NSD can refer to internal VLDs and CPs" --- diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index 75dcadc..acb5b28 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; } }