Re: [netconf] [Technical Errata Reported] RFC8040 (5756)
Martin Bjorklund <mbj@tail-f.com> Mon, 24 June 2019 06:29 UTC
Return-Path: <mbj@tail-f.com>
X-Original-To: netconf@ietfa.amsl.com
Delivered-To: netconf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8EF1E12011C for <netconf@ietfa.amsl.com>; Sun, 23 Jun 2019 23:29:13 -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_HELO_NONE=0.001, SPF_PASS=-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 ewadFf2lFRu1 for <netconf@ietfa.amsl.com>; Sun, 23 Jun 2019 23:29:11 -0700 (PDT)
Received: from mail.tail-f.com (mail.tail-f.com [46.21.102.45]) by ietfa.amsl.com (Postfix) with ESMTP id 9CA2D12010D for <netconf@ietf.org>; Sun, 23 Jun 2019 23:29:11 -0700 (PDT)
Received: from localhost (unknown [173.38.220.61]) by mail.tail-f.com (Postfix) with ESMTPSA id C244E1AE0351; Mon, 24 Jun 2019 08:29:08 +0200 (CEST)
Date: Mon, 24 Jun 2019 08:29:12 +0200
Message-Id: <20190624.082912.285760139261341805.mbj@tail-f.com>
To: rfc-editor@rfc-editor.org
Cc: andy@yumaworks.com, kwatsen@juniper.net, ibagdona@gmail.com, warren@kumari.net, kent+ietf@watsen.net, mjethanandani@gmail.com, netconf@ietf.org
From: Martin Bjorklund <mbj@tail-f.com>
In-Reply-To: <20190621011326.781F6B8217F@rfc-editor.org>
References: <20190621011326.781F6B8217F@rfc-editor.org>
X-Mailer: Mew version 6.7 on Emacs 25.2 / 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/netconf/WP7M-mT1mdU8XiHj8eWFv3JZkUI>
Subject: Re: [netconf] [Technical Errata Reported] RFC8040 (5756)
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NETCONF WG list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netconf>, <mailto:netconf-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/netconf/>
List-Post: <mailto:netconf@ietf.org>
List-Help: <mailto:netconf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 24 Jun 2019 06:29:13 -0000
Hi, This is a clear typo; the errata should be accepted. /martin RFC Errata System <rfc-editor@rfc-editor.org> wrote: > The following errata report has been submitted for RFC8040, > "RESTCONF Protocol". > > -------------------------------------- > You may review the report below and at: > https://www.rfc-editor.org/errata/eid5756 > > -------------------------------------- > Type: Technical > Reported by: Kent Watsen <kent+ietf@watsen.net> > > Section: 8 > > Original Text > ------------- > module ietf-system { > leaf system-reset { > type empty; > } > } > > > Corrected Text > -------------- > module ietf-system { > leaf system-restart { > type empty; > } > } > > > Notes > ----- > The section on page 84 discusses the "system-restart" RPC from RFC 7317, but the conceptual example has "system-reset". Fix: s/system-reset/system-restart/. > > 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. > > -------------------------------------- > RFC8040 (draft-ietf-netconf-restconf-18) > -------------------------------------- > Title : RESTCONF Protocol > Publication Date : January 2017 > Author(s) : A. Bierman, M. Bjorklund, K. Watsen > Category : PROPOSED STANDARD > Source : Network Configuration > Area : Operations and Management > Stream : IETF > Verifying Party : IESG >
- [netconf] [Technical Errata Reported] RFC8040 (57… RFC Errata System
- Re: [netconf] [Technical Errata Reported] RFC8040… Martin Bjorklund