[netmod] [Errata Verified] RFC7950 (6655)

RFC Errata System <rfc-editor@rfc-editor.org> Tue, 12 October 2021 13:58 UTC

Return-Path: <wwwrun@rfc-editor.org>
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 D1AA83A13EB; Tue, 12 Oct 2021 06:58:10 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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 8Z7kniHVoMn6; Tue, 12 Oct 2021 06:58:06 -0700 (PDT)
Received: from rfc-editor.org (rfc-editor.org [IPv6:2001:1900:3001:11::31]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3016C3A13E9; Tue, 12 Oct 2021 06:58:06 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 499) id D4ACDF3608; Tue, 12 Oct 2021 06:58:05 -0700 (PDT)
To: vleijon@cisco.com, mbj@tail-f.com
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: rwilton@cisco.com, iesg@ietf.org, netmod@ietf.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20211012135805.D4ACDF3608@rfc-editor.org>
Date: Tue, 12 Oct 2021 06:58:05 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/3klnooB51IIHPM6AgNByDMlTXEE>
Subject: [netmod] [Errata Verified] RFC7950 (6655)
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.29
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, 12 Oct 2021 13:58:11 -0000

The following errata report has been verified for RFC7950,
"The YANG 1.1 Data Modeling Language". 

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid6655

--------------------------------------
Status: Verified
Type: Editorial

Reported by: Viktor Leijon <vleijon@cisco.com>
Date Reported: 2021-08-06
Verified by: Rob Wilton (IESG)

Section: 10.6.1.1

Original Text
-------------
   leaf flags {
       type bits {
         bit UP;
         bit PROMISCUOUS
         bit DISABLED;
       }
      }

Corrected Text
--------------
   leaf flags {
       type bits {
         bit UP;
         bit PROMISCUOUS;
         bit DISABLED;
       }
      }

Notes
-----
The missing semicolon makes the YANG snippet invalid.

--------------------------------------
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