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
f3a40fd6
Commit
f3a40fd6
authored
Mar 18, 2021
by
ppree
Browse files
issue
#39
segmentationType definition to subport level
Signed-off-by:
Preethika
<
preethika.p@tataelxsi.co.in
>
parent
73602a92
Pipeline
#6543
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
src/yang/etsi-nfv-vnf.yang
src/yang/etsi-nfv-vnf.yang
+19
-19
No files found.
src/yang/etsi-nfv-vnf.yang
View file @
f3a40fd6
...
...
@@ -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
...
...
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