Re: Link-local IPv6 addresses in URIs

Kerry Lynn <kerlyn2001@gmail.com> Fri, 18 November 2011 02:54 UTC

Return-Path: <kerlyn2001@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 7235F1F0C85 for <ipv6@ietfa.amsl.com>; Thu, 17 Nov 2011 18:54:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.223
X-Spam-Level:
X-Spam-Status: No, score=-3.223 tagged_above=-999 required=5 tests=[AWL=-0.225, BAYES_00=-2.599, HTML_MESSAGE=0.001, 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 t7IIIgFAbZrk for <ipv6@ietfa.amsl.com>; Thu, 17 Nov 2011 18:54:01 -0800 (PST)
Received: from mail-ey0-f172.google.com (mail-ey0-f172.google.com [209.85.215.172]) by ietfa.amsl.com (Postfix) with ESMTP id A6C751F0C34 for <ipv6@ietf.org>; Thu, 17 Nov 2011 18:54:00 -0800 (PST)
Received: by eyg24 with SMTP id 24so3327581eyg.31 for <ipv6@ietf.org>; Thu, 17 Nov 2011 18:53:59 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=IlXwm4nV/zy2xk+aHFR4gWoPDPf584x/N3pKWS9qdao=; b=U4GDoFVUOpRXUW/oLcKTmG0HSIyXAdH8549lFIIzXXcyjQplYo3DaLpIkMPA5UkCLn +leeBXchq2Ir2dcCDNMx57hAMYgz5JHS4i63rO+9vIFlccR347bNmKEtHihEhyDVa/VX M1Dasb/S+ucEL0Q2pKhBBkzL5NvTKBiwGEDeg=
MIME-Version: 1.0
Received: by 10.14.4.80 with SMTP id 56mr99302eei.2.1321584839705; Thu, 17 Nov 2011 18:53:59 -0800 (PST)
Received: by 10.14.96.68 with HTTP; Thu, 17 Nov 2011 18:53:59 -0800 (PST)
In-Reply-To: <CAH=tA5s1zEhcUm6y1E+BU0VLEiu+qHFTJATPpd+_GKf7JNtwXw@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> <CAH=tA5s1zEhcUm6y1E+BU0VLEiu+qHFTJATPpd+_GKf7JNtwXw@mail.gmail.com>
Date: Thu, 17 Nov 2011 21:53:59 -0500
Message-ID: <CABOxzu2KwBwyY_6q5if-hXFJRG95dXst4mNV7DX1yEx750b81Q@mail.gmail.com>
Subject: Re: Link-local IPv6 addresses in URIs
From: Kerry Lynn <kerlyn2001@gmail.com>
To: Tomoyuki Sahara <sahara@surt.net>
Content-Type: multipart/alternative; boundary="001636416df1e9437204b1f972a6"
X-Mailman-Approved-At: Fri, 18 Nov 2011 03:08:54 -0800
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:54:01 -0000

On Thu, Nov 17, 2011 at 9:27 PM, Tomoyuki Sahara <sahara@surt.net> wrote:

> 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 for the reference.  I'll take a look at it before revising the ABNF
again.

-K-

>
> Thanks,
> Tomoyuki.
>