Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
a336045c
Commit
a336045c
authored
Mar 17, 2021
by
ppree
Browse files
issue
#36
Fix typo data type and fix reference in trunk port data
Signed-off-by:
Preethika
<
preethika.p@tataelxsi.co.in
>
parent
a82d9945
Pipeline
#6535
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/yang/etsi-nfv-vnf.yang
src/yang/etsi-nfv-vnf.yang
+3
-3
No files found.
src/yang/etsi-nfv-vnf.yang
View file @
a336045c
...
...
@@ -610,7 +610,7 @@ submodule etsi-nfv-vnf {
leaf
parent-port-cpd
{
type
leafref
{
path
"../int-cpd/id"
;
path
"../
../
int-cpd/id"
;
}
description
"Reference of the internal VDU CPD which is used to
...
...
@@ -649,7 +649,7 @@ submodule etsi-nfv-vnf {
leaf
sub-port-cpd
{
type
leafref
{
path
"../../int-cpd/id"
;
path
"../../
../
int-cpd/id"
;
}
description
"Reference of the internal VDU CPD which is used
...
...
@@ -659,7 +659,7 @@ submodule etsi-nfv-vnf {
related to subport of a trunk parent port."
;
}
leaf
segmentation-id
{
type
u
n
it32
;
type
ui
n
t32
;
description
"Specifies the segmentation ID for the subport, which is
used to differentiate the traffics on different networks
...
...
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