Skip Menu |

This queue is for tickets about the Net-Netmask CPAN distribution.

Report information
The Basics
Id: 96776
Status: resolved
Priority: 0/
Queue: Net-Netmask

People
Owner: Nobody in particular
Requestors: quanah.gibsonmount [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.9019
Fixed in: (no value)



Subject: Utter failure to handle IPv6 addresses
This module apparently has no IPv6 support: my $mask=new Net::Netmask($_)->mask(); print "MASK: $mask\n"; could not parse ::1/128 at ./zmserverips line 46. could not parse fc00:10:137:242::53/64 at ./zmserverips line 46. This is standard "ip addr" output that it is unable to use
I've begun maintenance of this module. As part of this, I'll be moving the issue tracker from RT to GitHub. I've created this issue over there: https://github.com/jmaslak/Net-Netmask/issues/2 - you should be able to watch it over there. I do plan on implementing this functionality, so while I'm closing this here, that doesn't mean it will be ignored.