[netconf] [Editorial Errata Reported] RFC8650 (6368)
RFC Errata System <rfc-editor@rfc-editor.org> Thu, 24 December 2020 14:56 UTC
Return-Path: <wwwrun@rfc-editor.org>
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 A5A2B3A1290
for <netconf@ietfa.amsl.com>; Thu, 24 Dec 2020 06:56:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.899
X-Spam-Level:
X-Spam-Status: No, score=-1.899 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_BLOCKED=0.001, 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 fwWOmEi0p-Xv for <netconf@ietfa.amsl.com>;
Thu, 24 Dec 2020 06:56:39 -0800 (PST)
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 850983A128B
for <netconf@ietf.org>; Thu, 24 Dec 2020 06:56:39 -0800 (PST)
Received: by rfc-editor.org (Postfix, from userid 30)
id 30D1FF40705; Thu, 24 Dec 2020 06:56:19 -0800 (PST)
To: evoit@cisco.com, rrahman@cisco.com, einarnn@cisco.com, ludwig@clemm.org,
andy@yumaworks.com, warren@kumari.net, rwilton@cisco.com, kent+ietf@watsen.net,
mjethanandani@gmail.com
X-PHP-Originating-Script: 1005:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: muly_i@rad.com, netconf@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset=UTF-8
Message-Id: <20201224145619.30D1FF40705@rfc-editor.org>
Date: Thu, 24 Dec 2020 06:56:19 -0800 (PST)
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/0RxTnybTJ_rTxfDVhKDRqU6HAcU>
Subject: [netconf] [Editorial Errata Reported] RFC8650 (6368)
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: Thu, 24 Dec 2020 14:56:41 -0000
The following errata report has been submitted for RFC8650, "Dynamic Subscription to YANG Events and Datastores over RESTCONF". -------------------------------------- You may review the report below and at: https://www.rfc-editor.org/errata/eid6368 -------------------------------------- Type: Editorial Reported by: Muly Ilan <muly_i@rad.com> Section: A.2.1 Original Text ------------- A.2.1. "subscription-modified" A "subscription-modified" encoded in JSON would look like: { "ietf-restconf:notification" : { "eventTime": "2007-09-01T10:00:00Z", "ietf-subscribed-notifications:subscription-modified": { "id": 39, "uri": "https://example.com/restconf/subscriptions/22" "stream-xpath-filter": "/example-module:foo", "stream": { "ietf-netconf-subscribed-notifications" : "NETCONF" } } } } Corrected Text -------------- A.2.1. "subscription-modified" A "subscription-modified" encoded in JSON would look like: { "ietf-restconf:notification" : { "eventTime": "2007-09-01T10:00:00Z", "ietf-subscribed-notifications:subscription-modified": { "id": 22, "uri": "https://example.com/restconf/subscriptions/22" "stream-xpath-filter": "/example-module:foo", "stream": { "ietf-netconf-subscribed-notifications" : "NETCONF" } } } } Notes ----- Subscription ID should be 22 instead of 39. An existing subscription ID cannot be changed. According to the previous examples in Appendix A the subscription got the ID 22. Also the example URI indicates ID of 22. 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. -------------------------------------- RFC8650 (draft-ietf-netconf-restconf-notif-15) -------------------------------------- Title : Dynamic Subscription to YANG Events and Datastores over RESTCONF Publication Date : November 2019 Author(s) : E. Voit, R. Rahman, E. Nilsen-Nygaard, A. Clemm, A. Bierman Category : PROPOSED STANDARD Source : Network Configuration Area : Operations and Management Stream : IETF Verifying Party : IESG
- [netconf] [Editorial Errata Reported] RFC8650 (63… RFC Errata System
- Re: [netconf] [Editorial Errata Reported] RFC8650… Eric Voit (evoit)
- Re: [netconf] [Editorial Errata Reported] RFC8650… Kent Watsen
- Re: [netconf] [Editorial Errata Reported] RFC8650… Eric Voit (evoit)
- Re: [netconf] [Editorial Errata Reported] RFC8650… Reshad Rahman
- Re: [netconf] [Editorial Errata Reported] RFC8650… Kent Watsen
- Re: [netconf] [Editorial Errata Reported] RFC8650… Megan Ferguson