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
2f51627e
Commit
2f51627e
authored
Mar 07, 2019
by
jethanandani
Browse files
Merge branch 'bug#92' into 'master'
Fix for bug#92 See merge request
!25
parents
5a370aa1
e9bb6972
Pipeline
#365
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-common.yang
View file @
2f51627e
...
...
@@ -177,6 +177,46 @@ submodule etsi-nfv-common {
base
cp-role
;
}
identity
checksum-algorithm
{
description
"Identifies the algorithms supported for the purpose of
calculating the checksum."
;
reference
"GS NFV IFA011: Section 7.1.6.10 Checksum information element."
;
}
identity
sha-224
{
base
checksum-algorithm
;
description
"SHA-224."
;
reference
"GS NFV IFA011: Section 7.1.6.10 Checksum information element."
;
}
identity
sha-256
{
base
checksum-algorithm
;
description
"SHA-256."
;
reference
"GS NFV IFA011: Section 7.1.6.10 Checksum information element."
;
}
identity
sha-384
{
base
checksum-algorithm
;
description
"SHA-384."
;
reference
"GS NFV IFA011: Section 7.1.6.10 Checksum information element."
;
}
identity
sha-512
{
base
checksum-algorithm
;
description
"SHA-512."
;
reference
"GS NFV IFA011: Section 7.1.6.10 Checksum information element."
;
}
/*
* Typedefs
*/
...
...
src/yang/etsi-nfv-vnf.yang
View file @
2f51627e
...
...
@@ -829,7 +829,9 @@ submodule etsi-nfv-vnf {
}
container
checksum
{
leaf
algorithm
{
type
string
;
type
identityref
{
base
checksum-algorithm
;
}
description
"Species the algorithm used to obtain the checksum
value."
;
...
...
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