[PR #1058] [CLOSED] Allow netbird traffic windows #14792

Closed
opened 2026-08-05 03:06:20 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1058
Author: @bcmmbaga
Created: 8/7/2023
Status: Closed

Base: allow-netbird-trafficHead: allow-netbird-traffic-windows


📝 Commits (7)

  • 0fc6c47 Add features links to the features table in README (#1052)
  • a0a6ced After add listener automatically trigger peer list change event (#1044)
  • e0df580 Update dependencies and add Netbird firewall support
  • 622e78a Enhance Netbird interface traffic handling in firewall
  • d2def2d Merge remote-tracking branch 'origin/main' into allow-netbird-traffic-windows
  • e750e91 Add GetInterfaceGUIDString function to IFaceMapper interface
  • aab8004 refactor and extend IFaceMock implementation

📊 Changes

9 files changed (+221 additions, -12 deletions)

View changed files

📝 README.md (+8 -8)
📝 client/firewall/uspfilter/allow_netbird_windows.go (+164 -0)
📝 client/firewall/uspfilter/uspfilter.go (+9 -0)
📝 client/firewall/uspfilter/uspfilter_test.go (+17 -1)
📝 client/internal/acl/manager.go (+1 -0)
📝 client/internal/peer/notifier.go (+3 -0)
📝 client/internal/peer/status.go (+5 -1)
📝 go.mod (+4 -1)
📝 go.sum (+10 -1)

📄 Description

Describe your changes

Allow Netbird Interface traffic on Windows nodes.

  • Investigate on how to mark NetBird network as Private on Windows (#438)

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/1058 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 8/7/2023 **Status:** ❌ Closed **Base:** `allow-netbird-traffic` ← **Head:** `allow-netbird-traffic-windows` --- ### 📝 Commits (7) - [`0fc6c47`](https://github.com/netbirdio/netbird/commit/0fc6c477a90ee0edc499286216d80ec56e27ae87) Add features links to the features table in README (#1052) - [`a0a6ced`](https://github.com/netbirdio/netbird/commit/a0a6ced14813ae4e06710d557ead03e7c74311ad) After add listener automatically trigger peer list change event (#1044) - [`e0df580`](https://github.com/netbirdio/netbird/commit/e0df5809159a129e91e2f14ab3caffdad32c2198) Update dependencies and add Netbird firewall support - [`622e78a`](https://github.com/netbirdio/netbird/commit/622e78ad8db25623d4b33175d1efac5db0c00442) Enhance Netbird interface traffic handling in firewall - [`d2def2d`](https://github.com/netbirdio/netbird/commit/d2def2d45544006da62f406925e0c863f71a1a03) Merge remote-tracking branch 'origin/main' into allow-netbird-traffic-windows - [`e750e91`](https://github.com/netbirdio/netbird/commit/e750e9105c2feb3bed89c2823683ea9c1e6d85eb) Add GetInterfaceGUIDString function to IFaceMapper interface - [`aab8004`](https://github.com/netbirdio/netbird/commit/aab8004d9007eff04a48e9afcbe6e8b0d76ca8ee) refactor and extend IFaceMock implementation ### 📊 Changes **9 files changed** (+221 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -8) 📝 `client/firewall/uspfilter/allow_netbird_windows.go` (+164 -0) 📝 `client/firewall/uspfilter/uspfilter.go` (+9 -0) 📝 `client/firewall/uspfilter/uspfilter_test.go` (+17 -1) 📝 `client/internal/acl/manager.go` (+1 -0) 📝 `client/internal/peer/notifier.go` (+3 -0) 📝 `client/internal/peer/status.go` (+5 -1) 📝 `go.mod` (+4 -1) 📝 `go.sum` (+10 -1) </details> ### 📄 Description ## Describe your changes Allow Netbird Interface traffic on Windows nodes. ## Issue ticket number and link * Investigate on how to mark NetBird network as Private on Windows ([#438][i438]) [i438]: https://github.com/netbirdio/netbird/issues/438 ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [x] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:06:20 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#14792