[PR #352] [MERGED] Fix interface ignore list #12522

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/352
Author: @braginini
Created: 6/5/2022
Status: Merged
Merged: 6/5/2022
Merged by: @braginini

Base: mainHead: fix-iface-blacklist


📝 Commits (1)

  • 4eef27f Fix interface ignore list

📊 Changes

3 files changed (+4 additions, -12 deletions)

View changed files

📝 client/internal/connect.go (+1 -5)
📝 client/internal/engine.go (+2 -7)
📝 client/internal/peer/conn.go (+1 -0)

📄 Description

For some reason when reading a list of interfaces to ignore
from the config property IFaceBlackList, Engine was taking
only every other interface. Therefore, not all the interfaces
were ignored.


🔄 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/352 **Author:** [@braginini](https://github.com/braginini) **Created:** 6/5/2022 **Status:** ✅ Merged **Merged:** 6/5/2022 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `fix-iface-blacklist` --- ### 📝 Commits (1) - [`4eef27f`](https://github.com/netbirdio/netbird/commit/4eef27f4801dedcedb72d8fff446eeeec73a467b) Fix interface ignore list ### 📊 Changes **3 files changed** (+4 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/connect.go` (+1 -5) 📝 `client/internal/engine.go` (+2 -7) 📝 `client/internal/peer/conn.go` (+1 -0) </details> ### 📄 Description For some reason when reading a list of interfaces to ignore from the config property `IFaceBlackList`, Engine was taking only every other interface. Therefore, not all the interfaces were ignored. --- <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 02:06:05 -04:00
saavagebueno changed title from [PR #352] Fix interface ignore list to [PR #352] [MERGED] Fix interface ignore list 2026-08-05 02:08:29 -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#12522