Return IPs in format user uses (!237) · Merge requests · repos / mediawiki / services / ipoid · GitLab
Skip to content

Return IPs in format user uses

STran requested to merge main-I1c722ed3a8af28912c035a9fbf86a5596d966548 into main

IPv6 IPs can be requested in various states of concatenation but
ipoid looks for IPs on exact matches. If a user submits an IPv6
IP and it's formatted differently than ipoid expects, the IP won't
be returned. The IP should be found and it should also be returned
as the user passed it through instead of ipoid's formatting.

Bug: T354758

Merge request reports

Loading