The following errata report has been verified for RFC7950, "The YANG 1.1 Data Modeling Language".
-------------------------------------- You may review the report below and at: https://www.rfc-editor.org/errata/eid6258 -------------------------------------- Status: Verified Type: Technical Reported by: Fred Gan <[email protected]> Date Reported: 2020-08-20 Verified by: Robert Wilton (IESG) 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. -------------------------------------- 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
