[PR #59] [MERGED] fix for #56 and named startup tests #1213

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

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/59
Author: @bluejekyll
Created: 10/29/2016
Status: Merged
Merged: 10/29/2016
Merged by: @bluejekyll

Base: masterHead: bfry/listen-on-all-addresses#56


📝 Commits (2)

  • 4f97474 fix for #56 and named startup tests
  • 06d18be ingored ipv6 named tests b/c of travis config issue

📊 Changes

15 files changed (+379 additions, -24 deletions)

View changed files

📝 src/client/secure_client_handle.rs (+6 -6)
📝 src/named.rs (+15 -14)
📝 src/tcp/tcp_client_stream.rs (+1 -2)
📝 src/udp/udp_client_stream.rs (+2 -2)
tests/named_test_configs/default/0.zone (+9 -0)
tests/named_test_configs/default/127.0.0.1.zone (+11 -0)
tests/named_test_configs/default/255.zone (+9 -0)
tests/named_test_configs/default/ipv6_1.zone (+11 -0)
tests/named_test_configs/default/localhost.zone (+12 -0)
tests/named_test_configs/example.com.zone (+11 -0)
tests/named_test_configs/example.toml (+78 -0)
tests/named_test_configs/ipv4_and_ipv6.toml (+7 -0)
tests/named_test_configs/ipv4_only.toml (+6 -0)
tests/named_test_configs/ipv6_only.toml (+6 -0)
tests/z_named_test.rs (+195 -0)

📄 Description

No description provided


🔄 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/59 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 10/29/2016 **Status:** ✅ Merged **Merged:** 10/29/2016 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `master` ← **Head:** `bfry/listen-on-all-addresses#56` --- ### 📝 Commits (2) - [`4f97474`](https://github.com/hickory-dns/hickory-dns/commit/4f974744d05bc885883c23389773ffd987489b62) fix for #56 and named startup tests - [`06d18be`](https://github.com/hickory-dns/hickory-dns/commit/06d18bed6393a30a862dcec81c72d2ba7deeb50b) ingored ipv6 named tests b/c of travis config issue ### 📊 Changes **15 files changed** (+379 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `src/client/secure_client_handle.rs` (+6 -6) 📝 `src/named.rs` (+15 -14) 📝 `src/tcp/tcp_client_stream.rs` (+1 -2) 📝 `src/udp/udp_client_stream.rs` (+2 -2) ➕ `tests/named_test_configs/default/0.zone` (+9 -0) ➕ `tests/named_test_configs/default/127.0.0.1.zone` (+11 -0) ➕ `tests/named_test_configs/default/255.zone` (+9 -0) ➕ `tests/named_test_configs/default/ipv6_1.zone` (+11 -0) ➕ `tests/named_test_configs/default/localhost.zone` (+12 -0) ➕ `tests/named_test_configs/example.com.zone` (+11 -0) ➕ `tests/named_test_configs/example.toml` (+78 -0) ➕ `tests/named_test_configs/ipv4_and_ipv6.toml` (+7 -0) ➕ `tests/named_test_configs/ipv4_only.toml` (+6 -0) ➕ `tests/named_test_configs/ipv6_only.toml` (+6 -0) ➕ `tests/z_named_test.rs` (+195 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 01:54:17 +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#1213
No description provided.