[netmod] [Errata Verified] RFC8528 (5797)

RFC Errata System <rfc-editor@rfc-editor.org> Thu, 08 August 2019 13:40 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 1A724120127; Thu, 8 Aug 2019 06:40:30 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level:
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, 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 vQ9Z0tRF8ZYZ; Thu, 8 Aug 2019 06:40:28 -0700 (PDT)
Received: from rfc-editor.org (rfc-editor.org [4.31.198.49]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 6DD021201A2; Thu, 8 Aug 2019 06:40:28 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id B85EBB800A7; Thu, 8 Aug 2019 06:40:02 -0700 (PDT)
To: andy@yumaworks.com, mbj@tail-f.com, lhotka@nic.cz
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: ibagdona@gmail.com, iesg@ietf.org, netmod@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20190808134002.B85EBB800A7@rfc-editor.org>
Date: Thu, 08 Aug 2019 06:40:02 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/9vG8dCDpWMwfrh408mLpG1tdA3o>
Subject: [netmod] [Errata Verified] RFC8528 (5797)
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: Thu, 08 Aug 2019 13:40:38 -0000

The following errata report has been verified for RFC8528,
"YANG Schema Mount". 

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

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

Reported by: Andy Bierman <andy@yumaworks.com>
Date Reported: 2019-07-29
Verified by: Ignas Bagdonas (IESG)

Section: A.2

Original Text
-------------
   {
     "ietf-interfaces:interfaces": {
       "interface": [
         {
           "name": "eth0",
           "type": "iana-if-type:ethernetCsmacd",
           "enabled": true,
           "ietf-logical-network-element:bind-lne-name": "eth0"
         }
       ]
     },

Corrected Text
--------------
   {
     "ietf-interfaces:interfaces": {
       "interface": [
         {
           "name": "eth0",
           "type": "iana-if-type:ethernetCsmacd",
           "enabled": true,
           "ietf-logical-network-element:bind-lne-name": "lne-1"
         }
       ]
     },

Notes
-----
leafref is for an LNE name, not an interface name

--------------------------------------
RFC8528 (draft-ietf-netmod-schema-mount-12)
--------------------------------------
Title               : YANG Schema Mount
Publication Date    : March 2019
Author(s)           : M. Bjorklund, L. Lhotka
Category            : PROPOSED STANDARD
Source              : Network Modeling
Area                : Operations and Management
Stream              : IETF
Verifying Party     : IESG