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

Allow more input after embedded IPv4 in V6 range #65

Merged

Conversation

vdukhovni
Copy link

The fix to ensure trailing junk is not ignored IPv4 addresses broke parsing of ranges with embedded IPv4 addresses, such as:

::ffff:192.0.2.0/120

This commit restores the lost functionality.

The fix to ensure trailing junk is not ignored IPv4 addresses
broke parsing of ranges with embedded IPv4 addresses, such as:

    ::ffff:192.0.2.0/120

This commit restores the lost functionality.
@kazu-yamamoto kazu-yamamoto self-requested a review October 24, 2024 04:56
Copy link
Owner

@kazu-yamamoto kazu-yamamoto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

@kazu-yamamoto kazu-yamamoto merged commit 26ad2b2 into kazu-yamamoto:main Oct 24, 2024
9 checks passed
@kazu-yamamoto
Copy link
Owner

Merged and released.
Thank you for your contribution!

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.

3 participants