Skip to content

Commit 0df864d

Browse files
author
ID Bot
committed
Script updating gh-pages from efada82. [ci skip]
1 parent 19b7044 commit 0df864d

File tree

2 files changed

+31
-30
lines changed

2 files changed

+31
-30
lines changed

draft-ietf-core-comi.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3282,7 +3282,8 @@ <h3 id="name-informative-references">
32823282
<dl class="references">
32833283
<dt id="RFC6347">[RFC6347]</dt>
32843284
<dd>
3285-
<span class="refAuthor">Rescorla, E.</span> and <span class="refAuthor">N. Modadugu</span>, <span class="refTitle">"Datagram Transport Layer Security Version 1.2"</span>, <span class="seriesInfo">RFC 6347</span>, <span class="seriesInfo">DOI 10.17487/RFC6347</span>, <time datetime="2012-01" class="refDate">January 2012</time>, <span>&lt;<a href="https://www.rfc-editor.org/rfc/rfc6347">https://www.rfc-editor.org/rfc/rfc6347</a>&gt;</span>. </dd>
3285+
<span class="refAuthor">Rescorla, E.</span> and <span class="refAuthor">N. Modadugu</span>, <span class="refTitle">"Datagram Transport Layer Security Version 1.2"</span>, <span class="seriesInfo">RFC 6347</span>, <span class="seriesInfo">DOI 10.17487/RFC6347</span>, <time datetime="2012-01" class="refDate">January 2012</time>, <span>&lt;<a href="https://www.rfc-editor.org/rfc/rfc6347">https://www.rfc-editor.org/rfc/rfc6347</a>&gt;</span>. <span class="annotation"><br>This specification is obsoleted by <span>[<a href="#RFC9147" class="cite xref">RFC9147</a>]</span>.</span>
3286+
</dd>
32863287
<dd class="break"></dd>
32873288
<dt id="RFC6690">[RFC6690]</dt>
32883289
<dd>
@@ -3322,7 +3323,7 @@ <h2 id="name-ietf-coreconf-yang-module">
33223323
<span id="name-ietf-coreconf-yang-module-2"></span><div id="yang-ietf-coreconf">
33233324
<figure id="figure-5">
33243325
<div class="breakable lang-yang sourcecode" id="appendix-A-2.1">
3325-
<pre>&lt;CODE BEGINS&gt; file "ietf-coreconf@2024-03-04.yang"
3326+
<pre>&lt;CODE BEGINS&gt; file "ietf-coreconf@2026-03-02.yang"
33263327

33273328
module ietf-coreconf {
33283329
yang-version 1.1;
@@ -3336,12 +3337,11 @@ <h2 id="name-ietf-coreconf-yang-module">
33363337
"RFC 8342: Network Management Datastore Architecture (NMDA)";
33373338
}
33383339

3339-
import ietf-yang-structure {
3340+
import ietf-yang-structure-ext {
33403341
prefix sx;
33413342
description
3342-
"This import statement provides structure
3343-
extension statement of the
3344-
YANG Data Structure Extension.";
3343+
"This import statement provides the structure extension
3344+
statement of the YANG Data Structure Extension.";
33453345
reference "RFC 8791: YANG Data Structure Extension";
33463346
}
33473347

@@ -3368,7 +3368,7 @@ <h2 id="name-ietf-coreconf-yang-module">
33683368
"This module contains the different definitions required
33693369
by the CORECONF protocol.
33703370

3371-
Copyright (c) 2024 IETF Trust and the persons identified as
3371+
Copyright (c) 2026 IETF Trust and the persons identified as
33723372
authors of the code. All rights reserved.
33733373

33743374
Redistribution and use in source and binary forms, with or
@@ -3381,9 +3381,9 @@ <h2 id="name-ietf-coreconf-yang-module">
33813381
This version of this YANG module is part of RFC XXXX;
33823382
see the RFC itself for full legal notices.";
33833383

3384-
revision 2024-03-04 {
3384+
revision 2026-03-02 {
33853385
description
3386-
"Initial revision.";
3386+
"Use sx:, not rc:.";
33873387
reference
33883388
"[I-D.ietf-core-comi] CoAP Management Interface";
33893389
}
@@ -3625,12 +3625,12 @@ <h2 id="name-ietf-coreconf-sid-file">
36253625
<span id="name-ietf-coreconf-sid-file-2"></span><div id="yang-ietf-coreconf-sid">
36263626
<figure id="figure-6">
36273627
<div class="breakable lang-yang sourcecode" id="appendix-B-2.1">
3628-
<pre>&lt;CODE BEGINS&gt; file "ietf-coreconf@2024-03-04.sid"
3628+
<pre>&lt;CODE BEGINS&gt; file "ietf-coreconf@2026-03-02.sid"
36293629

36303630
{
36313631
"ietf-sid-file:sid-file": {
36323632
"module-name": "ietf-coreconf",
3633-
"module-revision": "2024-03-04",
3633+
"module-revision": "2026-03-02",
36343634
"assignment-range": [
36353635
{
36363636
"entry-point": "1000",
@@ -3937,6 +3937,7 @@ <h2 id="name-acknowledgments">
39373937
<span class="contact-name">Zach Shelby</span>,
39383938
<span class="contact-name">Hannes Tschofenig</span>,
39393939
<span class="contact-name">Michael Verschoor</span>,
3940+
<span class="contact-name">Vojtech Vilimek</span>,
39403941
and
39413942
<span class="contact-name">Thomas Watteyne</span>.<a href="#appendix-E-3" class="pilcrow"></a></p>
39423943
</section>

draft-ietf-core-comi.txt

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
20722072
Veillette, et al. Expires 3 September 2026 [Page 37]
20732073

20742074
Internet-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]
21302130
Internet-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]
21862186
Internet-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]
22422242
Internet-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]
22982298
Internet-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]
23542354
Internet-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+
24082408
Veillette, et al. Expires 3 September 2026 [Page 43]
24092409

24102410
Internet-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

26562656
Contributors
26572657

0 commit comments

Comments
 (0)