RFC Errata
RFC 6020, "YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF)", October 2010
Source of RFC: netmod (ops)See Also: RFC 6020 w/ inline errata
Errata ID: 4282
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Cesar Crusius
Date Reported: 2015-02-27
Verifier Name: Benoit Claise
Date Verified: 2015-03-11
Section 12 says:
unknown-statement = prefix ":" identifier [sep string] optsep (";" / "{" *unknown-statement2 "}") unknown-statement2 = [prefix ":"] identifier [sep string] optsep (";" / "{" *unknown-statement2 "}")
It should say:
unknown-statement = prefix ":" identifier [sep string] optsep (";" / "{" optsep *(unknown-statement2 optsep) "}") unknown-statement2 = [prefix ":"] identifier [sep string] optsep (";" / "{" optsep *(unknown-statement2 optsep) "}")