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 support for IPv4-Mapped Addresses #3

Closed
dadepo opened this issue Nov 12, 2017 · 1 comment
Closed

Implement support for IPv4-Mapped Addresses #3

dadepo opened this issue Nov 12, 2017 · 1 comment

Comments

@dadepo
Copy link
Member

dadepo commented Nov 12, 2017

It is possible to have an IPv6 number that represents an IPv4 number.

Implement support for this feature where it should be possible to:

  • Encode an IPv4 number in IPv6
  • Convert an IPv4 mapped IPv6 to a plain IPv4 number
  • Convert an IPv4 number to an IPv4-Mapped IPv6 number
    etc

References:
Re: Deprecate the "IPv4-compatible IPv6 address"
Special-Use IPv6 Addresses

dadepo added a commit that referenced this issue Jul 13, 2018
…ing an IPv4-Comptatible IPv6 address from a dot decimal IPv4 string. Relates to issue #3
@dadepo
Copy link
Member Author

dadepo commented Jul 13, 2018

Implemented in v1.1.0

@dadepo dadepo closed this as completed Jul 13, 2018
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

No branches or pull requests

1 participant