Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL006
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
7bc6babc
Commit
7bc6babc
authored
Mar 12, 2019
by
Mahesh Jethanandani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug#188
parent
5a370aa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
etsi-nfv-common.yang
src/yang/etsi-nfv-common.yang
+7
-7
No files found.
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
Pseudo-W
ire {
identity
pseudo-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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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