RFC Errata
RFC 6022, "YANG Module for NETCONF Monitoring", October 2010
Source of RFC: netconf (ops)See Also: RFC 6022 w/ inline errata
Errata ID: 4950
Status: Verified
Type: Editorial
Publication Format(s) : TEXT
Reported By: Andreas Walden
Date Reported: 2017-02-24
Verifier Name: Benoit Claise
Date Verified: 2017-03-10
Section 4.2 (2,3) says:
<get-schema
xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">
<identifer>bar</identifer>
<version>2008-06-01</version>
</get-schema>
a. Via <get-schema> using identifer parameter:
<get-schema
xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">
<identifer>bar-types</identifer>
</get-schema>
It should say:
<get-schema
xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">
<identifier>bar</identifier>
<version>2008-06-01</version>
</get-schema>
a. Via <get-schema> using identifier parameter:
<get-schema
xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">
<identifier>bar-types</identifier>
</get-schema>
