[PR #1815] [MERGED] Fix routing issues with MacOS #14295

Closed
opened 2026-08-05 02:09:44 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1815
Author: @lixmal
Created: 4/8/2024
Status: Merged
Merged: 4/9/2024
Merged by: @mlsmaycon

Base: mainHead: fix-routing


📝 Commits (7)

📊 Changes

7 files changed (+83 additions, -29 deletions)

View changed files

📝 client/internal/connect.go (+2 -1)
📝 client/internal/routemanager/systemops.go (+28 -7)
📝 client/internal/routemanager/systemops_bsd.go (+18 -10)
📝 client/internal/routemanager/systemops_darwin.go (+5 -1)
📝 client/internal/routemanager/systemops_linux.go (+3 -0)
📝 client/internal/routemanager/systemops_windows.go (+25 -8)
📝 util/net/dialer_generic.go (+2 -2)

📄 Description

Describe your changes

https://github.com/netbirdio/netbird/issues/1806

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/1815 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 4/8/2024 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix-routing` --- ### 📝 Commits (7) - [`58ffccf`](https://github.com/netbirdio/netbird/commit/58ffccfb8049506696216518d988003a8ec0ab0f) Handle zones properly - [`282eecb`](https://github.com/netbirdio/netbird/commit/282eecb7e5ba9e4f96fd2c6191d167a3b0357b04) Use host routes for single IPs - [`bb78e6a`](https://github.com/netbirdio/netbird/commit/bb78e6ac565af4dd964f7a0e4dfaedb49cf15a87) Add GOOS and GOARCH to startup log - [`0151de6`](https://github.com/netbirdio/netbird/commit/0151de617334329587b8ec6c8822f598a04b3f60) Fix function name - [`1bdd73b`](https://github.com/netbirdio/netbird/commit/1bdd73be6e74f23eb444f9987438cface848592c) Log powershell command - [`2eb8839`](https://github.com/netbirdio/netbird/commit/2eb88394ec0c758d1d9033d49ae233df0ef0d1db) Parse host routes - [`0154c59`](https://github.com/netbirdio/netbird/commit/0154c59b19fb0ee916fcad690151ca3a57d1fd1c) Remove debug msg for ipv6 routes ### 📊 Changes **7 files changed** (+83 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/connect.go` (+2 -1) 📝 `client/internal/routemanager/systemops.go` (+28 -7) 📝 `client/internal/routemanager/systemops_bsd.go` (+18 -10) 📝 `client/internal/routemanager/systemops_darwin.go` (+5 -1) 📝 `client/internal/routemanager/systemops_linux.go` (+3 -0) 📝 `client/internal/routemanager/systemops_windows.go` (+25 -8) 📝 `util/net/dialer_generic.go` (+2 -2) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link https://github.com/netbirdio/netbird/issues/1806 ### 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 02:09:44 -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#14295