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

Fixes #13211 linkLocalIPv6FromMac #13226

Closed
wants to merge 1 commit into from

Conversation

MalteJ
Copy link
Contributor

@MalteJ MalteJ commented May 14, 2015

Kudos to @gissehel for his great work on investigation and the fabulous bug report!

fixes #13211

Kudos to gissehel for his great work on investigation and the fabulous bug report!

Signed-off-by: Malte Janduda <mail@janduda.net>
@MalteJ MalteJ force-pushed the 13211-fix-linkLocalIPv6FromMac branch from d2c58c9 to f09b789 Compare May 14, 2015 19:52
@thaJeztah
Copy link
Member

thanks @MalteJ!

ping @mrjana to check if Libnetwork doesn't have the same bug.

@mrjana
Copy link
Contributor

mrjana commented May 15, 2015

In libnetwork we are deprecating this as inspect value. The eth0 interface inside the container will have this linklocal ipv6 address assigned to the interface itself. So if you do ip -6 addr show dev eth0 you should see the link local ipv6 address.

@jessfraz
Copy link
Contributor

so I think this needs to be opened on libnetwork now? then pulled in here am i correct

@thaJeztah
Copy link
Member

@jfrazelle according to @mrjana's #13226 (comment) this shouldn't be a problem in Libnetwork. But I'm interested to hear if there's a regression test in place

@jessfraz
Copy link
Contributor

cool @MalteJ can you rebase please :)

@MalteJ
Copy link
Contributor Author

MalteJ commented May 23, 2015

@jfrazelle well, it looks like the files I have edited disappeared from master branch 😄

@thaJeztah
Copy link
Member

@MalteJ is the test case still useful for libnetwork?

@mavenugo
Copy link
Contributor

@mrjana can you suggest the course of action for this PR ?

@mrjana
Copy link
Contributor

mrjana commented May 29, 2015

@MalteJ @thaJeztah @jfrazelle @mavenugo This test is moot because in the libnetwork bridge driver we don't generate the linklocal address from MAC at all. We leave it to the kernel to do it for us because of the way we plumb the interfaces. So this(the generation part) doesn't need to be tested. What may be tested is add an integration-cli to ensure that this is the case when container is brought up and the the container eth0 address has the linklocalFromMac setup correctly.

But, we should probably remove the linklocalFromMAC field from NetworkSettings because it's not populated any more.

@icecrime
Copy link
Contributor

Sorry @MalteJ, another one that we seem to have dropped with the big move to libnetwork =/ I'm closing this as my understanding from the above comments is that it's not relevant anymore.

@icecrime icecrime closed this Jun 12, 2015
@MalteJ
Copy link
Contributor Author

MalteJ commented Jun 13, 2015

no problem. I am happy we have the new network stack!

@icecrime
Copy link
Contributor

❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

autogenerated LinkLocalIPv6Address can create two containers with the same ipv6 address
7 participants