From d4f15a7637357eeb74f105d843ab0a990c4c5638 Mon Sep 17 00:00:00 2001 From: tierno Date: Sat, 14 Oct 2017 14:28:30 +0200 Subject: [PATCH] Set default true to 'port-security-enable' Change-Id: I4f9d6c85d488976afee77c8ce2d54ccf86f6399a Signed-off-by: tierno --- models/yang/vnfd-base.yang | 1 + 1 file changed, 1 insertion(+) 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; } } -- 2.17.1