[PR #1946] [MERGED] Fix windows route exec path #16094

Open
opened 2026-08-05 04:05:42 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1946
Author: @bcmmbaga
Created: 5/8/2024
Status: Merged
Merged: 5/9/2024
Merged by: @mlsmaycon

Base: mainHead: windows-routes-fix


📝 Commits (7)

  • f0a8e32 Enable release workflow on PR and upload binaries
  • b319103 fix a window route path
  • 68dfc26 Merge branch 'refs/heads/enable-release-workflow-on-pr' into windows-routes-fix
  • efd41e7 set a correct route exec path in windows
  • 2c95496 log path env
  • 5f02ea4 add GetSystem32Command to validate if a command is in the path
  • 02dcfd7 remove path log

📊 Changes

3 files changed (+51 additions, -17 deletions)

View changed files

📝 .github/workflows/release.yml (+22 -11)
📝 client/firewall/uspfilter/allow_netbird_windows.go (+22 -4)
📝 client/internal/routemanager/systemops_windows.go (+7 -2)

📄 Description

Describe your changes

fixes #1940

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/1946 **Author:** [@bcmmbaga](https://github.com/bcmmbaga) **Created:** 5/8/2024 **Status:** ✅ Merged **Merged:** 5/9/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `windows-routes-fix` --- ### 📝 Commits (7) - [`f0a8e32`](https://github.com/netbirdio/netbird/commit/f0a8e32c82200608fc33ff6946c0219941535829) Enable release workflow on PR and upload binaries - [`b319103`](https://github.com/netbirdio/netbird/commit/b31910348129a0a8ff07e997991320e170cff132) fix a window route path - [`68dfc26`](https://github.com/netbirdio/netbird/commit/68dfc2673ebb5f94827753429c30e1b1aed4b6e2) Merge branch 'refs/heads/enable-release-workflow-on-pr' into windows-routes-fix - [`efd41e7`](https://github.com/netbirdio/netbird/commit/efd41e7f4797c18f252e4eccf0d8b1b3a79ef349) set a correct route exec path in windows - [`2c95496`](https://github.com/netbirdio/netbird/commit/2c95496f6ae10f14d562719670b921a27c5298e8) log path env - [`5f02ea4`](https://github.com/netbirdio/netbird/commit/5f02ea41b01ce92b13afd579496cecd160f885d8) add GetSystem32Command to validate if a command is in the path - [`02dcfd7`](https://github.com/netbirdio/netbird/commit/02dcfd7a72528807f20d431133b47517e5962247) remove path log ### 📊 Changes **3 files changed** (+51 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+22 -11) 📝 `client/firewall/uspfilter/allow_netbird_windows.go` (+22 -4) 📝 `client/internal/routemanager/systemops_windows.go` (+7 -2) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link fixes #1940 ### Checklist - [x] 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 --- <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 04:05:42 -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#16094