[PR #3920] [MERGED] [client] Remove strings from allowed IPs #24102

Closed
opened 2026-08-05 06:08:15 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3920
Author: @lixmal
Created: 6/3/2025
Status: Merged
Merged: 6/10/2025
Merged by: @lixmal

Base: mainHead: allowed-ips-log


📝 Commits (5)

📊 Changes

9 files changed (+68 additions, -52 deletions)

View changed files

client/iface/configurer/common.go (+17 -0)
📝 client/iface/configurer/kernel_unix.go (+17 -12)
📝 client/iface/configurer/usp.go (+13 -10)
📝 client/iface/device/interface.go (+4 -3)
📝 client/iface/iface.go (+6 -17)
📝 client/internal/engine_test.go (+4 -4)
📝 client/internal/iface_common.go (+2 -2)
📝 client/internal/routemanager/iface/iface_common.go (+3 -2)
📝 client/internal/routemanager/manager.go (+2 -2)

📄 Description

Describe your changes

Stack

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

By submitting this pull request, you confirm that you have read and agree to the terms of the Contributor License Agreement.


🔄 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/3920 **Author:** [@lixmal](https://github.com/lixmal) **Created:** 6/3/2025 **Status:** ✅ Merged **Merged:** 6/10/2025 **Merged by:** [@lixmal](https://github.com/lixmal) **Base:** `main` ← **Head:** `allowed-ips-log` --- ### 📝 Commits (5) - [`60ac337`](https://github.com/netbirdio/netbird/commit/60ac337ad0233cb0c8f014ac0f8ca8d51bfd63e2) WIP - [`a62282c`](https://github.com/netbirdio/netbird/commit/a62282cce20e441b548ad0d30aa1caddb4c7b66d) Remove strings from allowed IPs - [`207cd65`](https://github.com/netbirdio/netbird/commit/207cd65d1e1590b46e3db29cb699d1efedc1a665) Add stack - [`35ff263`](https://github.com/netbirdio/netbird/commit/35ff2631818c4ecaf29d82b07eb921e1b2650545) Fix mock - [`5870485`](https://github.com/netbirdio/netbird/commit/58704852b45ac01f0d716f419c08638dcd05f756) Revert "Add stack" ### 📊 Changes **9 files changed** (+68 additions, -52 deletions) <details> <summary>View changed files</summary> ➕ `client/iface/configurer/common.go` (+17 -0) 📝 `client/iface/configurer/kernel_unix.go` (+17 -12) 📝 `client/iface/configurer/usp.go` (+13 -10) 📝 `client/iface/device/interface.go` (+4 -3) 📝 `client/iface/iface.go` (+6 -17) 📝 `client/internal/engine_test.go` (+4 -4) 📝 `client/internal/iface_common.go` (+2 -2) 📝 `client/internal/routemanager/iface/iface_common.go` (+3 -2) 📝 `client/internal/routemanager/manager.go` (+2 -2) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [x] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary > By submitting this pull request, you confirm that you have read and agree to the terms of the [Contributor License Agreement](https://github.com/netbirdio/netbird/blob/main/CONTRIBUTOR_LICENSE_AGREEMENT.md). --- <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 06:08:15 -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#24102