From a336045c82573188ae5e08fdbb700946d22fc95b Mon Sep 17 00:00:00 2001 From: Preethika Date: Wed, 17 Mar 2021 10:29:23 +0000 Subject: [PATCH] issue #36 Fix typo data type and fix reference in trunk port data Signed-off-by: Preethika --- src/yang/etsi-nfv-vnf.yang | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index d57bd33..538addf 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -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 -- GitLab