[PR #564] Fix docker network interface filter #2794

Open
opened 2025-11-20 08:04:00 -05:00 by saavagebueno · 0 comments
Owner

Original Pull Request: https://github.com/netbirdio/netbird/pull/564

State: closed
Merged: Yes


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.

**Original Pull Request:** https://github.com/netbirdio/netbird/pull/564 **State:** closed **Merged:** Yes --- 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.
saavagebueno added the pull-request label 2025-11-20 08:04:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2794