X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fvnfd-base.yang;h=f98e2d2a15d9566172eae0243178dac2d5b2ecce;hp=69f5265e7c531c276b3bf53daf0f5471367a63f8;hb=0f6bb7770ea42dd236d742bbf0bfcec766254646;hpb=8efd85eaa707711720c050432b552be4c1740509 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";