From 5fb94404f1d885fe55743084ae7db4e7d83702d2 Mon Sep 17 00:00:00 2001 From: ppree Date: Mon, 20 Dec 2021 08:52:30 +0100 Subject: [PATCH] Revert "Merge branch 'issue#48' into 'dev-v3.6.1'" This reverts merge request !105 --- src/yang/etsi-nfv-vnf.yang | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index 9140778..eabb03a 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -78,26 +78,9 @@ submodule etsi-nfv-vnf { VirtualNetworkInterfaceRequirements information element"; } - list standardized-network-interface-requirements { - key "key"; - max-elements "1"; - - leaf key { - type string; - } - leaf value { - type string; - } - description - "The requirements on standardized network interface - capabilities, e.g., SR-IOV."; - reference - "GS NFV-IFA011: Section 7.1.6.6, - VirtualNetworkInterfaceRequirements information element"; - } - list network-interface-requirements { key "key"; + min-elements "1"; max-elements "1"; leaf key { @@ -107,11 +90,9 @@ submodule etsi-nfv-vnf { type string; } description - "The additional network interface requirements beyond - those specified in the standardizedNetworkInterface - Requirements attribute.An element from an array of - key-value pairs that articulate the network interface - deployment requirements."; + "The network interface requirements. An element from an + array of key-value pairs that articulate the network + interface deployment requirements."; reference "GS NFV-IFA011: Section 7.1.6.6, VirtualNetworkInterfaceRequirements information element"; -- GitLab