[PR #294] [MERGED] Allow for unknown record types #1350

Closed
opened 2026-03-16 02:01:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/294
Author: @bluejekyll
Created: 11/25/2017
Status: Merged
Merged: 11/25/2017
Merged by: @bluejekyll

Base: masterHead: return_not_imp_unknown_record


📝 Commits (2)

  • 40cc507 allow for unknown record types
  • 44de78d add test for Unknown record type request

📊 Changes

6 files changed (+148 additions, -77 deletions)

View changed files

📝 client/src/serialize/txt/parse_rdata.rs (+7 -0)
📝 integration-tests/tests/server_future_tests.rs (+32 -0)
📝 proto/src/rr/dnssec/rdata/mod.rs (+42 -26)
📝 proto/src/rr/dnssec/rdata/nsec3.rs (+1 -1)
📝 proto/src/rr/record_data.rs (+32 -27)
📝 proto/src/rr/record_type.rs (+34 -23)

📄 Description

fixes: #243


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/294 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 11/25/2017 **Status:** ✅ Merged **Merged:** 11/25/2017 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `return_not_imp_unknown_record` --- ### 📝 Commits (2) - [`40cc507`](https://github.com/hickory-dns/hickory-dns/commit/40cc507a919f3ec3206f6fe32fe2136f220c4fd4) allow for unknown record types - [`44de78d`](https://github.com/hickory-dns/hickory-dns/commit/44de78d739ac5e5ebe1e1128d957546bb042e046) add test for Unknown record type request ### 📊 Changes **6 files changed** (+148 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `client/src/serialize/txt/parse_rdata.rs` (+7 -0) 📝 `integration-tests/tests/server_future_tests.rs` (+32 -0) 📝 `proto/src/rr/dnssec/rdata/mod.rs` (+42 -26) 📝 `proto/src/rr/dnssec/rdata/nsec3.rs` (+1 -1) 📝 `proto/src/rr/record_data.rs` (+32 -27) 📝 `proto/src/rr/record_type.rs` (+34 -23) </details> ### 📄 Description fixes: #243 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:01:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1350
No description provided.