Re: [shim6] Problems with ULID (IP) over longer sessions.

Erik Nordmark <erik.nordmark@oracle.com> Fri, 30 April 2010 09:03 UTC

Return-Path: <erik.nordmark@oracle.com>
X-Original-To: shim6@core3.amsl.com
Delivered-To: shim6@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 10F593A6917 for <shim6@core3.amsl.com>; Fri, 30 Apr 2010 02:03:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.864
X-Spam-Level:
X-Spam-Status: No, score=-1.864 tagged_above=-999 required=5 tests=[AWL=-1.865, BAYES_50=0.001]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FGpK4o7tbZub for <shim6@core3.amsl.com>; Fri, 30 Apr 2010 02:03:57 -0700 (PDT)
Received: from rcsinet10.oracle.com (rcsinet10.oracle.com [148.87.113.121]) by core3.amsl.com (Postfix) with ESMTP id B244B3A6ACD for <shim6@ietf.org>; Fri, 30 Apr 2010 02:03:56 -0700 (PDT)
Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o3U93eh8021879 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <shim6@ietf.org>; Fri, 30 Apr 2010 09:03:42 GMT
Received: from acsmt355.oracle.com (acsmt355.oracle.com [141.146.40.155]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o3U93cxL013256 for <shim6@ietf.org>; Fri, 30 Apr 2010 09:03:38 GMT
Received: from abhmt015.oracle.com by acsmt354.oracle.com with ESMTP id 224086001272618133; Fri, 30 Apr 2010 02:02:13 -0700
Received: from [10.7.251.248] (/10.7.251.248) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 30 Apr 2010 02:02:12 -0700
Message-ID: <4BDA9C91.6060705@oracle.com>
Date: Fri, 30 Apr 2010 02:02:09 -0700
From: Erik Nordmark <erik.nordmark@oracle.com>
User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:1.9.1.8) Gecko/20100302 Lightning/1.0b1 Thunderbird/3.0.2
MIME-Version: 1.0
To: shim6@ietf.org
References: <1272457259.4126.63.camel@bit>
In-Reply-To: <1272457259.4126.63.camel@bit>
Content-Type: text/plain; charset="UTF-8"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Auth-Type: Internal IP
X-Source-IP: acsinet15.oracle.com [141.146.126.227]
X-CT-RefId: str=0001.0A090205.4BDA9CEE.00F2:SCFMA922111,ss=1,fgs=0
Subject: Re: [shim6] Problems with ULID (IP) over longer sessions.
X-BeenThere: shim6@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: SHIM6 Working Group Mailing List <shim6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/shim6>, <mailto:shim6-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/shim6>
List-Post: <mailto:shim6@ietf.org>
List-Help: <mailto:shim6-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/shim6>, <mailto:shim6-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 30 Apr 2010 09:03:58 -0000

On 04/28/10 05:20 AM, Javier Ubillos wrote:
> Hi folks.
>
> Some time ago I heard a discussion about a potential issue with shim6.
> That the Upper Layer Identifier (ULID), chosen as the first pair of
> locators used in the communication, could cause
> problems/confusion/somethingelse when those locators where no longer
> used by the hosts. I.e not in the locator lists.
>
> I'm unsure about the details of what would cause the problem or what the
> consequences could be.
>
> My own first reaction is that if a software believes it's communicating
> with an IP (a shim6 ULID), it might try to spawn more sockets/flows to
> that IP.
>
> Have this kind of issues been discussed previously on this list? ( I
> couldn't find any discussions about it).
> Have any one on this list some more detailed thoughts/experience about
> what could cause issues?

Section 1.5 in RFC 5533 says that the communication must be terminated 
should the ULID become invalid. That handles the case of a ULID 
potentially being assigned to a different host.

Note that a ULID might be unreachable and hence unusable as a locator 
without being invalid.

> I'm asking this because a couple of colleges and I are looking at using
> alternative ULIDs which hopefully would be more of a match with session
> identifiers/FQDNs or similar.

It is possible to extend SHIM6 to handle 128-bit ULIDs that are never 
usable as locators. It has performance impact because one would need to 
do a ID->locator lookup before sending the first packet. A possible way 
to do this was written up in draft-nordmark-shim6-esd.

    Erik