Re: [Cbor] Supporting IPv6 Link-Local with scope (was Re: Éric Vyncke's Discuss on draft-ietf-cbor-network-addresses-09: (with DISCUSS and COMMENT))
Carsten Bormann <cabo@tzi.org> Thu, 07 October 2021 02:13 UTC
Return-Path: <cabo@tzi.org>
X-Original-To: cbor@ietfa.amsl.com
Delivered-To: cbor@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1])
by ietfa.amsl.com (Postfix) with ESMTP id 978143A08EC;
Wed, 6 Oct 2021 19:13:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001]
autolearn=ham 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 SJVPVbFSOA8W; Wed, 6 Oct 2021 19:13:46 -0700 (PDT)
Received: from gabriel-smtp.zfn.uni-bremen.de (gabriel-smtp.zfn.uni-bremen.de
[134.102.50.15])
(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by ietfa.amsl.com (Postfix) with ESMTPS id 82A2D3A08E5;
Wed, 6 Oct 2021 19:13:45 -0700 (PDT)
Received: from smtpclient.apple (p5089a8ac.dip0.t-ipconnect.de
[80.137.168.172])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(No client certificate requested)
by gabriel-smtp.zfn.uni-bremen.de (Postfix) with ESMTPSA id 4HPvxx003Fz2xjw;
Thu, 7 Oct 2021 04:13:40 +0200 (CEST)
Content-Type: text/plain;
charset=utf-8
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.120.0.1.13\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <CAMGpriVqvH0w_R0-uhM7qEWasu8=qLvgaZGTM9XvUO6yO_Qo_Q@mail.gmail.com>
Date: Thu, 7 Oct 2021 04:13:40 +0200
Cc: Brian E Carpenter <brian.e.carpenter@gmail.com>,
Michael Richardson <mcr+ietf@sandelman.ca>, cbor@ietf.org,
The IESG <iesg@ietf.org>, Donald Eastlake <d3e3e3@gmail.com>,
=?utf-8?Q?=C3=89ric_Vyncke?= <evyncke@cisco.com>, cbor-chairs@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <711AC69A-6BD3-441B-8B80-A6D1EF24A2C7@tzi.org>
References: <163344085669.17315.998599560097016034@ietfa.amsl.com>
<24367.1633460118@localhost> <1fcf3889-57d1-83f5-2913-51ae9155130b@gmail.com>
<6442.1633537138@localhost> <9D5E9264-0A10-4A24-8F23-DB89EDE851B9@tzi.org>
<9043.1633557346@localhost> <372df336-eb01-de6d-2e11-e094b9ff7cfd@gmail.com>
<CAMGpriVqvH0w_R0-uhM7qEWasu8=qLvgaZGTM9XvUO6yO_Qo_Q@mail.gmail.com>
To: Erik Kline <ek.ietf@gmail.com>
X-Mailer: Apple Mail (2.3654.120.0.1.13)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/40uzXr5NhMeKyZwFld85ow2L71k>
Subject: Re: [Cbor]
=?utf-8?q?Supporting_IPv6_Link-Local_with_scope_=28was_Re?=
=?utf-8?q?=3A_=C3=89ric_Vyncke=27s_Discuss_on_draft-ietf-cbor-network-add?=
=?utf-8?q?resses-09=3A_=28with_DISCUSS_and_COMMENT=29=29?=
X-BeenThere: cbor@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Concise Binary Object Representation \(CBOR\)" <cbor.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cbor>,
<mailto:cbor-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cbor/>
List-Post: <mailto:cbor@ietf.org>
List-Help: <mailto:cbor-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cbor>,
<mailto:cbor-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 07 Oct 2021 02:13:50 -0000
On 7. Oct 2021, at 03:58, Erik Kline <ek.ietf@gmail.com> wrote: > > To my knowledge the closest such thing would be RFC 3927. > > I've never seen anything like an extension of sockaddr_in to add the equivalent of sin6_scope_id, though it's not hard to imagine what would be required to make some "sin_scope_id" thing work. Interesting. While IPV6_MULTICAST_IF is defined in RFC 3493, the RFCs seem to be silent about IP_MULTICAST_IF. (This would be another case where an IP address would be combined with an ifindex, even if that is not called a “zone ID” there.) Grüße, Carsten
- [Cbor] Éric Vyncke's Discuss on draft-ietf-cbor-n… Éric Vyncke via Datatracker
- [Cbor] Deprecating tags and Ethernet address in d… Michael Richardson
- Re: [Cbor] Éric Vyncke's Discuss on draft-ietf-cb… Michael Richardson
- [Cbor] Supporting IPv6 Link-Local with scope (was… Michael Richardson
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Eric Vyncke (evyncke)
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Carsten Bormann
- Re: [Cbor] Deprecating tags and Ethernet address … Donald Eastlake
- Re: [Cbor] Deprecating tags and Ethernet address … Erik Kline
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Erik Kline
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Brian E Carpenter
- Re: [Cbor] Deprecating tags and Ethernet address … Donald Eastlake
- Re: [Cbor] Deprecating tags and Ethernet address … Michael Richardson
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Thiago Macieira
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Michael Richardson
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Brian E Carpenter
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Carsten Bormann
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Michael Richardson
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Michael Richardson
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Brian E Carpenter
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Carsten Bormann
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Carsten Bormann
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Brian E Carpenter
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Jürgen Schönwälder
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Carsten Bormann
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Rob Wilton (rwilton)
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Carsten Bormann
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Jürgen Schönwälder
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Rob Wilton (rwilton)
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Carsten Bormann
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Carsten Bormann
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Erik Kline
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Barry Leiba
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Michael Richardson
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Thiago Macieira
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Brian E Carpenter
- Re: [Cbor] Supporting IPv6 Link-Local with scope … Brian E Carpenter