[PR #1906] [MERGED] Implement EDNS Client Subnet ECS reading and writing #2686

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1906
Author: @mokeyish
Created: 3/14/2023
Status: Merged
Merged: 3/19/2023
Merged by: @bluejekyll

Base: mainHead: ecs


📝 Commits (1)

  • d196421 Implement ECS reading and writing

📊 Changes

3 files changed (+225 additions, -11 deletions)

View changed files

📝 crates/proto/src/rr/rdata/opt.rs (+219 -1)
📝 tests/integration-tests/tests/client_future_tests.rs (+3 -5)
📝 tests/integration-tests/tests/client_tests.rs (+3 -5)

📄 Description

https://www.rfc-editor.org/rfc/rfc7871#section-6


🔄 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/1906 **Author:** [@mokeyish](https://github.com/mokeyish) **Created:** 3/14/2023 **Status:** ✅ Merged **Merged:** 3/19/2023 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `main` ← **Head:** `ecs` --- ### 📝 Commits (1) - [`d196421`](https://github.com/hickory-dns/hickory-dns/commit/d1964210e7c95b4c41ba5840152e5dfb06f99358) Implement ECS reading and writing ### 📊 Changes **3 files changed** (+225 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `crates/proto/src/rr/rdata/opt.rs` (+219 -1) 📝 `tests/integration-tests/tests/client_future_tests.rs` (+3 -5) 📝 `tests/integration-tests/tests/client_tests.rs` (+3 -5) </details> ### 📄 Description https://www.rfc-editor.org/rfc/rfc7871#section-6 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:02:45 +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#2686
No description provided.