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

Backend: Fix IPv6 address parsing erroneous #28585

Merged
merged 22 commits into from
Nov 25, 2020

Conversation

taciomcosta
Copy link
Contributor

What this PR does / why we need it:

It changes IPv6 parsing to accept ips that are not surround by brackets, it is, that don't include ports.

Example:
2001:608:0:a00::102d becomes acceptable

Which issue(s) this PR fixes:

28203 - IPv6 adress parsing errornous

Fixes #28203

Special notes for your reviewer:

@taciomcosta taciomcosta requested a review from a team as a code owner October 27, 2020 23:58
@taciomcosta taciomcosta requested review from wbrowne and kylebrandt and removed request for a team October 27, 2020 23:58
@CLAassistant
Copy link

CLAassistant commented Oct 27, 2020

CLA assistant check
All committers have signed the CLA.

@aknuds1 aknuds1 requested review from sakjur and aknuds1 October 28, 2020 05:43
@aknuds1 aknuds1 added area/backend pr/external This PR is from external contributor labels Oct 28, 2020
@aknuds1
Copy link
Contributor

aknuds1 commented Oct 28, 2020

Try merging Grafana master into your branch, that might resolve the CI failure.

@aknuds1
Copy link
Contributor

aknuds1 commented Oct 28, 2020

Having a look.

@marefr marefr added the hacktoberfest https://hacktoberfest.com/ label Oct 28, 2020
Copy link
Contributor

@aknuds1 aknuds1 left a comment

Choose a reason for hiding this comment

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

Requesting changes just to block this one until I've finished investigating if it's the right approach.

@stale
Copy link

stale bot commented Nov 13, 2020

This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@stale stale bot added the stale Issue with no recent activity label Nov 13, 2020
@aknuds1 aknuds1 removed the stale Issue with no recent activity label Nov 13, 2020
@aknuds1
Copy link
Contributor

aknuds1 commented Nov 18, 2020

Thanks for the PR, would you mind merging the changes I made in this branch? We've determined that this is the approach we want to go with.

Copy link
Contributor

@aknuds1 aknuds1 left a comment

Choose a reason for hiding this comment

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

LGTM

@aknuds1 aknuds1 added this to the 7.4.0 milestone Nov 25, 2020
@aknuds1 aknuds1 merged commit 10ff4ee into grafana:master Nov 25, 2020
@aknuds1
Copy link
Contributor

aknuds1 commented Nov 25, 2020

Thanks!

@mjseaman mjseaman added this to the 7.4.0 milestone Jan 8, 2021
@torkelo torkelo changed the title Backend: fix IPv6 address parsing erroneous Backend: Fix IPv6 address parsing erroneous Jan 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
add to changelog area/backend hacktoberfest https://hacktoberfest.com/ pr/external This PR is from external contributor type/bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IPv6 adress parsing erroneous
5 participants