[PR #208] [MERGED] Support ICMP test requests for clients #1880

Closed
opened 2026-04-27 22:34:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/newt/pull/208
Author: @oschwartz10612
Created: 12/16/2025
Status: Merged
Merged: 12/16/2025
Merged by: @oschwartz10612

Base: devHead: icmp2


📝 Commits (8)

📊 Changes

5 files changed (+462 additions, -31 deletions)

View changed files

📝 Dockerfile (+1 -1)
📝 clients/clients.go (+15 -11)
📝 netstack2/handlers.go (+351 -0)
📝 netstack2/proxy.go (+81 -8)
📝 netstack2/tun.go (+14 -11)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Support ICMP test requests for clients


🔄 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/fosrl/newt/pull/208 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 12/16/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `icmp2` --- ### 📝 Commits (8) - [`058330d`](https://github.com/fosrl/newt/commit/058330d41b37a7973ee14a73eda712fb01b56899) Icmp2 - [`55be2a5`](https://github.com/fosrl/newt/commit/55be2a52a55b585ec6e224325759a3b05743ff99) Handle reply correctly - [`6e9249e`](https://github.com/fosrl/newt/commit/6e9249e6645b8e78e5744990106481eba56e7ae3) Add disable icmp - [`5c5ef4c`](https://github.com/fosrl/newt/commit/5c5ef4c7e64d1cc26ba4983937d8e74d44d9ea43) Merge branch 'dev' into icmp2 - [`a9b84c8`](https://github.com/fosrl/newt/commit/a9b84c8c090f5ff112034ca6df4764fc544d9630) Disabling icmp ping - [`3783a12`](https://github.com/fosrl/newt/commit/3783a12055087ccf125d080f907f3f239d2e3fcb) Add fallback to non privileged ping - [`3f29a55`](https://github.com/fosrl/newt/commit/3f29a553aedf22985c330080e9394d16c6447744) Merge branch 'dev' into icmp2 - [`b8349aa`](https://github.com/fosrl/newt/commit/b8349aab4edc9995ff6f11535440eb7a14c3f80a) Install iputils not ping ### 📊 Changes **5 files changed** (+462 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+1 -1) 📝 `clients/clients.go` (+15 -11) 📝 `netstack2/handlers.go` (+351 -0) 📝 `netstack2/proxy.go` (+81 -8) 📝 `netstack2/tun.go` (+14 -11) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Support ICMP test requests for clients --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 22:34:32 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/newt#1880