Re: [netmod] [Editorial Errata Reported] RFC7950 (5237)

Martin Bjorklund <mbj@tail-f.com> Thu, 18 January 2018 19:16 UTC

Return-Path: <mbj@tail-f.com>
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 289D612D7ED for <netmod@ietfa.amsl.com>; Thu, 18 Jan 2018 11:16:22 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.911
X-Spam-Level:
X-Spam-Status: No, score=-1.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 czg3br6DzLNm for <netmod@ietfa.amsl.com>; Thu, 18 Jan 2018 11:16:19 -0800 (PST)
Received: from mail.tail-f.com (mail.tail-f.com [46.21.102.45]) by ietfa.amsl.com (Postfix) with ESMTP id 3329712D7F1 for <netmod@ietf.org>; Thu, 18 Jan 2018 11:16:15 -0800 (PST)
Received: from localhost (h-85-209.A165.priv.bahnhof.se [94.254.85.209]) by mail.tail-f.com (Postfix) with ESMTPSA id 61D8E1AE0398; Thu, 18 Jan 2018 20:16:14 +0100 (CET)
Date: Thu, 18 Jan 2018 20:16:07 +0100
Message-Id: <20180118.201607.1054737737975973419.mbj@tail-f.com>
To: rfc-editor@rfc-editor.org
Cc: bclaise@cisco.com, warren@kumari.net, joelja@bogus.com, kwatsen@juniper.net, lberger@labn.net, muly_i@rad.com, netmod@ietf.org
From: Martin Bjorklund <mbj@tail-f.com>
In-Reply-To: <20180118184745.7D72CB813D5@rfc-editor.org>
References: <20180118184745.7D72CB813D5@rfc-editor.org>
X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO)
Mime-Version: 1.0
Content-Type: Text/Plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/Qq5bQvNAUYcw3z7htG2x_JystWE>
Subject: Re: [netmod] [Editorial Errata Reported] RFC7950 (5237)
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: Thu, 18 Jan 2018 19:16:22 -0000

Hi,

This errata should be applied.  It is an obvious typo.


/martin



RFC Errata System <rfc-editor@rfc-editor.org> wrote:
> The following errata report has been submitted for RFC7950,
> "The YANG 1.1 Data Modeling Language".
> 
> --------------------------------------
> You may review the report below and at:
> http://www.rfc-editor.org/errata/eid5237
> 
> --------------------------------------
> Type: Editorial
> Reported by: Muly Ilan <muly_i@rad.com>
> 
> Section: 6.4.1.1
> 
> Original Text
> -------------
> The accessible tree for an action invocation of "reset" on
> /a/b[id="1"] with the "when" parameter set to "10" would be:
> 
> <a xmlns="urn:example:a">
> <b>
> <id>1</id>
> <reset>
> <delay>10</delay>
> </reset>
> </b>
> <b>
> <id>2</id>
> </b>
> </a>
> // possibly other top-level nodes here
> 
> Corrected Text
> --------------
> The accessible tree for an action invocation of "reset" on
> /a/b[id="1"] with the "delay" parameter set to "10" would be:
> 
> <a xmlns="urn:example:a">
> <b>
> <id>1</id>
> <reset>
> <delay>10</delay>
> </reset>
> </b>
> <b>
> <id>2</id>
> </b>
> </a>
> // possibly other top-level nodes here
> 
> Notes
> -----
> The example action "reset" has an input parameter named "delay" and not a parameter named "when".
> 
> Instructions:
> -------------
> This erratum is currently posted as "Reported". If necessary, please
> use "Reply All" to discuss whether it should be verified or
> rejected. When a decision is reached, the verifying party  
> can log in to change the status and edit the report, if necessary. 
> 
> --------------------------------------
> RFC7950 (draft-ietf-netmod-rfc6020bis-14)
> --------------------------------------
> Title               : The YANG 1.1 Data Modeling Language
> Publication Date    : August 2016
> Author(s)           : M. Bjorklund, Ed.
> Category            : PROPOSED STANDARD
> Source              : Network Modeling
> Area                : Operations and Management
> Stream              : IETF
> Verifying Party     : IESG
>