ietf-mpls-preformat.yang | ietf-mpls.yang | |||
---|---|---|---|---|
skipping to change at line 287 ¶ | skipping to change at line 286 ¶ | |||
"List of MPLS label blocks."; | "List of MPLS label blocks."; | |||
leaf index { | leaf index { | |||
type string; | type string; | |||
description | description | |||
"A user-specified identifier utilized to uniquely | "A user-specified identifier utilized to uniquely | |||
reference an MPLS label block."; | reference an MPLS label block."; | |||
} | } | |||
leaf start-label { | leaf start-label { | |||
type rt-types:mpls-label; | type rt-types:mpls-label; | |||
must '. <= ../end-label' { | must '. <= ../end-label' { | |||
error-message | error-message "'start-label' must be less than or equal " | |||
"'start-label' must be less than or equal " | + "to 'end-label'"; | |||
+ "to 'end-label'"; | ||||
} | } | |||
description | description | |||
"Label-block start."; | "Label-block start."; | |||
} | } | |||
leaf end-label { | leaf end-label { | |||
type rt-types:mpls-label; | type rt-types:mpls-label; | |||
must '. >= ../start-label' { | must '. >= ../start-label' { | |||
error-message | error-message "'end-label' must be greater than or equal " | |||
"'end-label' must be greater than or equal " | + "to 'start-label'"; | |||
+ "to 'start-label'"; | ||||
} | } | |||
description | description | |||
"Label-block end."; | "Label-block end."; | |||
} | } | |||
leaf block-allocation-mode { | leaf block-allocation-mode { | |||
type identityref { | type identityref { | |||
base label-block-alloc-mode; | base label-block-alloc-mode; | |||
} | } | |||
description | description | |||
"Label-block allocation mode."; | "Label-block allocation mode."; | |||
End of changes. 2 change blocks. | ||||
6 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/ |