[PR #3165] [MERGED] [client] Don't fail on v6 ops when disabled via kernel params #21730

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3165
Author: @lixmal
Created: 1/8/2025
Status: Merged
Merged: 1/10/2025
Merged by: @lixmal

Base: mainHead: fix-disabled-v6


📝 Commits (2)

  • 593842e Don't fail on v6 ops when disabled via kernel params
  • bffefd7 Merge branch 'main' into fix-disabled-v6

📊 Changes

1 file changed (+17 additions, -7 deletions)

View changed files

📝 client/internal/routemanager/systemops/systemops_linux.go (+17 -7)

📄 Description

Describe your changes

Fixes #3161

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/3165 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 1/8/2025 **Status:** ✅ Merged **Merged:** 1/10/2025 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `fix-disabled-v6` --- ### 📝 Commits (2) - [`593842e`](https://github.com/netbirdio/netbird/commit/593842eb093a2e34c20f954da302b74d25c9df69) Don't fail on v6 ops when disabled via kernel params - [`bffefd7`](https://github.com/netbirdio/netbird/commit/bffefd79b26d30894cba95d01a129735b1cb7c5c) Merge branch 'main' into fix-disabled-v6 ### 📊 Changes **1 file changed** (+17 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/routemanager/systemops/systemops_linux.go` (+17 -7) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link Fixes #3161 ### 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 05:08: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#21730