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

Implement IP 4 to 6 mapping on HostIP listen addresses #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mildred
Copy link

@mildred mildred commented Mar 4, 2020

In some cases, the docker container can specify a HostIP listen address
to listen to. It might be desirable to allow converting containers
listening on IPv4 only addresses to IPv6 by using a network mapping.

The IPv4 address is mapped to IPv6 by matching it to an IPv4 CIDR
provided via a command-line flag. Multiple mapping is possible.

Implements #48

In some cases, the docker container can specify a HostIP listen address
to listen to. It might be desirable to allow converting containers
listening on IPv4 only addresses to IPv6 by using a network mapping.

The IPv4 address is mapped to IPv6 by matching it to an IPv4 CIDR
provided via a command-line flag. Multiple mapping is possible.
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.

None yet

2 participants