Skip to content

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

Open
mildred wants to merge 1 commit intorobbertkl:masterfrom
mildred:master
Open

Implement IP 4 to 6 mapping on HostIP listen addresses#50
mildred wants to merge 1 commit intorobbertkl:masterfrom
mildred:master

Conversation

@mildred
Copy link
Copy Markdown

@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.

2 participants