Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker network interface filter #564

Merged
merged 1 commit into from
Nov 15, 2022
Merged

Fix docker network interface filter #564

merged 1 commit into from
Nov 15, 2022

Conversation

Genteure
Copy link
Contributor

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.

docker network address are assigned on network interfaces that start with "br-"
Copy link
Collaborator

@mlsmaycon mlsmaycon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @Genteure

@mlsmaycon mlsmaycon merged commit c8ace8b into netbirdio:main Nov 15, 2022
pulsastrix pushed a commit to pulsastrix/netbird that referenced this pull request Dec 24, 2023
docker network address are assigned on network interfaces that start with "br-"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants