Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOL006
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
NFV - Network Functions Virtualisation
SOL006
Merge requests
!81
Issue#24 Add fixedIpAddress attribute to L3AddressData
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue#24 Add fixedIpAddress attribute to L3AddressData
issue#24
into
dev-v3.5.1
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
ppree
requested to merge
issue#24
into
dev-v3.5.1
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Signed-off-by: Preethika
preethika.p@tataelxsi.co.in
0
0
Merge request reports
Compare
dev-v3.5.1
dev-v3.5.1 (base)
and
latest version
latest version
d27599fb
1 commit,
3 years ago
1 file
+
10
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/yang/etsi-nfv-common.yang
+
10
−
0
Options
@@ -843,6 +843,16 @@ submodule etsi-nfv-common {
"GS NFV IFA011: Section 7.1.3.4, L3AddressData
information element."
;
}
leaf
fixed-ip-address
{
type
string
;
description
"IP address to be assigned to the CP instance."
;
reference
"GS NFV IFA011: Section 7.1.3.4, L3AddressData
information element."
;
}
}
description
"Provides information on the addresses to be assigned to the
Loading