[netconf] [Editorial Errata Reported] RFC8650 (6367)

RFC Errata System <rfc-editor@rfc-editor.org> Thu, 24 December 2020 14:45 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 762A23A1288 for <netconf@ietfa.amsl.com>; Thu, 24 Dec 2020 06:45:45 -0800 (PST)
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 V83XCTuT8NQS for <netconf@ietfa.amsl.com>; Thu, 24 Dec 2020 06:45:44 -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 32EF43A1286 for <netconf@ietf.org>; Thu, 24 Dec 2020 06:45:44 -0800 (PST)
Received: by rfc-editor.org (Postfix, from userid 30) id D6976F40706; Thu, 24 Dec 2020 06:45:23 -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: <20201224144523.D6976F40706@rfc-editor.org>
Date: Thu, 24 Dec 2020 06:45:23 -0800
Archived-At: <https://mailarchive.ietf.org/arch/msg/netconf/NWKO0OdQMCAnsYvdlxeJutX1sVo>
Subject: [netconf] [Editorial Errata Reported] RFC8650 (6367)
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:45:45 -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/eid6367

--------------------------------------
Type: Editorial
Reported by: Muly Ilan <muly_i@rad.com>

Section: A.1.3

Original Text
-------------
A.1.3.  Deleting Dynamic Subscriptions

   The following demonstrates deleting a subscription.  This
   subscription may have been to either a stream or a datastore.

   POST /restconf/operations
        /ietf-subscribed-notifications:delete-subscription

   {
    "delete-subscription": {
       "id": "22"
    }
   }


Corrected Text
--------------
A.1.3.  Deleting Dynamic Subscriptions

   The following demonstrates deleting a subscription.  This
   subscription may have been to either a stream or a datastore.

   POST /restconf/operations
        /ietf-subscribed-notifications:delete-subscription

   {
    "ietf-subscribed-notifications:input": {
       "id": "22"
    }
   }


Notes
-----
Encoding of RPC input parameters should follow RFC 8040 section 3.6.1

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