The following errata report has been verified for RFC7950,
"The YANG 1.1 Data Modeling Language". 

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid5517

--------------------------------------
Status: Verified
Type: Technical

Reported by: Rohit R Ranade <[email protected]>
Date Reported: 2018-10-08
Verified by: Joel Jaeggli (IESG)

Section: 10.4.2

Original Text
-------------
The derived-from-or-self() function returns "true" if any node in the
   argument "nodes" is a node of type "identityref" and its value is an
   identity that is equal to or derived from (see Section 7.18.2) the
   identity "identity"; otherwise, it returns "false".


Corrected Text
--------------
 The derived-from-or-self() function returns "true" if any node in the
 argument "nodes" is a node of type "identityref" or a type derived
 from "identityref", and its value is an identity that is equal to or
 derived from (see Section 7.18.2) the identity "identity"; 
 otherwise, it returns "false".


Notes
-----
The node-set can have node which are of types that may be derived from an 
identityref. Typical example is in ietf-netconf-nmda, where "when 
'derived-from-or-self(datastore, "ds:operational")';" is used, but the 
"datastore" node is of type "datastore-ref" defined in ietf-datastores module, 
which is in-turn derived from "identityref"

corrected text proposal with additional editing by Martin Bjorklund and 
Ladislav Lhotka 

--------------------------------------
RFC7950 (draft-ietf-netmod-rfc6020bis-14)
--------------------------------------
Title               : The YANG 1.1 Data Modeling Language
Publication Date    : August 2016
Author(s)           : M. Bjorklund, Ed.
Category            : PROPOSED STANDARD
Source              : Network Modeling
Area                : Operations and Management
Stream              : IETF
Verifying Party     : IESG

_______________________________________________
netmod mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/netmod

Reply via email to