Skip to content

Commit

Permalink
Mark TBDs in appendix clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
miri64 committed Sep 25, 2024
1 parent f1858bf commit 2b976a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion draft-lenders-dns-cbor.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,8 @@ IANA is requested to allocate the tags defined in {{tab-tag-values}}.

## DNS Queries {#sec:query-examples}

[^10]{:mlenders}

A DNS query of the record `AAAA` in class `IN` for name "example.org" is
represented in CBOR extended diagnostic notation (EDN) (see Section 8 in
{{-cbor}} and Appendix G in {{-cddl}}) as follows:
Expand All @@ -801,6 +803,8 @@ A query of `ANY` record for that name is represented as

## DNS Responses {#sec:response-examples}

[^10]

The responses to the examples provided in {{sec:query-examples}} are shown
below. We use the CBOR extended diagnostic notation (EDN) (see Section 8 in
{{-cbor}} and Appendix G in {{-cddl}}).
Expand Down Expand Up @@ -830,7 +834,7 @@ To represent a minimal response of an `A` record with TTL 3600 seconds for the I
Note that here also the 1 of record type `A` can be elided, as this record
type is specified in the question section.

Lastly, a response to `["example.org", 255, 255]` could be[^10]{:mlenders}
Lastly, a response to `["example.org", 255, 255]` could be

[
["example.org", 12, 1],
Expand Down

0 comments on commit 2b976a0

Please sign in to comment.