From: garciadeblas Date: Thu, 12 Apr 2018 22:58:00 +0000 (+0200) Subject: Flag in VDU interface required for multi-VDU support X-Git-Tag: v3.1.0~1 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=0f6bb7770ea42dd236d742bbf0bfcec766254646 Flag in VDU interface required for multi-VDU support Change-Id: Ibddb6ce5cb41ab610782d1d216f13c73eb3b936c Signed-off-by: garciadeblas --- diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index 69f5265..f98e2d2 100644 --- a/models/yang/vnfd-base.yang +++ b/models/yang/vnfd-base.yang @@ -528,6 +528,14 @@ module vnfd-base type uint32; } + leaf mgmt-interface { + description + "Flag to indicate that this is the mgmt interface + to be used for VDU configuration"; + type boolean; + default false; + } + leaf type { description "Type of the Interface";