Re: [lisp] LISP Overlay Model

Lori Jakab <lori@lispmob.org> Fri, 14 August 2015 08:25 UTC

Return-Path: <lori@lispmob.org>
X-Original-To: lisp@ietfa.amsl.com
Delivered-To: lisp@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9C07F1A1B13 for <lisp@ietfa.amsl.com>; Fri, 14 Aug 2015 01:25:45 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.201
X-Spam-Level:
X-Spam-Status: No, score=-4.201 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_PASS=-0.001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Nx5huhHBesxy for <lisp@ietfa.amsl.com>; Fri, 14 Aug 2015 01:25:43 -0700 (PDT)
Received: from roura.ac.upc.es (roura.ac.upc.edu [147.83.33.10]) by ietfa.amsl.com (Postfix) with ESMTP id 7A2381A1B0D for <lisp@ietf.org>; Fri, 14 Aug 2015 01:25:42 -0700 (PDT)
Received: from gw-3.ac.upc.es (gw-3.ac.upc.es [147.83.30.9]) by roura.ac.upc.es (8.13.8/8.13.8) with ESMTP id t7E6QVhx009456; Fri, 14 Aug 2015 08:26:31 +0200
Received: from [10.61.83.134] (unknown [173.38.220.38]) by gw-3.ac.upc.es (Postfix) with ESMTPSA id B18E256C; Fri, 14 Aug 2015 10:25:38 +0200 (CEST)
To: Luigi Iannone <ggx@gigix.net>, LISP mailing list list <lisp@ietf.org>
References: <89CA974F-ADB1-444E-BF65-7C2B8C572AA6@gigix.net>
From: Lori Jakab <lori@lispmob.org>
Organization: LISPmob
Message-ID: <55CDA601.2020308@lispmob.org>
Date: Fri, 14 Aug 2015 11:25:37 +0300
MIME-Version: 1.0
In-Reply-To: <89CA974F-ADB1-444E-BF65-7C2B8C572AA6@gigix.net>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Archived-At: <http://mailarchive.ietf.org/arch/msg/lisp/TB6jAtlvIC8L1Nu4fRRpar5iFak>
Cc: Joel Halpern Direct <jmh.direct@joelhalpern.com>, Damien Saucez <damien.saucez@inria.fr>
Subject: Re: [lisp] LISP Overlay Model
X-BeenThere: lisp@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: List for the discussion of the Locator/ID Separation Protocol <lisp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lisp>, <mailto:lisp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/lisp/>
List-Post: <mailto:lisp@ietf.org>
List-Help: <mailto:lisp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lisp>, <mailto:lisp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 14 Aug 2015 08:25:45 -0000

On 8/10/15 1:05 AM, Luigi Iannone wrote:
> Hi,
> 
> LISP provides a rather complete and powerful control-plane, where 
> by means of LCAF, possibly any existing namespace can be mapped 
> on each other.
> However, the data-plane is not as flexible. The current specifications
> allow only IPv4 over IPv6 and vice versa.
> 
> In order to create what Sharon Barakai defined “map assisted overlays”
> more work is needed.
> 
> In this context the WG should also decide whether just an extended/enhanced
> data-plane is sufficient/needed. Or should the scope be slightly larger and 
> allow as well to support multiple headers type?
> Such header are not necessarily defined by the LISP WG 
> (e.g.  VXLAN-GPE, GENEVE, GUE, etc.)

I think supporting multiple headers is the better option.

-Lori

> 
> Would the WG be interested in working in extending the LISP overlay model
> in order to provide data-plane support for what the control plane already allows?
> And what should be the scope?
> 
> Joel & Luigi