RFC 6991, "Common YANG Data Types", July 2013
Source of RFC: netmod (ops)
⚠ This RFC has been obsoleted!
Obsoleted by: RFC9911
Errata-ID: 5105
- Status:
- Held for Document Update
- Type:
- Editorial
- Reported By:
- Ladislav Lhotka
- Date Reported:
- 2017-09-01
- Held for Document Update by:
- Benoit Claise
- Date Held for Document Update:
- 2017-09-05
Section 3 says:
A schema node of this type will be set to zero (0) on creation
and will thereafter increase monotonically until it reaches
a maximum value of 2^32-1 (4294967295 decimal), when it
wraps around and starts increasing again from zero.
It should say:
A leaf instance of this type will be set to zero (0) on creation
and will thereafter increase monotonically until it reaches
a maximum value of 2^32-1 (4294967295 decimal), when it
wraps around and starts increasing again from zero.
Notes:
In a number of descriptions in both ietf-yang-types and ietf-inet-types, the term "schema node" is used incorrectly in places where "leaf instance" or "instance of a leaf" should be used instead. However, not all occurences of "schema node" are wrong: schema nodes just have to be distinguished from nodes in an instance data tree.