Re: Link-local IPv6 addresses in URIs

Tomoyuki Sahara <sahara@surt.net> Fri, 18 November 2011 02:27 UTC

Return-Path: <tomosann@gmail.com>
X-Original-To: ipv6@ietfa.amsl.com
Delivered-To: ipv6@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9578511E8097 for <ipv6@ietfa.amsl.com>; Thu, 17 Nov 2011 18:27:19 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.377
X-Spam-Level:
X-Spam-Status: No, score=-2.377 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, FM_FORGED_GMAIL=0.622, J_CHICKENPOX_37=0.6, RCVD_IN_DNSWL_LOW=-1]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m539fJxhBFyO for <ipv6@ietfa.amsl.com>; Thu, 17 Nov 2011 18:27:18 -0800 (PST)
Received: from mail-bw0-f44.google.com (mail-bw0-f44.google.com [209.85.214.44]) by ietfa.amsl.com (Postfix) with ESMTP id 7E3ED11E80B5 for <ipv6@ietf.org>; Thu, 17 Nov 2011 18:27:18 -0800 (PST)
Received: by bkbzv15 with SMTP id zv15so3354344bkb.31 for <ipv6@ietf.org>; Thu, 17 Nov 2011 18:27:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=dr4n6nBBn15VOTh/TFIJBWxbO0tMp6VGPxfzo9ZJAOw=; b=cfYNxUflEqUDhEKPkrFZZ8PvXRlFk5FihhT5D17ZVxpmkLqVWwApIft/Xmq7QHfK7L 9HicnqwSc+yEvpl0FVyC4BgA6/W7dC/Dj0XORlKkfG/54EHJRCEOMtWd3+UJyFUoB/B5 nsYYnB86A7BxC1uBTipySRMWb7H94UDzBC5H8=
MIME-Version: 1.0
Received: by 10.204.9.209 with SMTP id m17mr1056262bkm.101.1321583234577; Thu, 17 Nov 2011 18:27:14 -0800 (PST)
Sender: tomosann@gmail.com
Received: by 10.204.15.74 with HTTP; Thu, 17 Nov 2011 18:27:14 -0800 (PST)
In-Reply-To: <CABOxzu1Rwj9Aa8oOZcqQDHVef52R04FcXBo6HwzCubvss=WGuw@mail.gmail.com>
References: <CABOxzu0np9tCJgurrL6zCc1CpHd6KbrUdwnL5UocE6TM8a_G2w@mail.gmail.com> <4EC0E1FD.6050107@gmail.com> <4EC494EB.4070000@gmail.com> <880C9B8D-9DCD-4ED7-8FA0-5BBDBB37E25E@tzi.org> <CABOxzu1Rwj9Aa8oOZcqQDHVef52R04FcXBo6HwzCubvss=WGuw@mail.gmail.com>
Date: Fri, 18 Nov 2011 11:27:14 +0900
X-Google-Sender-Auth: jwHl-f5Jv_5c_OxoghJXeXFBis0
Message-ID: <CAH=tA5s1zEhcUm6y1E+BU0VLEiu+qHFTJATPpd+_GKf7JNtwXw@mail.gmail.com>
Subject: Re: Link-local IPv6 addresses in URIs
From: Tomoyuki Sahara <sahara@surt.net>
To: Kerry Lynn <kerlyn2001@gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"
Cc: 6man <ipv6@ietf.org>
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: "IPv6 Maintenance Working Group \(6man\)" <ipv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ipv6>, <mailto:ipv6-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ipv6>
List-Post: <mailto:ipv6@ietf.org>
List-Help: <mailto:ipv6-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ipv6>, <mailto:ipv6-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 18 Nov 2011 02:27:19 -0000

Hi,

That sounds good to me too.

> My ABNF is pretty rusty, so I offer the following extension to the RFC 3986
> IPv6address rule only as a starting point:
> / "FE80::" [ *3( h16 ":" ) h16 ] [ "%" 1*4(ALPHA / DIGIT) ]

I have some comments:

  - An interface name may be longer than 4 characters.  But I know we should
    have some limit so I suggest 15 because it's maximum length of interface
    name on *BSD and Linux systems.

  - FYI, there was an attempt to define textual representation of zone id:
    http://tools.ietf.org/html/draft-ietf-ipngwg-scoping-arch-04#section-12

  - Can we have a dot in interface name?  On Linux systems, VLAN interfaces
    have one.  An example in the draft above has "%pvc1.3" (may be an ATM
    interface?).


Thanks,
Tomoyuki.