RFC Errata
Found 2 records.
Status: Verified (1)
RFC 6470, "Network Configuration Protocol (NETCONF) Base Notifications", February 2012
Source of RFC: netconf (ops)
Errata ID: 3957
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Martin Bjorklund
Date Reported: 2014-04-11
Verifier Name: Benoit Claise
Date Verified: 2014-04-15
Section 2.2 says:
uses common-session-parms { when "../confirm-event != 'timeout'"; } leaf confirm-event {
It should say:
uses common-session-parms { when "confirm-event != 'timeout'"; } leaf confirm-event {
Notes:
"uses" does not define a node. RFC 6020, 7.19.5 specifies that the context node for "when" is the node above the "uses" statement:
o If the "when" statement is a child of a "uses", "choice", or
"case" statement, then the context node is the closest ancestor
node to the "uses", "choice", or "case" node that is also a data
node.
Status: Held for Document Update (1)
RFC 6470, "Network Configuration Protocol (NETCONF) Base Notifications", February 2012
Source of RFC: netconf (ops)
Errata ID: 4073
Status: Held for Document Update
Type: Editorial
Publication Format(s) : TEXT
Reported By: Andy Bierman
Date Reported: 2014-08-07
Held for Document Update by: Benoit Claise
Date Held: 2014-09-17
Section 2.2 says:
<CODE BEGINS> file="ietf-netconf-notifications@2011-12-09.yang"
It should say:
<CODE BEGINS> file="ietf-netconf-notifications@2012-02-06.yang"
Notes:
Reported to me by Martin Bjorklund