Re: [v6ops] Q about IPv4-mapped IPv6 address & MPLS

Simon Perreault <simon@per.reau.lt> Thu, 01 May 2014 21:10 UTC

Return-Path: <simon@per.reau.lt>
X-Original-To: v6ops@ietfa.amsl.com
Delivered-To: v6ops@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 422861A7D81; Thu, 1 May 2014 14:10:36 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 tSDUeGsRvbXR; Thu, 1 May 2014 14:10:27 -0700 (PDT)
Received: from nomis80.org (nomis80.org [23.92.21.33]) by ietfa.amsl.com (Postfix) with ESMTP id 444661A0971; Thu, 1 May 2014 14:10:27 -0700 (PDT)
Received: from porto.nomis80.org (unknown [IPv6:2620:0:230:c000:ada6:3fa9:d0fd:fbe0]) by nomis80.org (Postfix) with ESMTPSA id 97BCC10EAB; Thu, 1 May 2014 21:10:45 +0000 (UTC)
Message-ID: <5362B83F.4020808@per.reau.lt>
Date: Thu, 01 May 2014 17:10:23 -0400
From: Simon Perreault <simon@per.reau.lt>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
MIME-Version: 1.0
To: v6ops@ietf.org
References: <CF875D2F.1951A9%rajiva@cisco.com>
In-Reply-To: <CF875D2F.1951A9%rajiva@cisco.com>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Archived-At: http://mailarchive.ietf.org/arch/msg/v6ops/BG6STKP_93l9UBrfgxnPkFHoivE
Cc: mpls@ietf.org, 6man WG <ipv6@ietf.org>
Subject: Re: [v6ops] Q about IPv4-mapped IPv6 address & MPLS
X-BeenThere: v6ops@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: v6ops discussion list <v6ops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/v6ops>, <mailto:v6ops-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/v6ops/>
List-Post: <mailto:v6ops@ietf.org>
List-Help: <mailto:v6ops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/v6ops>, <mailto:v6ops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 01 May 2014 21:10:36 -0000

Le 2014-05-01 02:08, Rajiv Asati (rajiva) a écrit :
> The answer to Q#1 will help MPLS WG to decide the proper handling of
> v4-mapped v6 addresses in LDPv6 draft section 7 1st para.
> http://tools.ietf.org/html/draft-ietf-mpls-ldp-ipv6-12#section-7 *

Rajiv,

In addition to what the others have said, to provide very precise
guidance, I think this text in your draft...

   An LSR MUST NOT allocate and MUST NOT advertise FEC-Label bindings
   for link-local IPv6 address, and ignore such bindings, if ever
   received. An LSR MUST treat the IPv4-mapped IPv6 address, defined in
   section 2.5.5.2 of [RFC4291], the same as that of a global IPv6
   address and not mix it with the 'corresponding' IPv4 address.

...should be changed to:

   An LSR MUST NOT allocate and MUST NOT advertise FEC-Label bindings
   for link-local or IPv4-mapped IPv6 address, and ignore such
   bindings, if ever received.

Simon