-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
YANG updates for the -05 version #6
Conversation
Updated to support multi-layer topology instances (ietf-ccamp-wg#5) Fixed YANG model prefix (ietf-ccamp-wg#3) Aligned with TE bandwidth, label range and label augmentations in other topology models Fixed other YANG language nits.
must ". = 'false' or " | ||
+ "../../vlan-tag-classification = 'true'" { | ||
description | ||
"VLAN service classification based on the second | ||
VLAN tag can be supported only when VLAN service | ||
classification"; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to check (testing some JSON examples) the correctness of this must statement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See issue #7
Updated Xufeng affiliation Added Chaode as author Updated abstract and introduction to clarify the scope of the draft: fix ietf-ccamp-wg#1 Restructured sections 2, 3 and 4 Clarified that TE bandwidth and label augmentations are based on the guidelines in section 6 of RFC8795: see ietf-ccamp-wg#2 Removed section 5: see ietf-ccamp-wg#2 Aligned with latest YANG model: see PR ietf-ccamp-wg#6 Updated list of authors and contributors
e-error.out.txt e.json.txt contains a small instance example that passes validation with yanglint |
* Draft converted to kramdown Updated Xufeng affiliation Added Chaode as author Updated abstract and introduction to clarify the scope of the draft: fix #1 Restructured sections 2, 3 and 4 Clarified that TE bandwidth and label augmentations are based on the guidelines in section 6 of RFC8795: see #2 Removed section 5: see #2 Aligned with latest YANG model: see PR #6 Updated list of authors and contributors Updated reference to G.8021 Updated revision number Updated category to Standard Track
Updated to support multi-layer topology instances: fix #5
Fixed YANG model prefix: fix #3
Added references when applicable: see #2
Removed all the YANG statements comments out: see #2
Aligned with TE bandwidth, label range and label augmentations in other topology models
Fixed other YANG language nits.