Commit c5292265 authored by ramanathan's avatar ramanathan
Browse files

Merge branch 'revert-919de8a6' into 'dev-v3.7.1'

Add standardized interface requirements to VirtualNetworkInterfaceRequirements

See merge request !122
parents 8cb93f0a a8b12959
Pipeline #13315 passed with stage
in 0 seconds
...@@ -94,9 +94,26 @@ submodule etsi-nfv-vnf { ...@@ -94,9 +94,26 @@ submodule etsi-nfv-vnf {
VirtualNetworkInterfaceRequirements information element"; 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 { list network-interface-requirements {
key "key"; key "key";
min-elements "1";
max-elements "1"; max-elements "1";
leaf key { leaf key {
...@@ -106,9 +123,11 @@ submodule etsi-nfv-vnf { ...@@ -106,9 +123,11 @@ submodule etsi-nfv-vnf {
type string; type string;
} }
description description
"The network interface requirements. An element from an "The additional network interface requirements beyond
array of key-value pairs that articulate the network those specified in the standardizedNetworkInterface
interface deployment requirements."; Requirements attribute.An element from an array of
key-value pairs that articulate the network interface
deployment requirements.";
reference reference
"GS NFV-IFA011: Section 7.1.6.6, "GS NFV-IFA011: Section 7.1.6.6,
VirtualNetworkInterfaceRequirements information element"; VirtualNetworkInterfaceRequirements information element";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment