From bf87f015f0937c3520837b241ca9fa870f940c1b Mon Sep 17 00:00:00 2001 From: Mahesh Jethanandani Date: Fri, 11 Jan 2019 13:57:15 -0800 Subject: [PATCH] Fix for bug#99 --- example-data/nfv.xml | 4 ---- src/yang/etsi-nfv-ns.yang | 21 +-------------------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/example-data/nfv.xml b/example-data/nfv.xml index 89fcacc..916aa3a 100644 --- a/example-data/nfv.xml +++ b/example-data/nfv.xml @@ -223,7 +223,6 @@ fw2dpi - 1.0 Ethernet @@ -237,7 +236,6 @@ mgmt - 1.0 IPv4 @@ -251,7 +249,6 @@ r2fw - 1.0 Ethernet @@ -475,7 +472,6 @@ r2fw - 1.0 IPv4 diff --git a/src/yang/etsi-nfv-ns.yang b/src/yang/etsi-nfv-ns.yang index 32b4552..9a42e7e 100644 --- a/src/yang/etsi-nfv-ns.yang +++ b/src/yang/etsi-nfv-ns.yang @@ -229,26 +229,7 @@ submodule etsi-nfv-ns { information element"; } - leaf provider { - type string; - description - "Defines the organization generating the VLD."; - reference - "GS NFV IFA014: Section 6.5.2.2 NsVirtualLinkDesc - information element"; - } - - leaf version { - mandatory true; - type string; - description - "Specifies the version of the VLD."; - reference - "GS NFV IFA014: Section 6.5.2.2 NsVirtualLinkDesc - information element"; - } - - uses common:connectivity-type; + uses connectivity-type; list df { key "id"; -- GitLab