Skip to content

Commit

Permalink
Add NXNAME RR type and invalid query type EDE
Browse files Browse the repository at this point in the history
  • Loading branch information
mworsley-cloudflare committed Sep 16, 2024
1 parent 1d022f4 commit 06cd22c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/base/iana/exterr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ int_enum! {
/// is otherwise configured to support. Examples of this include
/// its most recent zone being too old or having expired.
(INVALID_DATA => 24, b"Invalid Data")

/// The requested resource record should not appear in query
(INVALID_QUERY_TYPE => 30, b"Invalid Query Type")
}

/// Start of the private range for EDE codes.
Expand Down
5 changes: 5 additions & 0 deletions src/base/iana/rtype.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,11 @@ int_enum! {
/// See RFC 7043.
(EUI64 => 109, b"EUI64")

/// NXNAME.
///
/// IANA-Reserved.
(NXNAME => 128, b"NXNAME")

/// Transaction key.
///
/// See RFC 2930.
Expand Down

0 comments on commit 06cd22c

Please sign in to comment.