houseabsolute / Data-Validate-IP

IPv4 and IPv6 validation methods
https://metacpan.org/release/Data-Validate-IP/
Other
4 stars 1 forks source link

Data::Validate::IP and RFC-4007 IPv6 zone ids #9

Open autarch opened 7 years ago

autarch commented 7 years ago

Migrated from rt.cpan.org #113888 (status was 'new')

Requestors:

From ron@debian.org on 2016-04-19 16:02:55:

On Tue, Apr 19, 2016 at 10:20:26AM -0500, Dave Rolsky wrote:

On Wed, 20 Apr 2016, Ron wrote:

Minor nit I ran into earlier today ...

The is_ipv6 method doesn't accept addresses with a zone ID as being an IPv6 address (things like fe80::fe00:123%eth0). They aren't something most people are likely to use very often, but they are defined in https://tools.ietf.org/html/rfc4007#section-11 and probably would want to be handled by most code where is_ipv6 would be true.

If you could file a bug report via bug-data-validate-ip@rt.cpan.org or https://rt.cpan.org/Dist/Display.html?Name=Data-Validate-IP that'd be great.

Ah, I missed seeing that address, sorry :)

I've bounced this to it now, thanks!

Ron