From 27bed29c2fab1973dcd8bc6ace6d94db01637d81 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 | 19 ------------------- 2 files changed, 23 deletions(-) diff --git a/example-data/nfv.xml b/example-data/nfv.xml index 15ef3fe..ddfd65a 100644 --- a/example-data/nfv.xml +++ b/example-data/nfv.xml @@ -241,7 +241,6 @@ fw2dpi - 1.0 Ethernet @@ -257,7 +256,6 @@ mgmt - 1.0 IPv4 @@ -273,7 +271,6 @@ r2fw - 1.0 Ethernet @@ -499,7 +496,6 @@ r2fw - 1.0 IPv4 diff --git a/src/yang/etsi-nfv-ns.yang b/src/yang/etsi-nfv-ns.yang index b75eff2..bfe1931 100644 --- a/src/yang/etsi-nfv-ns.yang +++ b/src/yang/etsi-nfv-ns.yang @@ -226,25 +226,6 @@ 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 connectivity-type; list df { -- GitLab