[PR #1817] [MERGED] Retry macOS route command #15848

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

📋 Pull Request Information

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

Base: mainHead: fix-routing


📝 Commits (2)

  • 0dfa0ef Retry macOS route command
  • 0c7552a Add concurrent routes test

📊 Changes

2 files changed (+65 additions, -3 deletions)

View changed files

📝 client/internal/routemanager/systemops_darwin.go (+27 -3)
📝 client/internal/routemanager/systemops_darwin_test.go (+38 -0)

📄 Description

Describe your changes

Fixes https://github.com/netbirdio/netbird/issues/1681

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/1817 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 4/9/2024 **Status:** ✅ Merged **Merged:** 4/9/2024 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `fix-routing` --- ### 📝 Commits (2) - [`0dfa0ef`](https://github.com/netbirdio/netbird/commit/0dfa0ef3f153b5537b2be66718b0d3d8ff730019) Retry macOS route command - [`0c7552a`](https://github.com/netbirdio/netbird/commit/0c7552af3a2f66722ee3752779ed086131531c4e) Add concurrent routes test ### 📊 Changes **2 files changed** (+65 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/routemanager/systemops_darwin.go` (+27 -3) 📝 `client/internal/routemanager/systemops_darwin_test.go` (+38 -0) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link Fixes https://github.com/netbirdio/netbird/issues/1681 ### 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 03:08:32 -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#15848