From caf118f21634ca0b907383bab66f0934e0da0d0e Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Tue, 18 Jun 2019 16:05:54 -0700 Subject: [PATCH] Add change#2 of NFVIFA(19)000453 --- src/yang/etsi-nfv-vnf.yang | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index 9258cac..f6e56f1 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -1250,7 +1250,23 @@ submodule etsi-nfv-vnf { } } } + + leaf vip-cpd { + type leafref { + path "../../vip-cpd/id"; + } + description + "Reference to the VIP CPD which is used to instantiate CPs + to hold virtual IP addresses. These CPs are, in turn, + exposed as external CPs defined by this external CPD. + One and only one of the following attributes shall be + present: intVirtualLinkDesc or intCpd or vipCpd ."; + reference + "GS NFV-IFA011: Section 7.1.3.2, VnfExtCpd information + element"; + } } + uses virtual-network-interface-requirements; leaf nicio-requirements { -- GitLab