Skip Menu |

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

Report information
The Basics
Id: 127458
Status: new
Priority: 0/
Queue: Net-IP

People
Owner: Nobody in particular
Requestors: contact [...] gestioip.net
Cc:
AdminCc:

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



Subject: Error when trying to create object from 2222::1:0:0:0/64
Date: Fri, 26 Oct 2018 14:03:39 +0200
To: bug-Net-IP [...] rt.cpan.org
From: Marc Uebel <contact [...] gestioip.net>
Hi When I try to create an object from the IPv6 address 2222::1:0:0:0/64 I get the following error: Invalid prefix 00100010001000100000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000/64 As 2222::1:0:0:0/64 is a valid IPv6 address, this should work. I tried with the following script: #!/usr/bin/perl use Net::IP; my $net = "2222::1:0:0:0/64"; my $ip = new Net::IP ($net) or die (Net::IP::Error()); print ("IP  : ".$ip->ip()."\n"); Thank you, Marc
Subject: Re: [rt.cpan.org #127458] AutoReply: Error when trying to create object from 2222::1:0:0:0/64
Date: Fri, 26 Oct 2018 15:20:42 +0200
To: bug-Net-IP [...] rt.cpan.org
From: Marc Uebel <contact [...] gestioip.net>
Hi I tried with version 1.26 Thanks, Marc On 26/10/18 15:15, Bugs in Net-IP via RT wrote: Show quoted text
> Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Error when trying to create object from 2222::1:0:0:0/64", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #127458]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=127458 > > Please include the string: > > [rt.cpan.org #127458] > > in the subject line of all future correspondence about this issue. To do so, > you may reply to this message. > > Thank you, > bug-Net-IP@rt.cpan.org > > ------------------------------------------------------------------------- > Hi > > When I try to create an object from the IPv6 address 2222::1:0:0:0/64 I > get the following error: > > Invalid prefix > 00100010001000100000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000/64 > > As 2222::1:0:0:0/64 is a valid IPv6 address, this should work. > > > I tried with the following script: > > > #!/usr/bin/perl > > use Net::IP; > > my $net = "2222::1:0:0:0/64"; > > my $ip = new Net::IP ($net) or die (Net::IP::Error()); > print ("IP  : ".$ip->ip()."\n"); > > > Thank you, > > Marc