[PR #1957] [CLOSED] User Ip as next hop for default routes on darwin #16100

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/1957
Author: @mlsmaycon
Created: 5/10/2024
Status: Closed

Base: mainHead: fix/use-ip-for-default-routes-on-darwin


📝 Commits (4)

  • b0b755b User Ip as next hop for default routes on darwin
  • 6fe247e validate-mtu, nexthop and tun address config
  • 01a0754 Merge branch 'main' into fix/use-ip-for-default-routes-on-darwin
  • 09e3a3c don't add ipv6 rules

📊 Changes

6 files changed (+40 additions, -21 deletions)

View changed files

📝 client/internal/routemanager/client.go (+6 -0)
📝 client/internal/routemanager/manager.go (+1 -0)
📝 client/internal/routemanager/systemops.go (+26 -19)
📝 client/internal/routemanager/systemops_darwin.go (+2 -0)
📝 iface/iface.go (+1 -1)
📝 iface/tun_darwin.go (+4 -1)

📄 Description

Describe your changes

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/1957 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 5/10/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/use-ip-for-default-routes-on-darwin` --- ### 📝 Commits (4) - [`b0b755b`](https://github.com/netbirdio/netbird/commit/b0b755b08b4aaa0d11b4f2dadac0e2cd8698c4c4) User Ip as next hop for default routes on darwin - [`6fe247e`](https://github.com/netbirdio/netbird/commit/6fe247ec07925d00586f8573a901a6efc019f327) validate-mtu, nexthop and tun address config - [`01a0754`](https://github.com/netbirdio/netbird/commit/01a0754399b614c90c6301d4286dea8445e6aa20) Merge branch 'main' into fix/use-ip-for-default-routes-on-darwin - [`09e3a3c`](https://github.com/netbirdio/netbird/commit/09e3a3c407dccf5ad762c8ea451f607ecf6981ef) don't add ipv6 rules ### 📊 Changes **6 files changed** (+40 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/routemanager/client.go` (+6 -0) 📝 `client/internal/routemanager/manager.go` (+1 -0) 📝 `client/internal/routemanager/systemops.go` (+26 -19) 📝 `client/internal/routemanager/systemops_darwin.go` (+2 -0) 📝 `iface/iface.go` (+1 -1) 📝 `iface/tun_darwin.go` (+4 -1) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### 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 --- <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#16100