Commit 73602a92 authored by ramanathan's avatar ramanathan
Browse files

Merge branch 'issue#36' into 'dev-v3.5.1'

issue #36 Fix typo data type and fix reference in trunk port data

See merge request !92
parents a82d9945 a336045c
Pipeline #6539 passed with stage
in 0 seconds
......@@ -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 unit32;
type uint32;
description
"Specifies the segmentation ID for the subport, which is
used to differentiate the traffics on different networks
......
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