Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
24c0ef05
Commit
24c0ef05
authored
Jun 24, 2022
by
ppree
Browse files
issue
#60
Implementation of ENH02.03 from IFA014 release 4 MegaCR
parent
140c3ebb
Pipeline
#11931
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-ns.yang
View file @
24c0ef05
...
...
@@ -1319,6 +1319,23 @@ submodule etsi-nfv-ns {
information element"
;
}
leaf
direction
{
type
enumeration
{
enum
"in"
;
enum
"out"
;
enum
"both"
;
}
description
"The direction of the data flow that are requested to be
mirrored.The direction is specified against the associated
CP. I.e., 'in' means the data flow that enters the target
connection point needs to be mirrored.
'out' means the data flow that sends out the target
connection point needs to be mirrored.
'both' means the data flows that both enters and sends out
the target connection point all need to be mirrored."
;
}
container
flow-constituent-cpd-id
{
choice
constituent-base-element-id
{
leaf
vnfd-id
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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