Project

General

Profile

Actions

Bug #8464

closed

IPAddr cannot parse link-local IPv6 address.

Added by aselder (Andrew Selder) almost 11 years ago. Updated over 6 years ago.

Status:
Rejected
Target version:
-
ruby -v:
ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-darwin12.3.0]
Backport:
[ruby-core:55209]

Description

1.9.3p374 :001 > require 'ipaddr'
=> true
1.9.3p374 :002 > IPAddr.new("0:0:0:0:0:0:0:1%0")
ArgumentError: invalid address
from /Users/andrew/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/ipaddr.rb:559:in in6_addr' from /Users/andrew/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/ipaddr.rb:496:in initialize'
from (irb):2:in new' from (irb):2 from /Users/andrew/.rvm/rubies/ruby-2.0.0-p195/bin/irb:16:in '

Same behavior in Ruby 1.9.3 all patch levels

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0