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
7f08c82a
Commit
7f08c82a
authored
Sep 27, 2019
by
Mahesh Jethanandani
Browse files
Fixed prefixes for some of the typedefs.
parent
ef351be0
Pipeline
#1595
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-vnf.yang
View file @
7f08c82a
...
...
@@ -2633,7 +2633,7 @@ submodule etsi-nfv-vnf {
container
details
{
container
uri-components
{
leaf
scheme
{
type
yang
:
uri
;
type
inet
:
uri
;
description
"Corresponds to the scheme component of a URI, as
per IETF RFC 3986."
;
...
...
@@ -2656,7 +2656,7 @@ submodule etsi-nfv-vnf {
}
leaf
host
{
type
yang
:
host
;
type
inet
:
host
;
description
"Corresponds to the host field of the authority
component of a URI, as per IETF RFC 3986."
;
...
...
@@ -2665,7 +2665,7 @@ submodule etsi-nfv-vnf {
}
leaf
port
{
type
yang
:
port-number
;
type
inet
:
port-number
;
description
"Corresponds to the port field of the authority
component of a URI, as per IETF RFC 3986."
;
...
...
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