Hi, This errata is correct and should be accepted.
/martin RFC Errata System <[email protected]> wrote: > The following errata report has been submitted for RFC7950, > "The YANG 1.1 Data Modeling Language". > > -------------------------------------- > You may review the report below and at: > https://www.rfc-editor.org/errata/eid6258 > > -------------------------------------- > Type: Technical > Reported by: Fred Gan <[email protected]> > > Section: 5.6.5 > > Original Text > ------------- > For example, with these modules: > > module a { > yang-version 1.1; > namespace "urn:example:a"; > prefix "a"; > > import b { > revision-date 2015-01-01; > } > import c; > > revision 2015-01-01; > > > Corrected Text > -------------- > For example, with these modules: > > module a { > yang-version 1.1; > namespace "urn:example:a"; > prefix "a"; > > import b { > revision-date 2015-01-01; > prefix b; > } > import c { > prefix c; > } > > revision 2015-01-01; > > > Notes > ----- > As is considered in 7.1.5, The mandatory "prefix" substatement > assigns a prefix for the imported module that is scoped to the > importing module or submodule. > > So, there should be a prefix substatement in the "import b" and > "import c" statement respectively. > > Instructions: > ------------- > This erratum is currently posted as "Reported". If necessary, please > use "Reply All" to discuss whether it should be verified or > rejected. When a decision is reached, the verifying party > can log in to change the status and edit the report, if necessary. > > -------------------------------------- > 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 > _______________________________________________ netmod mailing list [email protected] https://www.ietf.org/mailman/listinfo/netmod
