From: tierno Date: Sat, 14 Oct 2017 12:28:30 +0000 (+0200) Subject: Set default true to 'port-security-enable' X-Git-Tag: v3.1.0~9^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=refs%2Fchanges%2F36%2F5636%2F1 Set default true to 'port-security-enable' Change-Id: I4f9d6c85d488976afee77c8ce2d54ccf86f6399a Signed-off-by: tierno --- diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index 2a20d90..1fd2295 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; } }