Skip Menu |

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

Report information
The Basics
Id: 88989
Status: open
Priority: 0/
Queue: Net-Whois-IP

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

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



Subject: NetRange parser error for IPv6
Date: Thu, 26 Sep 2013 11:42:51 -0500
To: bug-Net-Whois-IP [...] rt.cpan.org
From: Brian Kroth <bpkroth [...] gmail.com>
Ticket #88388 has this same error: $VAR1 = { 'NetName' => 'GOOGLE-IPV6', 'Address' => '1600 Amphitheatre Parkway', 'NetType' => 'Direct Allocation', 'City' => 'Mountain View', 'Ref' => 'http://whois.arin.net/rest/org/GOGL', 'OrgTechName' => 'Google Inc', 'OrgName' => 'Google Inc.', 'Parent' => 'NET6-2600-1', 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', 'OrgAbuseHandle' => 'ZG39-ARIN', 'OrgTechPhone' => '+1-650-253-0000 ', 'NetRange: 2607:F8B0:' => '- 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', 'OriginAS' => 'AS15169, AS22577', 'OrgTechHandle' => 'ZG39-ARIN', 'OrgAbuseName' => 'Google Inc', 'PostalCode' => '94043', 'OrgAbusePhone' => '+1-650-253-0000 ', 'NetHandle' => 'NET6-2607-F8B0-1', 'OrgId' => 'GOGL', 'RegDate' => '2000-03-30', 'CIDR' => '2607:F8B0::/32', 'StateProv' => 'CA', 'Updated' => '2013-08-07', 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', 'OrgAbuseEmail' => 'arin-contact@google.com', 'Country' => 'US', '# available at' => 'https://www.arin.net/whois_tou.html', 'OrgTechEmail' => 'arin-contact@google.com' }; at /tmp/test.pl line 26. This should be something more like this: $VAR1 = { 'NetName' => 'GOOGLE-IPV6', 'Address' => '1600 Amphitheatre Parkway', 'NetType' => 'Direct Allocation', 'City' => 'Mountain View', 'Ref' => 'http://whois.arin.net/rest/org/GOGL', 'OrgTechName' => 'Google Inc', 'OrgName' => 'Google Inc.', 'Parent' => 'NET6-2600-1', 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', 'OrgAbuseHandle' => 'ZG39-ARIN', 'OrgTechPhone' => '+1-650-253-0000 ', 'NetRange' => '2607:F8B0:: - 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', 'OriginAS' => 'AS15169, AS22577', 'OrgTechHandle' => 'ZG39-ARIN', 'OrgAbuseName' => 'Google Inc', 'PostalCode' => '94043', 'OrgAbusePhone' => '+1-650-253-0000 ', 'NetHandle' => 'NET6-2607-F8B0-1', 'OrgId' => 'GOGL', 'RegDate' => '2000-03-30', 'CIDR' => '2607:F8B0::/32', 'StateProv' => 'CA', 'Updated' => '2013-08-07', 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', 'OrgAbuseEmail' => 'arin-contact@google.com', 'Country' => 'US', '# available at' => 'https://www.arin.net/whois_tou.html', 'OrgTechEmail' => 'arin-contact@google.com' }; at /tmp/test.pl line 26.
Download signature.asc
application/pgp-signature 198b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #88989] NetRange parser error for IPv6
Date: Thu, 26 Sep 2013 13:25:34 -0500
To: "bug-Net-Whois-IP [...] rt.cpan.org" <bug-Net-Whois-IP [...] rt.cpan.org>
From: Ben Schmitz <ben [...] foink.com>
Can you please describe what's wrong? I'm obviously missing the difference. Please pardon any typos; Sent from my Phone On Sep 26, 2013, at 11:43 AM, Brian Kroth via RT <bug-Net-Whois-IP@rt.cpan.org> wrote: Show quoted text
> Thu Sep 26 12:43:13 2013: Request 88989 was acted upon. > Transaction: Ticket created by bpkroth@gmail.com > Queue: Net-Whois-IP > Subject: NetRange parser error for IPv6 > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: bpkroth@gmail.com > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88989 > > > > Ticket #88388 has this same error: > > $VAR1 = { > 'NetName' => 'GOOGLE-IPV6', > 'Address' => '1600 Amphitheatre Parkway', > 'NetType' => 'Direct Allocation', > 'City' => 'Mountain View', > 'Ref' => 'http://whois.arin.net/rest/org/GOGL', > 'OrgTechName' => 'Google Inc', > 'OrgName' => 'Google Inc.', > 'Parent' => 'NET6-2600-1', > 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > 'OrgAbuseHandle' => 'ZG39-ARIN', > 'OrgTechPhone' => '+1-650-253-0000 ', > 'NetRange: 2607:F8B0:' => '- 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', > 'OriginAS' => 'AS15169, AS22577', > 'OrgTechHandle' => 'ZG39-ARIN', > 'OrgAbuseName' => 'Google Inc', > 'PostalCode' => '94043', > 'OrgAbusePhone' => '+1-650-253-0000 ', > 'NetHandle' => 'NET6-2607-F8B0-1', > 'OrgId' => 'GOGL', > 'RegDate' => '2000-03-30', > 'CIDR' => '2607:F8B0::/32', > 'StateProv' => 'CA', > 'Updated' => '2013-08-07', > 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > 'OrgAbuseEmail' => 'arin-contact@google.com', > 'Country' => 'US', > '# available at' => 'https://www.arin.net/whois_tou.html', > 'OrgTechEmail' => 'arin-contact@google.com' > }; > at /tmp/test.pl line 26. > > This should be something more like this: > > $VAR1 = { > 'NetName' => 'GOOGLE-IPV6', > 'Address' => '1600 Amphitheatre Parkway', > 'NetType' => 'Direct Allocation', > 'City' => 'Mountain View', > 'Ref' => 'http://whois.arin.net/rest/org/GOGL', > 'OrgTechName' => 'Google Inc', > 'OrgName' => 'Google Inc.', > 'Parent' => 'NET6-2600-1', > 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > 'OrgAbuseHandle' => 'ZG39-ARIN', > 'OrgTechPhone' => '+1-650-253-0000 ', > 'NetRange' => '2607:F8B0:: - 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', > 'OriginAS' => 'AS15169, AS22577', > 'OrgTechHandle' => 'ZG39-ARIN', > 'OrgAbuseName' => 'Google Inc', > 'PostalCode' => '94043', > 'OrgAbusePhone' => '+1-650-253-0000 ', > 'NetHandle' => 'NET6-2607-F8B0-1', > 'OrgId' => 'GOGL', > 'RegDate' => '2000-03-30', > 'CIDR' => '2607:F8B0::/32', > 'StateProv' => 'CA', > 'Updated' => '2013-08-07', > 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > 'OrgAbuseEmail' => 'arin-contact@google.com', > 'Country' => 'US', > '# available at' => 'https://www.arin.net/whois_tou.html', > 'OrgTechEmail' => 'arin-contact@google.com' > }; > at /tmp/test.pl line 26. > > <signature.asc>
Subject: Re: [rt.cpan.org #88989] NetRange parser error for IPv6
Date: Thu, 26 Sep 2013 14:24:38 -0500
To: Ben Schmitz via RT <bug-Net-Whois-IP [...] rt.cpan.org>
From: Brian Kroth <bpkroth [...] gmail.com>
Sorry, about that. The key in the NetRange portion includes part of the ipv6 address: This: 'NetRange: 2607:F8B0:' => '- 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', Should be this: 'NetRange' => '2607:F8B0:: - 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', Make sense? Thanks, Brian Ben Schmitz via RT <bug-Net-Whois-IP@rt.cpan.org> 2013-09-26 14:26: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=88989 > > > Can you please describe what's wrong? I'm obviously missing the difference. > > Please pardon any typos; Sent from my Phone > > On Sep 26, 2013, at 11:43 AM, Brian Kroth via RT > <bug-Net-Whois-IP@rt.cpan.org> wrote: >
>> Thu Sep 26 12:43:13 2013: Request 88989 was acted upon. >> Transaction: Ticket created by bpkroth@gmail.com >> Queue: Net-Whois-IP >> Subject: NetRange parser error for IPv6 >> Broken in: (no value) >> Severity: (no value) >> Owner: Nobody >> Requestors: bpkroth@gmail.com >> Status: new >> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88989 > >> >> >> Ticket #88388 has this same error: >> >> $VAR1 = { >> 'NetName' => 'GOOGLE-IPV6', >> 'Address' => '1600 Amphitheatre Parkway', >> 'NetType' => 'Direct Allocation', >> 'City' => 'Mountain View', >> 'Ref' => 'http://whois.arin.net/rest/org/GOGL', >> 'OrgTechName' => 'Google Inc', >> 'OrgName' => 'Google Inc.', >> 'Parent' => 'NET6-2600-1', >> 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >> 'OrgAbuseHandle' => 'ZG39-ARIN', >> 'OrgTechPhone' => '+1-650-253-0000 ', >> 'NetRange: 2607:F8B0:' => '- 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', >> 'OriginAS' => 'AS15169, AS22577', >> 'OrgTechHandle' => 'ZG39-ARIN', >> 'OrgAbuseName' => 'Google Inc', >> 'PostalCode' => '94043', >> 'OrgAbusePhone' => '+1-650-253-0000 ', >> 'NetHandle' => 'NET6-2607-F8B0-1', >> 'OrgId' => 'GOGL', >> 'RegDate' => '2000-03-30', >> 'CIDR' => '2607:F8B0::/32', >> 'StateProv' => 'CA', >> 'Updated' => '2013-08-07', >> 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >> 'OrgAbuseEmail' => 'arin-contact@google.com', >> 'Country' => 'US', >> '# available at' => 'https://www.arin.net/whois_tou.html', >> 'OrgTechEmail' => 'arin-contact@google.com' >> }; >> at /tmp/test.pl line 26. >> >> This should be something more like this: >> >> $VAR1 = { >> 'NetName' => 'GOOGLE-IPV6', >> 'Address' => '1600 Amphitheatre Parkway', >> 'NetType' => 'Direct Allocation', >> 'City' => 'Mountain View', >> 'Ref' => 'http://whois.arin.net/rest/org/GOGL', >> 'OrgTechName' => 'Google Inc', >> 'OrgName' => 'Google Inc.', >> 'Parent' => 'NET6-2600-1', >> 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >> 'OrgAbuseHandle' => 'ZG39-ARIN', >> 'OrgTechPhone' => '+1-650-253-0000 ', >> 'NetRange' => '2607:F8B0:: - 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', >> 'OriginAS' => 'AS15169, AS22577', >> 'OrgTechHandle' => 'ZG39-ARIN', >> 'OrgAbuseName' => 'Google Inc', >> 'PostalCode' => '94043', >> 'OrgAbusePhone' => '+1-650-253-0000 ', >> 'NetHandle' => 'NET6-2607-F8B0-1', >> 'OrgId' => 'GOGL', >> 'RegDate' => '2000-03-30', >> 'CIDR' => '2607:F8B0::/32', >> 'StateProv' => 'CA', >> 'Updated' => '2013-08-07', >> 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >> 'OrgAbuseEmail' => 'arin-contact@google.com', >> 'Country' => 'US', >> '# available at' => 'https://www.arin.net/whois_tou.html', >> 'OrgTechEmail' => 'arin-contact@google.com' >> }; >> at /tmp/test.pl line 26. >> >> <signature.asc>
>
Download signature.asc
application/pgp-signature 198b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #88989] NetRange parser error for IPv6
Date: Thu, 26 Sep 2013 14:28:54 -0500
To: "bug-Net-Whois-IP [...] rt.cpan.org" <bug-Net-Whois-IP [...] rt.cpan.org>
From: Ben Schmitz <ben [...] foink.com>
So it looks like the netrange regex is off? Please pardon any typos; Sent from my Phone On Sep 26, 2013, at 2:25 PM, Brian Kroth via RT <bug-Net-Whois-IP@rt.cpan.org> wrote: Show quoted text
> Queue: Net-Whois-IP > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88989 > > > Sorry, about that. The key in the NetRange portion includes part of the > ipv6 address: > > This: > 'NetRange: 2607:F8B0:' => '- 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', > > Should be this: > 'NetRange' => '2607:F8B0:: - 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', > > Make sense? > > Thanks, > Brian > > Ben Schmitz via RT <bug-Net-Whois-IP@rt.cpan.org> 2013-09-26 14:26:
>> <URL: https://rt.cpan.org/Ticket/Display.html?id=88989 > >> >> Can you please describe what's wrong? I'm obviously missing the difference. >> >> Please pardon any typos; Sent from my Phone >> >> On Sep 26, 2013, at 11:43 AM, Brian Kroth via RT >> <bug-Net-Whois-IP@rt.cpan.org> wrote: >>
>>> Thu Sep 26 12:43:13 2013: Request 88989 was acted upon. >>> Transaction: Ticket created by bpkroth@gmail.com >>> Queue: Net-Whois-IP >>> Subject: NetRange parser error for IPv6 >>> Broken in: (no value) >>> Severity: (no value) >>> Owner: Nobody >>> Requestors: bpkroth@gmail.com >>> Status: new >>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88989 > >>> >>> >>> Ticket #88388 has this same error: >>> >>> $VAR1 = { >>> 'NetName' => 'GOOGLE-IPV6', >>> 'Address' => '1600 Amphitheatre Parkway', >>> 'NetType' => 'Direct Allocation', >>> 'City' => 'Mountain View', >>> 'Ref' => 'http://whois.arin.net/rest/org/GOGL', >>> 'OrgTechName' => 'Google Inc', >>> 'OrgName' => 'Google Inc.', >>> 'Parent' => 'NET6-2600-1', >>> 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >>> 'OrgAbuseHandle' => 'ZG39-ARIN', >>> 'OrgTechPhone' => '+1-650-253-0000 ', >>> 'NetRange: 2607:F8B0:' => '- 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', >>> 'OriginAS' => 'AS15169, AS22577', >>> 'OrgTechHandle' => 'ZG39-ARIN', >>> 'OrgAbuseName' => 'Google Inc', >>> 'PostalCode' => '94043', >>> 'OrgAbusePhone' => '+1-650-253-0000 ', >>> 'NetHandle' => 'NET6-2607-F8B0-1', >>> 'OrgId' => 'GOGL', >>> 'RegDate' => '2000-03-30', >>> 'CIDR' => '2607:F8B0::/32', >>> 'StateProv' => 'CA', >>> 'Updated' => '2013-08-07', >>> 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >>> 'OrgAbuseEmail' => 'arin-contact@google.com', >>> 'Country' => 'US', >>> '# available at' => 'https://www.arin.net/whois_tou.html', >>> 'OrgTechEmail' => 'arin-contact@google.com' >>> }; >>> at /tmp/test.pl line 26. >>> >>> This should be something more like this: >>> >>> $VAR1 = { >>> 'NetName' => 'GOOGLE-IPV6', >>> 'Address' => '1600 Amphitheatre Parkway', >>> 'NetType' => 'Direct Allocation', >>> 'City' => 'Mountain View', >>> 'Ref' => 'http://whois.arin.net/rest/org/GOGL', >>> 'OrgTechName' => 'Google Inc', >>> 'OrgName' => 'Google Inc.', >>> 'Parent' => 'NET6-2600-1', >>> 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >>> 'OrgAbuseHandle' => 'ZG39-ARIN', >>> 'OrgTechPhone' => '+1-650-253-0000 ', >>> 'NetRange' => '2607:F8B0:: - 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF', >>> 'OriginAS' => 'AS15169, AS22577', >>> 'OrgTechHandle' => 'ZG39-ARIN', >>> 'OrgAbuseName' => 'Google Inc', >>> 'PostalCode' => '94043', >>> 'OrgAbusePhone' => '+1-650-253-0000 ', >>> 'NetHandle' => 'NET6-2607-F8B0-1', >>> 'OrgId' => 'GOGL', >>> 'RegDate' => '2000-03-30', >>> 'CIDR' => '2607:F8B0::/32', >>> 'StateProv' => 'CA', >>> 'Updated' => '2013-08-07', >>> 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', >>> 'OrgAbuseEmail' => 'arin-contact@google.com', >>> 'Country' => 'US', >>> '# available at' => 'https://www.arin.net/whois_tou.html', >>> 'OrgTechEmail' => 'arin-contact@google.com' >>> }; >>> at /tmp/test.pl line 26. >>> >>> <signature.asc>
> > <signature.asc>
Subject: Re: [rt.cpan.org #88989] NetRange parser error for IPv6
Date: Thu, 26 Sep 2013 17:24:34 -0500
To: bug-Net-Whois-IP [...] rt.cpan.org,Ben Schmitz via RT <bug-Net-Whois-IP [...] rt.cpan.org>
From: Brian Kroth <bpkroth [...] gmail.com>
Ben Schmitz via RT <bug-Net-Whois-IP@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=88989 > > > So it looks like the netrange regex is off? > > Please pardon any typos; Sent from my Phone > > On Sep 26, 2013, at 2:25 PM, Brian Kroth via RT > <bug-Net-Whois-IP@rt.cpan.org> wrote: >
> > Queue: Net-Whois-IP > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88989 > > > > > Sorry, about that. The key in the NetRange portion includes part of
> the
> > ipv6 address: > > > > This: > > 'NetRange: 2607:F8B0:' => '-
> 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF',
> > > > Should be this: > > 'NetRange' => '2607:F8B0:: -
> 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF',
> > > > Make sense? > > > > Thanks, > > Brian > > > > Ben Schmitz via RT <bug-Net-Whois-IP@rt.cpan.org> 2013-09-26 14:26:
> >> <URL: https://rt.cpan.org/Ticket/Display.html?id=88989 > > >> > >> Can you please describe what's wrong? I'm obviously missing the
> difference.
> >> > >> Please pardon any typos; Sent from my Phone > >> > >> On Sep 26, 2013, at 11:43 AM, Brian Kroth via RT > >> <bug-Net-Whois-IP@rt.cpan.org> wrote: > >>
> >>> Thu Sep 26 12:43:13 2013: Request 88989 was acted upon. > >>> Transaction: Ticket created by bpkroth@gmail.com > >>> Queue: Net-Whois-IP > >>> Subject: NetRange parser error for IPv6 > >>> Broken in: (no value) > >>> Severity: (no value) > >>> Owner: Nobody > >>> Requestors: bpkroth@gmail.com > >>> Status: new > >>> Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=88989 > > >>> > >>> > >>> Ticket #88388 has this same error: > >>> > >>> $VAR1 = { > >>> 'NetName' => 'GOOGLE-IPV6', > >>> 'Address' => '1600 Amphitheatre Parkway', > >>> 'NetType' => 'Direct Allocation', > >>> 'City' => 'Mountain View', > >>> 'Ref' => 'http://whois.arin.net/rest/org/GOGL', > >>> 'OrgTechName' => 'Google Inc', > >>> 'OrgName' => 'Google Inc.', > >>> 'Parent' => 'NET6-2600-1', > >>> 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > >>> 'OrgAbuseHandle' => 'ZG39-ARIN', > >>> 'OrgTechPhone' => '+1-650-253-0000 ', > >>> 'NetRange: 2607:F8B0:' => '-
> 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF',
> >>> 'OriginAS' => 'AS15169, AS22577', > >>> 'OrgTechHandle' => 'ZG39-ARIN', > >>> 'OrgAbuseName' => 'Google Inc', > >>> 'PostalCode' => '94043', > >>> 'OrgAbusePhone' => '+1-650-253-0000 ', > >>> 'NetHandle' => 'NET6-2607-F8B0-1', > >>> 'OrgId' => 'GOGL', > >>> 'RegDate' => '2000-03-30', > >>> 'CIDR' => '2607:F8B0::/32', > >>> 'StateProv' => 'CA', > >>> 'Updated' => '2013-08-07', > >>> 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > >>> 'OrgAbuseEmail' => 'arin-contact@google.com', > >>> 'Country' => 'US', > >>> '# available at' => 'https://www.arin.net/whois_tou.html', > >>> 'OrgTechEmail' => 'arin-contact@google.com' > >>> }; > >>> at /tmp/test.pl line 26. > >>> > >>> This should be something more like this: > >>> > >>> $VAR1 = { > >>> 'NetName' => 'GOOGLE-IPV6', > >>> 'Address' => '1600 Amphitheatre Parkway', > >>> 'NetType' => 'Direct Allocation', > >>> 'City' => 'Mountain View', > >>> 'Ref' => 'http://whois.arin.net/rest/org/GOGL', > >>> 'OrgTechName' => 'Google Inc', > >>> 'OrgName' => 'Google Inc.', > >>> 'Parent' => 'NET6-2600-1', > >>> 'OrgTechRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > >>> 'OrgAbuseHandle' => 'ZG39-ARIN', > >>> 'OrgTechPhone' => '+1-650-253-0000 ', > >>> 'NetRange' => '2607:F8B0:: -
> 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF',
> >>> 'OriginAS' => 'AS15169, AS22577', > >>> 'OrgTechHandle' => 'ZG39-ARIN', > >>> 'OrgAbuseName' => 'Google Inc', > >>> 'PostalCode' => '94043', > >>> 'OrgAbusePhone' => '+1-650-253-0000 ', > >>> 'NetHandle' => 'NET6-2607-F8B0-1', > >>> 'OrgId' => 'GOGL', > >>> 'RegDate' => '2000-03-30', > >>> 'CIDR' => '2607:F8B0::/32', > >>> 'StateProv' => 'CA', > >>> 'Updated' => '2013-08-07', > >>> 'OrgAbuseRef' => 'http://whois.arin.net/rest/poc/ZG39-ARIN', > >>> 'OrgAbuseEmail' => 'arin-contact@google.com', > >>> 'Country' => 'US', > >>> '# available at' => 'https://www.arin.net/whois_tou.html', > >>> 'OrgTechEmail' => 'arin-contact@google.com' > >>> }; > >>> at /tmp/test.pl line 26. > >>> > >>> <signature.asc>
> > > > <signature.asc>
Yeah, it seems to be capturing part of the address up to the first : character and using that as the key. Thanks, Brian -- Sent from my mobile device