Re: [v6ops] Scope of Unique Local IPv6 Unicast Addresses (Fwd: New Version Notification for draft-gont-6man-ipv6-ula-scope-00.txt)

Philip Homburg <pch-ipv6-ietf-7@u-1.phicoh.com> Thu, 07 January 2021 11:41 UTC

Return-Path: <pch-b9D3CB0F5@u-1.phicoh.com>
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 222FB3A0FDF; Thu, 7 Jan 2021 03:41:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.918
X-Spam-Level:
X-Spam-Status: No, score=-1.918 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_NONE=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 IlnjXTAYZIiw; Thu, 7 Jan 2021 03:41:41 -0800 (PST)
Received: from stereo.hq.phicoh.net (stereo.hq.phicoh.net [130.37.15.35]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 166753A0FDE; Thu, 7 Jan 2021 03:41:39 -0800 (PST)
Received: from stereo.hq.phicoh.net (localhost [::ffff:127.0.0.1]) by stereo.hq.phicoh.net with esmtp (TLS version=TLSv1.2 cipher=ECDHE-RSA-CHACHA20-POLY1305) (Smail #157) id m1kxTfc-0000M9C; Thu, 7 Jan 2021 12:41:36 +0100
Message-Id: <m1kxTfc-0000M9C@stereo.hq.phicoh.net>
To: ipv6@ietf.org
Cc: Brian E Carpenter <brian.e.carpenter@gmail.com>, IPv6 Operations <v6ops@ietf.org>
Subject: Re: [v6ops] Scope of Unique Local IPv6 Unicast Addresses (Fwd: New Version Notification for draft-gont-6man-ipv6-ula-scope-00.txt)
From: Philip Homburg <pch-ipv6-ietf-7@u-1.phicoh.com>
Sender: pch-b9D3CB0F5@u-1.phicoh.com
References: <160989494094.6024.7402128068704112703@ietfa.amsl.com> <6fe3a45e-de65-9f88-808d-ea7e2abdcd16@si6networks.com> <CAO42Z2wR-3vbHi-NrBBMmCTNDq5fgqvSmBUbYK7P+63QTNfxkg@mail.gmail.com> <CAKD1Yr014PzVJj9Y6O=PBGc_QSVtur-0wMpaNkFA0dqr8FHGuA@mail.gmail.com> <44e7ac61-523a-d35e-9024-7e6df81e4226@gmail.com>
In-reply-to: Your message of "Thu, 7 Jan 2021 10:30:35 +1300 ." <44e7ac61-523a-d35e-9024-7e6df81e4226@gmail.com>
Date: Thu, 07 Jan 2021 12:41:35 +0100
Archived-At: <https://mailarchive.ietf.org/arch/msg/ipv6/-7zbDEpTKc-NGItjoX2wLn5k-VE>
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: Thu, 07 Jan 2021 11:41:43 -0000

> > No, rewrite RFC 4007 and get rid of zone IDs. And the introduce interface I
> Ds
> > to select the interface of an outgoing packet, whether link-local or global
> .
> 
> Effectively that's what RFC3879 did. RFC4007 was a bit behind the
> curve. As far as I know, zone IDs and interface IDs are exactly
> equivalent (at least in POSIX and WinSock environments). IMHO this
> is *only* a terminology question.
> 
> > It doesn't change anything in practice, because that is what existing code
> > does.
> 
> Really? Using the interface ID for non-link-local addresses?

It works on Linux and MacOS. On freebsd I get
'2001:67c:2e8:3::c100:a4%re0: Name does not resolve'
which suggests that they do an extra check in a library. I didn't check
if the kernel handles it.