Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

container networking may not work when subnet mask is not == 24 #1626

Closed
markdryan opened this issue Dec 8, 2017 · 2 comments
Closed

container networking may not work when subnet mask is not == 24 #1626

markdryan opened this issue Dec 8, 2017 · 2 comments

Comments

@markdryan
Copy link
Contributor

I haven't actually tested this to see whether this is the case but looking at the code of the networking plugin I see this.

https://github.com/ciao-project/ciao/blob/master/networking/libsnnet/docker_plugin.go#L706

This means that the IPAM plugin is returning the wrong address to docker when docker calls RequestAddress

https://github.com/docker/libnetwork/blob/master/docs/ipam.md#requestaddress

@kaccardi
Copy link
Contributor

kaccardi commented Dec 8, 2017

is this a duplicate of #1545

@markdryan
Copy link
Contributor Author

Yes it is. I'll close.

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

No branches or pull requests

2 participants