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
7bc6babc
Commit
7bc6babc
authored
Mar 12, 2019
by
Mahesh Jethanandani
Browse files
Fix for bug#188
parent
5a370aa1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-common.yang
View file @
7bc6babc
...
...
@@ -20,22 +20,22 @@ submodule etsi-nfv-common {
*/
identity
layer-protocol
{
}
identity
E
thernet
{
identity
e
thernet
{
base
layer-protocol
;
}
identity
MPLS
{
identity
mpls
{
base
layer-protocol
;
}
identity
ODU
2
{
identity
odu
2
{
base
layer-protocol
;
}
identity
IP
v4
{
identity
ip
v4
{
base
layer-protocol
;
}
identity
IP
v6
{
identity
ip
v6
{
base
layer-protocol
;
}
identity
P
seudo-
W
ire
{
identity
p
seudo-
w
ire
{
base
layer-protocol
;
}
...
...
@@ -392,7 +392,7 @@ submodule etsi-nfv-common {
}
leaf-list
layer-protocol
{
default
E
thernet
;
default
e
thernet
;
type
identityref
{
base
layer-protocol
;
}
...
...
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