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

Do not assign random MACs to IPVLAN links #29

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Conversation

jonsmock
Copy link
Contributor

@jonsmock jonsmock commented Aug 8, 2024

eab21c4 stabalized the MACs assigned to links as containers were recreated by pre-generating random MACs ahead of time. The purpose of IPVLAN, however, is to create more endpoints with different IPs but the same MAC address (that of the host). Let's skip generating randoms MACs for IPVLAN links.

eab21c4 stabalized the MACs assigned to
links as containers were recreated by pre-generating random MACs ahead
of time. The purpose of IPVLAN, however, is to create more endpoints
with different IPs but the _same_ MAC address (that of the host). Let's
skip generating randoms MACs for IPVLAN links.
@jonsmock jonsmock requested a review from kanaka August 8, 2024 16:23
@jonsmock jonsmock merged commit 43ca15c into master Aug 8, 2024
2 checks passed
@jonsmock jonsmock deleted the ipvlan-no-rand-mac branch August 8, 2024 21:10
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