diff --git a/src/yang/etsi-nfv-vnf.yang b/src/yang/etsi-nfv-vnf.yang index 538addf592084e5003f6bfa7c4366434d8347c7d..941cd2167801de9b9087199c53233031e141b565 100755 --- a/src/yang/etsi-nfv-vnf.yang +++ b/src/yang/etsi-nfv-vnf.yang @@ -619,25 +619,6 @@ submodule etsi-nfv-vnf { "GS NFV IFA011: Section 7.1.6.11, Information elements related to TrunkPort Topology."; } - leaf segmentation-type { - default "vlan"; - type enumeration { - enum "vlan"; - enum "inherit"; - } - description - "Specifies the encapsulation type for the traffics - coming in and out of the trunk subport. - Values: - • VLAN: the subport uses VLAN as encapsulation type. - • INHERIT: the subport gets its segmentation type - from the network it’s connected to. - - Cardinality 0 means default value VLAN is used."; - reference - "GS NFV IFA011: Section 7.1.6.11, Information elements - related to TrunkPort Topology."; - } list sub-port-list { key "sub-port-cpd"; @@ -658,6 +639,25 @@ submodule etsi-nfv-vnf { "GS NFV IFA011: Section 7.1.6.12, Information elements related to subport of a trunk parent port."; } + leaf segmentation-type { + default "vlan"; + type enumeration { + enum "vlan"; + enum "inherit"; + } + description + "Specifies the encapsulation type for the traffics + coming in and out of the trunk subport. + Values: + • VLAN: the subport uses VLAN as encapsulation type. + • INHERIT: the subport gets its segmentation type + from the network it’s connected to. + + Cardinality 0 means default value VLAN is used."; + reference + "GS NFV IFA011: Section 7.1.6.12, Information elements + related to to subport of a trunk parent port."; + } leaf segmentation-id { type uint32; description