| rfc9020v1.txt | rfc9020.txt | |||
|---|---|---|---|---|
| skipping to change at line 476 ¶ | skipping to change at line 476 ¶ | |||
| <CODE ENDS> | <CODE ENDS> | |||
| 8.2. YANG Module for Segment Routing Common Types | 8.2. YANG Module for Segment Routing Common Types | |||
| ietf-segment-routing-common.yang: This module defines a collection | ietf-segment-routing-common.yang: This module defines a collection | |||
| of generic types and groupings for SR, as defined in [RFC8402]. | of generic types and groupings for SR, as defined in [RFC8402]. | |||
| <CODE BEGINS> file "ietf-segment-routing-common@2021-04-01.yang" | <CODE BEGINS> file "ietf-segment-routing-common@2021-04-01.yang" | |||
| module ietf-segment-routing-common { | module ietf-segment-routing-common { | |||
| yang-version 1.1; | yang-version 1.1; | |||
| namespace "urn:ietf:params:xml:ns:yang:ietf-segment-routing-common"; | namespace | |||
| "urn:ietf:params:xml:ns:yang:ietf-segment-routing-common"; | ||||
| prefix sr-cmn; | prefix sr-cmn; | |||
| import ietf-inet-types { | import ietf-inet-types { | |||
| prefix inet; | prefix inet; | |||
| reference | reference | |||
| "RFC 6991: Common YANG Data Types"; | "RFC 6991: Common YANG Data Types"; | |||
| } | } | |||
| organization | organization | |||
| "IETF SPRING - SPRING Working Group"; | "IETF SPRING - SPRING Working Group"; | |||
| skipping to change at line 577 ¶ | skipping to change at line 578 ¶ | |||
| description | description | |||
| "Grouping for SR Label Range configuration."; | "Grouping for SR Label Range configuration."; | |||
| leaf lower-bound { | leaf lower-bound { | |||
| type uint32; | type uint32; | |||
| description | description | |||
| "Lower value in the label range."; | "Lower value in the label range."; | |||
| } | } | |||
| leaf upper-bound { | leaf upper-bound { | |||
| type uint32; | type uint32; | |||
| must '../lower-bound < ../upper-bound' { | must '../lower-bound < ../upper-bound' { | |||
| error-message "The upper-bound must be greater than the lower-bound."; | error-message | |||
| "The upper-bound must be greater than the lower-bound."; | ||||
| description | description | |||
| "The value must be greater than 'lower-bound'."; | "The value must be greater than 'lower-bound'."; | |||
| } | } | |||
| description | description | |||
| "Upper value in the label range."; | "Upper value in the label range."; | |||
| } | } | |||
| } | } | |||
| grouping srgb { | grouping srgb { | |||
| description | description | |||
| End of changes. 2 change blocks. | ||||
| 2 lines changed or deleted | 4 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||