[PR #564] [MERGED] Fix docker network interface filter #12750

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/564
Author: @Genteure
Created: 11/15/2022
Status: Merged
Merged: 11/15/2022
Merged by: @mlsmaycon

Base: mainHead: patch-1


📝 Commits (1)

  • 41e642e Fix docker network interface filter

📊 Changes

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

View changed files

📝 client/internal/config.go (+1 -1)

📄 Description

docker network address are assigned on interfaces with name br-${NETWORK_ID[:12]}, docker also creates interfaces that start with veth but does not assign IPv4 address to them.
I didn't find any docker documentation backing this but this should be easy to verify.


🔄 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/564 **Author:** [@Genteure](https://github.com/Genteure) **Created:** 11/15/2022 **Status:** ✅ Merged **Merged:** 11/15/2022 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`41e642e`](https://github.com/netbirdio/netbird/commit/41e642e600f65983ed436464e567b12b6348aa6f) Fix docker network interface filter ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/config.go` (+1 -1) </details> ### 📄 Description docker network address are assigned on interfaces with name `br-${NETWORK_ID[:12]}`, docker also creates interfaces that start with `veth` but does not assign IPv4 address to them. I didn't find any docker documentation backing this but this should be easy to verify. --- <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: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#12750