From 0ba7041702dcc63cdeea5c544979d9becab2d547 Mon Sep 17 00:00:00 2001 From: Carsten Bormann Date: Mon, 9 Mar 2026 09:59:51 +0100 Subject: [PATCH] Note down text of a potential errata report about schema-node-path. --- .../rfc9595-errata-report-schema-node-path.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 errata-sid/rfc9595-errata-report-schema-node-path.md diff --git a/errata-sid/rfc9595-errata-report-schema-node-path.md b/errata-sid/rfc9595-errata-report-schema-node-path.md new file mode 100644 index 0000000..3bd7d77 --- /dev/null +++ b/errata-sid/rfc9595-errata-report-schema-node-path.md @@ -0,0 +1,43 @@ +In: + typedef schema-node-path { + +OLD: + + "A schema-node path is an absolute YANG schema-node + identifier as defined by the YANG ABNF rule + 'absolute-schema-nodeid', except that module names are used + instead of prefixes. + +NEW: + + "A schema-node path is an absolute YANG schema-node + identifier as defined by the YANG ABNF rule + 'absolute-schema-nodeid', except that module names are used + instead of prefixes. In addition, choice and case schema nodes + are not represented in a path string. + +In: + + list item { + +OLD: + + description + "Each entry within this list defines the mapping between + a YANG item string identifier and a YANG SID. This list + MUST include a mapping entry for each YANG item defined + by the YANG module identified by 'module-name' and + 'module-revision'."; + +NEW: + + description + "Each entry within this list defines the mapping between + a YANG item string identifier and a YANG SID. This list + MUST include a mapping entry for each YANG item defined + by the YANG module identified by 'module-name' and + 'module-revision'. YANG choice and case nodes are not included. + +Note that both changes simply add a single sentence at the end of the description. + +(Should there be a change to "revision 2024-07-31"?)