X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=models%2Fyang%2Fvnfd-base.yang;h=75dcadc471d1c252934eb7fde349fa3f1630ec99;hp=9163e331309599b246c59a9a3fcfae2293c5ee82;hb=a75e0bb18141e1c9b25b0e481a3ae36577e319a0;hpb=9011712b5068b2fa9f55ed25c9e6b4015360940f diff --git a/models/yang/vnfd-base.yang b/models/yang/vnfd-base.yang index 9163e33..75dcadc 100644 --- a/models/yang/vnfd-base.yang +++ b/models/yang/vnfd-base.yang @@ -346,6 +346,19 @@ module vnfd-base at the network service level to construct network services."; uses common-connection-point; + + leaf internal-vld-ref { + description + "Reference to an internal VLD of the VNF. This field is + optional. It allows exposing an internal VLD through a + connection point. When building a NS, this VNF CP might be + connected to a NS VLD, then both VLDs (the i-VLD of the VNF and the + VLD of the NS) will become the same network and the IP profile will + be the one configured at NS level."; + type leafref { + path "../../internal-vld/id"; + } + } } list vdu {