Re: [Cbor] I-D Action: draft-ietf-cbor-network-addresses-04.txt

Carsten Bormann <cabo@tzi.org> Mon, 26 April 2021 05:18 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 CC1FB3A192D; Sun, 25 Apr 2021 22:18:44 -0700 (PDT)
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=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 PFyPdDYhk6GI; Sun, 25 Apr 2021 22:18:40 -0700 (PDT)
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 E5B9F3A1929; Sun, 25 Apr 2021 22:18:39 -0700 (PDT)
Received: from [192.168.217.112] (p548dcb12.dip0.t-ipconnect.de [84.141.203.18]) (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 4FTCq22Jk3zyVc; Mon, 26 Apr 2021 07:18:38 +0200 (CEST)
Content-Type: text/plain; charset="utf-8"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.60.0.2.21\))
From: Carsten Bormann <cabo@tzi.org>
In-Reply-To: <26182.1619398040@localhost>
Date: Mon, 26 Apr 2021 07:18:37 +0200
Cc: Ole Troan <otroan@employees.org>, cbor@ietf.org, 6man@ietf.org
Content-Transfer-Encoding: quoted-printable
Message-Id: <225FB2BC-4E10-40AA-9165-D098029B2AAD@tzi.org>
References: <12496.1619216560@localhost> <C3A4A868-4B39-4428-93AA-D0B88F79B9BD@employees.org> <5989D772-0104-4F12-A43B-AFBC77266C9C@tzi.org> <26182.1619398040@localhost>
To: Michael Richardson <mcr+ietf@sandelman.ca>
X-Mailer: Apple Mail (2.3654.60.0.2.21)
Archived-At: <https://mailarchive.ietf.org/arch/msg/cbor/_iIVnFXD0GoIKCGerm1DGEMf4Cs>
Subject: Re: [Cbor] I-D Action: draft-ietf-cbor-network-addresses-04.txt
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: Mon, 26 Apr 2021 05:18:45 -0000

On 26. Apr 2021, at 02:47, Michael Richardson <mcr+ietf@sandelman.ca> wrote:
> 
> 
> Carsten Bormann <cabo@tzi.org> wrote:
>>> - for 261 I would at least include those arguments and make it clear when to use or the other
> 
>> Sounds good to me.
> 
> What I'm hearing is that you'd like me to write something like below.
>  https://github.com/cbor-wg/cbor-network-address/commit/c7962ed01ef0f63773cca70c97be54edc481bb78
> 
> 
> # Introduction
> 
> {{RFC8949}} defines a number of CBOR Tags for common items.
> 
> Tag 260 and tag 261 was later defined through IANA.
> These tags cover addresses (260), and prefixes (261).
> Tag 260 distinguishes between IPv4, IPv6 and Ethernet through the length of the byte string only.
> Tag 261 was not documented well enough to be used.
> 
> The author wanted an explicit indication of IPv4 or IPv6, and the possibility to omit trailing zeroes.

s/The author wanted/The present specification achieves/ or some such.

> This document provides a format for IPv6 and IPv4 addresses and prefixes.
> Prefixes may omit trailing zeroes in the address.
> Due to the complexity of testing the value of omitting trailing zeros for addresses was considered non-essential and support for that was removed in this specification.

Need a comma after “testing”.
s/removed/not provided/

> This document does not deal with 6 or 8-byte ethernet addressees.

MAC addresses, more generally.

Grüße, Carsten