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

Correct IPv4-mapped syntax #77

Open
Stebalien opened this issue Sep 30, 2018 · 0 comments
Open

Correct IPv4-mapped syntax #77

Stebalien opened this issue Sep 30, 2018 · 0 comments
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@Stebalien
Copy link
Member

We should be using /ip6/::ffff:xxx.xxx.xxx.xxx. Currently, we're just using /ip4/xxx.xxx.xxx.xxx which doesn't really make sense (it's not an IPv6 address).

Step 1: Output the correct format.
Step 2: Stop parsing /ip6/xxx.xxx.xxx.xxx.

Stebalien added a commit that referenced this issue Sep 30, 2018
@Stebalien Stebalien added the kind/bug A bug in existing code (including security flaws) label Sep 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

No branches or pull requests

1 participant