@@ -2028,6 +2028,7 @@ Internet-Draft CORECONF March 2026
20282028 [RFC6347] Rescorla, E. and N. Modadugu, "Datagram Transport Layer
20292029 Security Version 1.2", RFC 6347, DOI 10.17487/RFC6347,
20302030 January 2012, <https://www.rfc-editor.org/rfc/rfc6347>.
2031+ This specification is obsoleted by [RFC9147].
20312032
20322033 [RFC6690] Shelby, Z., "Constrained RESTful Environments (CoRE) Link
20332034 Format", RFC 6690, DOI 10.17487/RFC6690, August 2012,
@@ -2068,13 +2069,12 @@ Appendix A. ietf-coreconf YANG module
20682069
20692070
20702071
2071-
20722072Veillette, et al. Expires 3 September 2026 [Page 37]
20732073
20742074Internet-Draft CORECONF March 2026
20752075
20762076
2077- <CODE BEGINS> file "ietf-coreconf@2024 -03-04 .yang"
2077+ <CODE BEGINS> file "ietf-coreconf@2026 -03-02 .yang"
20782078 module ietf-coreconf {
20792079 yang-version 1.1;
20802080
@@ -2087,12 +2087,11 @@ Internet-Draft CORECONF March 2026
20872087 "RFC 8342: Network Management Datastore Architecture (NMDA)";
20882088 }
20892089
2090- import ietf-yang-structure {
2090+ import ietf-yang-structure-ext {
20912091 prefix sx;
20922092 description
2093- "This import statement provides structure
2094- extension statement of the
2095- YANG Data Structure Extension.";
2093+ "This import statement provides the structure extension
2094+ statement of the YANG Data Structure Extension.";
20962095 reference "RFC 8791: YANG Data Structure Extension";
20972096 }
20982097
@@ -2119,9 +2118,10 @@ Internet-Draft CORECONF March 2026
21192118 "This module contains the different definitions required
21202119 by the CORECONF protocol.
21212120
2122- Copyright (c) 2024 IETF Trust and the persons identified as
2121+ Copyright (c) 2026 IETF Trust and the persons identified as
21232122 authors of the code. All rights reserved.
21242123
2124+ Redistribution and use in source and binary forms, with or
21252125
21262126
21272127
@@ -2130,7 +2130,6 @@ Veillette, et al. Expires 3 September 2026 [Page 38]
21302130Internet-Draft CORECONF March 2026
21312131
21322132
2133- Redistribution and use in source and binary forms, with or
21342133 without modification, is permitted pursuant to, and subject
21352134 to the license terms contained in, the Revised BSD License
21362135 set forth in Section 4.c of the IETF Trust's Legal Provisions
@@ -2140,9 +2139,9 @@ Internet-Draft CORECONF March 2026
21402139 This version of this YANG module is part of RFC XXXX;
21412140 see the RFC itself for full legal notices.";
21422141
2143- revision 2024 -03-04 {
2142+ revision 2026 -03-02 {
21442143 description
2145- "Initial revision .";
2144+ "Use sx:, not rc: .";
21462145 reference
21472146 "[I-D.ietf-core-comi] CoAP Management Interface";
21482147 }
@@ -2178,6 +2177,7 @@ Internet-Draft CORECONF March 2026
21782177
21792178 identity missing-element {
21802179 base error-tag;
2180+ description
21812181
21822182
21832183
@@ -2186,7 +2186,6 @@ Veillette, et al. Expires 3 September 2026 [Page 39]
21862186Internet-Draft CORECONF March 2026
21872187
21882188
2189- description
21902189 "Returned by the CORECONF server when the operation requested
21912190 by a CORECONF client fails to comply with the 'mandatory'
21922191 constraint defined. The 'mandatory' constraint is
@@ -2234,6 +2233,7 @@ Internet-Draft CORECONF March 2026
22342233 identity malformed-message {
22352234 base error-app-tag;
22362235 description
2236+ "Returned by the CORECONF server when the payload received
22372237
22382238
22392239
@@ -2242,7 +2242,6 @@ Veillette, et al. Expires 3 September 2026 [Page 40]
22422242Internet-Draft CORECONF March 2026
22432243
22442244
2245- "Returned by the CORECONF server when the payload received
22462245 from the CORECONF client don't contain a well-formed CBOR
22472246 content as defined in [RFC8949] or don't
22482247 comply with the CBOR structure defined within this
@@ -2290,6 +2289,7 @@ Internet-Draft CORECONF March 2026
22902289 "Returned by the CORECONF server when CBOR encoding is
22912290 incorect or when the value encoded is incompatible with
22922291 the YANG Built-In type. (e.g., value greater than 127
2292+ for an int8, undefined enumeration).";
22932293
22942294
22952295
@@ -2298,7 +2298,6 @@ Veillette, et al. Expires 3 September 2026 [Page 41]
22982298Internet-Draft CORECONF March 2026
22992299
23002300
2301- for an int8, undefined enumeration).";
23022301 }
23032302
23042303 identity not-in-range {
@@ -2346,6 +2345,7 @@ Internet-Draft CORECONF March 2026
23462345 'instance-identifier' or 'leafref' marked with
23472346 require-instance set to 'true' refers to an instance
23482347 that does not exist.";
2348+ }
23492349
23502350
23512351
@@ -2354,8 +2354,6 @@ Veillette, et al. Expires 3 September 2026 [Page 42]
23542354Internet-Draft CORECONF March 2026
23552355
23562356
2357- }
2358-
23592357 identity missing-choice {
23602358 base error-app-tag;
23612359 description
@@ -2405,6 +2403,8 @@ Internet-Draft CORECONF March 2026
24052403
24062404
24072405
2406+
2407+
24082408Veillette, et al. Expires 3 September 2026 [Page 43]
24092409
24102410Internet-Draft CORECONF March 2026
@@ -2414,11 +2414,11 @@ Appendix B. ietf-coreconf .sid file
24142414
24152415 This appendix is normative.
24162416
2417- <CODE BEGINS> file "ietf-coreconf@2024 -03-04 .sid"
2417+ <CODE BEGINS> file "ietf-coreconf@2026 -03-02 .sid"
24182418 {
24192419 "ietf-sid-file:sid-file": {
24202420 "module-name": "ietf-coreconf",
2421- "module-revision": "2024 -03-04 ",
2421+ "module-revision": "2026 -03-02 ",
24222422 "assignment-range": [
24232423 {
24242424 "entry-point": "1000",
@@ -2650,8 +2650,8 @@ Acknowledgments
26502650 The specification has further benefited from comments (alphabetical
26512651 order) by Rodney Cummings, Dee Denteneer, Esko Dijk, Klaus Hartke,
26522652 Michael van Hartskamp, Tanguy Ropitault, Jürgen Schönwälder, Anuj
2653- Sehgal, Zach Shelby, Hannes Tschofenig, Michael Verschoor, and Thomas
2654- Watteyne.
2653+ Sehgal, Zach Shelby, Hannes Tschofenig, Michael Verschoor, Vojtech
2654+ Vilimek, and Thomas Watteyne.
26552655
26562656Contributors
26572657
0 commit comments