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

Proposal: Neighbor Proxy for IPv6 Networks #1159

Closed
CtrlZvi opened this issue May 9, 2016 · 1 comment · May be fixed by #1316
Closed

Proposal: Neighbor Proxy for IPv6 Networks #1159

CtrlZvi opened this issue May 9, 2016 · 1 comment · May be fixed by #1316

Comments

@CtrlZvi
Copy link

CtrlZvi commented May 9, 2016

In Docker IPv6 documentation section on NDP proxying (https://docs.docker.com/engine/userguide/networking/default_network/ipv6/#using-ndp-proxying), it suggests manually adding the neighbor proxy for each IPv6 address in the subnet, or use an external NDP proxy daemon.

It would be useful if Docker could add the neighbor proxy when it allocates an IPv6 address from the subnet, and similarly remove the neighbor proxy when the address is reclaimed.

It looks like this would need another option added to the bridge driver (and possibly others, I'm not clear on that). Something like com.docker.network.bridge.ndp_proxy=, which would result in the equivalent of ip -6 neigh add proxy dev , perhaps.

This is needed for moby/moby#10919

CtrlZvi added a commit to CtrlZvi/libnetwork that referenced this issue Jul 10, 2016
- Proxying is enabled via the network label com.docker.network.bridge.ndp_proxy_interface=<interface>

fixes moby#1159

Signed-off-by: Zvi "CtrlZvi" Effron <[email protected]>
CtrlZvi added a commit to CtrlZvi/libnetwork that referenced this issue Jul 17, 2016
- Proxying is enabled via the network label com.docker.network.bridge.ndp_proxy_interface=<interface>

fixes moby#1159

Signed-off-by: Zvi "CtrlZvi" Effron <[email protected]>
CtrlZvi added a commit to CtrlZvi/libnetwork that referenced this issue Jul 17, 2016
- Proxying is enabled via the network label com.docker.network.bridge.ndp_proxy_interface=<interface>

fixes moby#1159

Signed-off-by: Zvi "CtrlZvi" Effron <[email protected]>
CtrlZvi added a commit to CtrlZvi/libnetwork that referenced this issue Aug 1, 2016
- Proxying is enabled via the network label com.docker.network.bridge.ndp_proxy_interface=<interface>

fixes moby#1159

Signed-off-by: Zvi "CtrlZvi" Effron <[email protected]>
@GordonTheTurtle
Copy link

@CtrlZvi It has been detected that this issue has not received any activity in over 6 months. Can you please let us know if it is still relevant:

  • For a bug: do you still experience the issue with the latest version?
  • For a feature request: was your request appropriately answered in a later version?

Thank you!
This issue will be automatically closed in 1 week unless it is commented on.
For more information please refer to #1926

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 a pull request may close this issue.

2 participants