[netmod] [Editorial Errata Reported] RFC7950 (6952)
RFC Errata System <rfc-editor@rfc-editor.org> Tue, 03 May 2022 20:16 UTC
Return-Path: <wwwrun@rfcpa.amsl.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 B20FCC159A1C for <netmod@ietfa.amsl.com>; Tue, 3 May 2022 13:16:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.649
X-Spam-Level:
X-Spam-Status: No, score=-1.649 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.248, SPF_HELO_NONE=0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001] autolearn=no autolearn_force=no
Received: from mail.ietf.org ([50.223.129.194]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uujw5pim1S_k for <netmod@ietfa.amsl.com>; Tue, 3 May 2022 13:16:52 -0700 (PDT)
Received: from rfcpa.amsl.com (rfc-editor.org [50.223.129.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id EC53FC15952B for <netmod@ietf.org>; Tue, 3 May 2022 13:16:52 -0700 (PDT)
Received: by rfcpa.amsl.com (Postfix, from userid 499) id C18DDEC062; Tue, 3 May 2022 13:16:52 -0700 (PDT)
To: rfc-editor@rfc-editor.org
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: andy@yumaworks.com, mbj@tail-f.com, netmod@ietf.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20220503201652.C18DDEC062@rfcpa.amsl.com>
Date: Tue, 03 May 2022 13:16:52 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/Q4JO0-5AbARmtOTcu4Ne5xyBbSU>
Subject: [netmod] [Editorial Errata Reported] RFC7950 (6952)
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.34
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: Tue, 03 May 2022 20:16:56 -0000
The following errata report has been submitted for RFC7950, "The YANG 1.1 Data Modeling Language". -------------------------------------- You may review the report below and at: https://www.rfc-editor.org/errata/eid6952 -------------------------------------- Type: Editorial Reported by: Andy Bierman <andy@yumaworks.com> Section: 10.4.2.1 Original Text ------------- augment "/interface" { when 'derived-from-or-self(type, "exif:fast-ethernet"); // Fast-Ethernet-specific definitions here } Corrected Text -------------- augment "/interface" { when 'derived-from-or-self(type, "exif:fast-ethernet")'; // Fast-Ethernet-specific definitions here } Notes ----- single quote to end complete string is missing 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
- [netmod] [Editorial Errata Reported] RFC7950 (695… RFC Errata System
- Re: [netmod] [Editorial Errata Reported] RFC7950 … Martin Björklund