Re: [netmod] [Technical Errata Reported] RFC6991 (5105)

Ladislav Lhotka <lhotka@nic.cz> Mon, 04 September 2017 08:12 UTC

Return-Path: <lhotka@nic.cz>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E76C7132392 for <netmod@ietfa.amsl.com>; Mon, 4 Sep 2017 01:12:27 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7
X-Spam-Level:
X-Spam-Status: No, score=-7 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_HI=-5] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=nic.cz
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 BQ14n8qWSQkM for <netmod@ietfa.amsl.com>; Mon, 4 Sep 2017 01:12:25 -0700 (PDT)
Received: from mail.nic.cz (mail.nic.cz [217.31.204.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EB60813237B for <netmod@ietf.org>; Mon, 4 Sep 2017 01:12:21 -0700 (PDT)
Received: from birdie (unknown [IPv6:2001:718:1a02:1::380]) by mail.nic.cz (Postfix) with ESMTPSA id 3767761109; Mon, 4 Sep 2017 10:12:20 +0200 (CEST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1504512740; bh=CeJ2a195+HJ/o3qnjQmWhWnNezeVmy84XE7qGFslSGE=; h=From:To:Date; b=QbSeubmtqnG40zPEYzMKiRVaEAvb5sxcsTX6JSQOHTG/JnLAuz/5WZ1LsRHBWlMHl AT0KpwUFa6RhbfjeIxjhw6n9cX2P/R86Yshf/EbKdBG+tZ9rdzvd1qeVHn1ZFU0gE6 11YqBpb3QDo8vZ5r6fsQY+Dv9IUaYZPYZ1iLS2wI=
Message-ID: <1504512772.5874.4.camel@nic.cz>
From: Ladislav Lhotka <lhotka@nic.cz>
To: Juergen Schoenwaelder <j.schoenwaelder@jacobs-university.de>, RFC Errata System <rfc-editor@rfc-editor.org>
Cc: bclaise@cisco.com, warren@kumari.net, kwatsen@juniper.net, lberger@labn.net, netmod@ietf.org
Date: Mon, 04 Sep 2017 10:12:52 +0200
In-Reply-To: <20170901164841.ebs2fqvf2vl3adlx@elstar.local>
References: <20170901144056.60AC4B80E23@rfc-editor.org> <20170901164841.ebs2fqvf2vl3adlx@elstar.local>
Organization: CZ.NIC
Content-Type: text/plain; charset="UTF-8"
X-Mailer: Evolution 3.24.5
Mime-Version: 1.0
Content-Transfer-Encoding: 8bit
X-Virus-Scanned: clamav-milter 0.99.2 at mail
X-Virus-Status: Clean
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/C6uwCHuKKurBQGv00zhlUGhZWu4>
Subject: Re: [netmod] [Technical Errata Reported] RFC6991 (5105)
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>, <mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>, <mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 04 Sep 2017 08:12:28 -0000

Juergen Schoenwaelder píše v Pá 01. 09. 2017 v 18:48 +0200:
> On Fri, Sep 01, 2017 at 07:40:56AM -0700, RFC Errata System wrote:
> > The following errata report has been submitted for RFC6991,
> > "Common YANG Data Types".
> > 
> > --------------------------------------
> > You may review the report below and at:
> > http://www.rfc-editor.org/errata/eid5105
> > 
> > --------------------------------------
> > Type: Technical
> > Reported by: Ladislav Lhotka <lhotka@nic.cz>
> > 
> > Section: 3
> > 
> > Original Text
> > -------------
> > A schema node of this type will be set to zero (0) on creation
> > and will thereafter increase monotonically until it reaches
> > a maximum value of 2^32-1 (4294967295 decimal), when it
> > wraps around and starts increasing again from zero.
> > 
> > Corrected Text
> > --------------
> > A leaf instance of this type will be set to zero (0) on creation
> > and will thereafter increase monotonically until it reaches
> > a maximum value of 2^32-1 (4294967295 decimal), when it
> > wraps around and starts increasing again from zero.
> > 
> > Notes
> > -----
> > In a number of descriptions in both ietf-yang-types and ietf-inet-types, the term "schema node" is used incorrectly in places where "leaf instance" or "instance of a leaf" should be used instead. However, not all occurences of "schema node" are wrong: schema nodes just have to be distinguished from nodes in an instance data tree.
> > 
> 
> Yes. I would probably prefer 'a data node instance of this type'
> instead of 'a leaf instance' - I am not sure I would to exclude a
> leaf-list and who knows whether we have any other data nodes in the
> future. And yes, all occurances of 'schema node' need careful

OK.

> inspection. I am not sure whether you want to identify all occurances
> now or whether you wanted to have a generic errata just so that we do
> not forget to fix this when this document is revised.

I think it should suffice to keep this general erratum and fixed it in the next
revision.

Thanks, Lada

> 
> /js
> 
-- 
Ladislav Lhotka
Head, CZ.NIC Labs
PGP Key ID: 0xB8F92B08A9F76C67