From 28cc2d620f081e3d8a8c99093ea85d00ce2633ea Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 22 Mar 2024 15:16:03 +0100 Subject: [PATCH 1/3] Use new column names See Errata 4954. --- draft-ietf-core-dns-over-coap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-core-dns-over-coap.md b/draft-ietf-core-dns-over-coap.md index 942ceec..0a20c01 100644 --- a/draft-ietf-core-dns-over-coap.md +++ b/draft-ietf-core-dns-over-coap.md @@ -506,9 +506,9 @@ type in the "CoAP Content-Formats" sub-registry, within the "CoRE Parameters" registry {{-coap}}, corresponding to the "application/dns-message" media type from the "Media Types" registry: -Media-Type: application/dns-message +Content Type: application/dns-message -Encoding: - +Content Coding: - Id: 553 (suggested) From 9747f95785528eb813a8132dfc3c2d3f935919ed Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 22 Mar 2024 15:18:09 +0100 Subject: [PATCH 2/3] IANA: add reference to RFC 8484 for application/dns-message Media Type --- draft-ietf-core-dns-over-coap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft-ietf-core-dns-over-coap.md b/draft-ietf-core-dns-over-coap.md index 0a20c01..43c76dd 100644 --- a/draft-ietf-core-dns-over-coap.md +++ b/draft-ietf-core-dns-over-coap.md @@ -504,7 +504,7 @@ New "application/dns-message" Content-Format IANA is requested to assign CoAP Content-Format ID for the DNS message media type in the "CoAP Content-Formats" sub-registry, within the "CoRE Parameters" registry {{-coap}}, corresponding to the "application/dns-message" media -type from the "Media Types" registry: +type from the "Media Types" registry (see {{-doh}}) Content Type: application/dns-message @@ -512,7 +512,7 @@ Content Coding: - Id: 553 (suggested) -Reference: \[TBD-this-spec\] +Reference: {{-doh}}\[TBD-this-spec\] New "docpath" SVCB Service Parameter ------------------------------------ From df3f3b45fdbcba14a9d23ca23bd3e85f77aec215 Mon Sep 17 00:00:00 2001 From: Martine Lenders Date: Fri, 22 Mar 2024 15:18:43 +0100 Subject: [PATCH 3/3] IANA: unify self references --- draft-ietf-core-dns-over-coap.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/draft-ietf-core-dns-over-coap.md b/draft-ietf-core-dns-over-coap.md index 43c76dd..9c5b97f 100644 --- a/draft-ietf-core-dns-over-coap.md +++ b/draft-ietf-core-dns-over-coap.md @@ -512,7 +512,7 @@ Content Coding: - Id: 553 (suggested) -Reference: {{-doh}}\[TBD-this-spec\] +Reference: {{-doh}}\[TBD-this-spec, {{sec:content-format}}\] New "docpath" SVCB Service Parameter ------------------------------------ @@ -522,7 +522,7 @@ registry ({{-svcb}}). The definition of this parameter can be found in {{sec:doc | Number | Name | Meaning | Reference | | ------- | -------------- | ---------------------------------- | --------------- | -| 9 (suggested) | docpath | DNS over CoAP resource path | \[TBD-this-spec\] {{sec:doc-server-selection}} | +| 9 (suggested) | docpath | DNS over CoAP resource path | \[TBD-this-spec, {{sec:doc-server-selection}}\] | New "core.dns" Resource Type ---------------------------- @@ -535,7 +535,8 @@ Attribute Value: core.dns Description: DNS over CoAP resource. -Reference: \[TBD-this-spec\] {{sec:doc-server-selection}} +Reference: \[TBD-this-spec, {{sec:doc-server-selection}}\] + --- back