From: postmodern.mod3@... Date: 2015-02-26T23:36:25+00:00 Subject: [ruby-core:68331] [Ruby trunk - Bug #10911] [Open] IPAddr.new should ignore zone identifiers Issue #10911 has been reported by Hal Brodigan. ---------------------------------------- Bug #10911: IPAddr.new should ignore zone identifiers https://bugs.ruby-lang.org/issues/10911 * Author: Hal Brodigan * Status: Open * Priority: Normal * Assignee: * ruby -v: ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN ---------------------------------------- Link local IPv6 addresses may have a zone identifier suffix: fe80::1%lo0 IPAddr.new currently does not ignore the zone identifier and raises IPAddr::InvalidAddressError. -- https://bugs.ruby-lang.org/