Re: Forwarding Packets With Link Local Destination Addresses

Carsten Bormann <cabo@tzi.org> Fri, 08 January 2021 09:45 UTC

Return-Path: <cabo@tzi.org>
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 EFE593A11D1 for <ipv6@ietfa.amsl.com>; Fri, 8 Jan 2021 01:45:09 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.919
X-Spam-Level:
X-Spam-Status: No, score=-1.919 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=unavailable autolearn_force=no
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 yfv7kyk-wYX4 for <ipv6@ietfa.amsl.com>; Fri, 8 Jan 2021 01:45:06 -0800 (PST)
Received: from gabriel-vm-2.zfn.uni-bremen.de (gabriel-vm-2.zfn.uni-bremen.de [134.102.50.17]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A19873A11D6 for <6man@ietf.org>; Fri, 8 Jan 2021 01:45:06 -0800 (PST)
Received: from [192.168.217.112] (p548dc939.dip0.t-ipconnect.de [84.141.201.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gabriel-vm-2.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4DByrH43zrzyjh; Fri, 8 Jan 2021 10:45:03 +0100 (CET)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.40.0.2.32\))
Subject: Re: Forwarding Packets With Link Local Destination Addresses
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <CAJE_bqfSkvpT0PfbGxPmJ450+_DWH_66O9h=pbRkn36mB27sBA@mail.gmail.com>
Date: Fri, 08 Jan 2021 10:45:03 +0100
Cc: Fernando Gont <fgont@si6networks.com>, Ron Bonica <rbonica=40juniper.net@dmarc.ietf.org>, "6man@ietf.org" <6man@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <3F8BB900-B77E-473D-8DF2-02FEA3E2BA32@tzi.org>
References: <DM6PR05MB6348A18046C5DDC7CF2AED76AEAF0@DM6PR05MB6348.namprd05.prod.outlook.com> <fc2600de-308a-7162-db12-d1d906302494@si6networks.com> <CAJE_bqfSkvpT0PfbGxPmJ450+_DWH_66O9h=pbRkn36mB27sBA@mail.gmail.com>
To: 神明達哉 <jinmei@wide.ad.jp>
X-Mailer: Apple Mail (2.3654.40.0.2.32)
Archived-At: <https://mailarchive.ietf.org/arch/msg/ipv6/kKYrNdzg6OQtXp1AUlczh3TKkcw>
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.29
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: <https://mailarchive.ietf.org/arch/browse/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, 08 Jan 2021 09:45:10 -0000

On 8. Jan 2021, at 01:56, 神明達哉 <jinmei@wide.ad.jp> wrote:
> 
> we
> could allow the following:
> 
> - A node sends a packet with a routing header that would route the
>  packet to a global address (D1) and then to a link-local (final)
>  destination (D2).
> - The packet leaves the source link and is delivered to the interface
>  corresponding to the global address D1.
> - The receiving node now sets D2 as the destination address of the
>  IPv6 header and forwards the packet to the link where the packet is
>  delivered to D2 (so it does not forward the packet to "other link”).

This is about a hypothetical, but:
How would it know which of its many links that is?

(Imagine D2 being …::1, or some other likely If-ID.
Even if not: Would D1 have to ND that address on all its links?)

(And how exactly would D2 reply?)

Grüße, Carsten