[PR #2025] [MERGED] Add dummy ipv6 to macos interface #14556

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2025
Author: @lixmal
Created: 5/21/2024
Status: Merged
Merged: 5/22/2024
Merged by: @lixmal

Base: mainHead: fix/macos-avoid-panic


📝 Commits (3)

📊 Changes

3 files changed (+21 additions, -9 deletions)

View changed files

📝 client/internal/routemanager/systemops_darwin.go (+0 -5)
📝 iface/iface_test.go (+13 -1)
📝 iface/tun_darwin.go (+8 -3)

📄 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/2025 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 5/22/2024 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `fix/macos-avoid-panic` --- ### 📝 Commits (3) - [`8700c8b`](https://github.com/netbirdio/netbird/commit/8700c8b13c14cb6895963903a2e25a84667ecbab) Add dummy ipv6 to macos interface - [`5081166`](https://github.com/netbirdio/netbird/commit/5081166778afa4382707a519407969085ef4bffa) Fix test - [`603e502`](https://github.com/netbirdio/netbird/commit/603e50212b6cc5c0a08df2925a70001c4e24639f) Fix test 2 ### 📊 Changes **3 files changed** (+21 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/routemanager/systemops_darwin.go` (+0 -5) 📝 `iface/iface_test.go` (+13 -1) 📝 `iface/tun_darwin.go` (+8 -3) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ### 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:05:52 -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#14556