[PR #1734] [MERGED] support to configure extra blacklist of iface in "up" command #14221

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1734
Author: @hoozecn
Created: 3/21/2024
Status: Merged
Merged: 3/28/2024
Merged by: @pappz

Base: mainHead: feature/extra-iface-blacklist


📝 Commits (3)

  • 23ef798 support to configure extra blacklist of iface in "up" command
  • ab43356 fix golangci-lint error
  • 857b270 support to configure in background mode

📊 Changes

7 files changed (+259 additions, -208 deletions)

View changed files

📝 client/cmd/root.go (+2 -0)
📝 client/cmd/up.go (+8 -6)
📝 client/internal/config.go (+14 -4)
📝 client/internal/config_test.go (+20 -2)
📝 client/proto/daemon.pb.go (+206 -195)
📝 client/proto/daemon.proto (+2 -0)
📝 client/server/server.go (+7 -1)

📄 Description

Describe your changes

we can configure extra blacklist of iface in "up" command instead of editing config file

Checklist

  • [*] Is a feature enhancement

🔄 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/1734 **Author:** [@hoozecn](https://github.com/hoozecn) **Created:** 3/21/2024 **Status:** ✅ Merged **Merged:** 3/28/2024 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `main` ← **Head:** `feature/extra-iface-blacklist` --- ### 📝 Commits (3) - [`23ef798`](https://github.com/netbirdio/netbird/commit/23ef7980f8cadf1bbad0449ba6cc986fe0ec8bfb) support to configure extra blacklist of iface in "up" command - [`ab43356`](https://github.com/netbirdio/netbird/commit/ab43356d123bb04fff460732a8f2d2c28c31d1a1) fix golangci-lint error - [`857b270`](https://github.com/netbirdio/netbird/commit/857b2708593205a7ca7394a62e4ef56664077b2c) support to configure in background mode ### 📊 Changes **7 files changed** (+259 additions, -208 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/root.go` (+2 -0) 📝 `client/cmd/up.go` (+8 -6) 📝 `client/internal/config.go` (+14 -4) 📝 `client/internal/config_test.go` (+20 -2) 📝 `client/proto/daemon.pb.go` (+206 -195) 📝 `client/proto/daemon.proto` (+2 -0) 📝 `client/server/server.go` (+7 -1) </details> ### 📄 Description ## Describe your changes we can configure extra blacklist of iface in "up" command instead of editing config file ## Issue ticket number and link ### Checklist - [*] Is a feature enhancement --- <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:09:37 -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#14221