[PR #1363] [MERGED] Mutate edns & remove edns options #2253

Closed
opened 2026-03-16 08:12:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1363
Author: @leshow
Created: 1/20/2021
Status: Merged
Merged: 1/21/2021
Merged by: @djc

Base: mainHead: mutate_edns


📝 Commits (4)

  • 636a371 proto: add mut and remove for Edns
  • 47f3f68 add mut Edns, deprecate set_option
  • 8b0f90a remove set_options deprecated calls
  • bd74dfd update set_option deprecations

📊 Changes

5 files changed (+24 additions, -6 deletions)

View changed files

📝 bin/tests/server_harness/mut_message_client.rs (+1 -1)
📝 crates/proto/src/op/edns.rs (+14 -1)
📝 crates/proto/src/rr/rdata/opt.rs (+5 -0)
📝 crates/proto/src/xfer/dnssec_dns_handle.rs (+2 -2)
📝 crates/server/src/authority/catalog.rs (+2 -2)

📄 Description

closes #1362


🔄 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/1363 **Author:** [@leshow](https://github.com/leshow) **Created:** 1/20/2021 **Status:** ✅ Merged **Merged:** 1/21/2021 **Merged by:** [@djc](https://github.com/djc) **Base:** `main` ← **Head:** `mutate_edns` --- ### 📝 Commits (4) - [`636a371`](https://github.com/hickory-dns/hickory-dns/commit/636a3713024829ce5db71f3c492ebb7bfb66330a) proto: add mut and remove for Edns - [`47f3f68`](https://github.com/hickory-dns/hickory-dns/commit/47f3f685ed698400c4a0a2bfd170849f366e49e5) add mut Edns, deprecate set_option - [`8b0f90a`](https://github.com/hickory-dns/hickory-dns/commit/8b0f90aded10d60d6087f1d2847afd2d4d49d10c) remove set_options deprecated calls - [`bd74dfd`](https://github.com/hickory-dns/hickory-dns/commit/bd74dfd97fb1972d0794f594eba787f30c67b739) update set_option deprecations ### 📊 Changes **5 files changed** (+24 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `bin/tests/server_harness/mut_message_client.rs` (+1 -1) 📝 `crates/proto/src/op/edns.rs` (+14 -1) 📝 `crates/proto/src/rr/rdata/opt.rs` (+5 -0) 📝 `crates/proto/src/xfer/dnssec_dns_handle.rs` (+2 -2) 📝 `crates/server/src/authority/catalog.rs` (+2 -2) </details> ### 📄 Description closes #1362 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 08:12:42 +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#2253
No description provided.