RFC Errata


Errata Search

 
Source of RFC  
Summary Table Full Records

Found 1 record.

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.

Report New Errata



Advanced Search