-
Notifications
You must be signed in to change notification settings - Fork 12.2k
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
Conversation
Try merging Grafana master into your branch, that might resolve the CI failure. |
Having a look. |
There was a problem hiding this 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.
01f84bc
to
1bd58f4
Compare
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
…ddress-parsing Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
…ddress-parsing Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
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! |
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks! |
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: