Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
bf87f015
Commit
bf87f015
authored
Jan 11, 2019
by
Mahesh Jethanandani
Browse files
Fix for bug#99
parent
c87bb029
Changes
2
Hide whitespace changes
Inline
Side-by-side
example-data/nfv.xml
View file @
bf87f015
...
...
@@ -223,7 +223,6 @@
</sapd>
<virtual-link-desc>
<id>
fw2dpi
</id>
<version>
1.0
</version>
<connectivity-type>
<layer-protocol>
Ethernet
</layer-protocol>
</connectivity-type>
...
...
@@ -237,7 +236,6 @@
</virtual-link-desc>
<virtual-link-desc>
<id>
mgmt
</id>
<version>
1.0
</version>
<connectivity-type>
<layer-protocol>
IPv4
</layer-protocol>
</connectivity-type>
...
...
@@ -251,7 +249,6 @@
</virtual-link-desc>
<virtual-link-desc>
<id>
r2fw
</id>
<version>
1.0
</version>
<connectivity-type>
<layer-protocol>
Ethernet
</layer-protocol>
</connectivity-type>
...
...
@@ -475,7 +472,6 @@
</sapd>
<virtual-link-desc>
<id>
r2fw
</id>
<version>
1.0
</version>
<connectivity-type>
<layer-protocol>
IPv4
</layer-protocol>
</connectivity-type>
...
...
src/yang/etsi-nfv-ns.yang
View file @
bf87f015
...
...
@@ -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"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment