[netmod] [Editorial Errata Reported] RFC7317 (4795)

RFC Errata System <rfc-editor@rfc-editor.org> Mon, 05 September 2016 10:21 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 B76FA12B3C1 for <netmod@ietfa.amsl.com>; Mon, 5 Sep 2016 03:21:07 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -104.13
X-Spam-Level:
X-Spam-Status: No, score=-104.13 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.508, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] 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 BOktp67cmUzK for <netmod@ietfa.amsl.com>; Mon, 5 Sep 2016 03:21:06 -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 8FB9812B3B9 for <netmod@ietf.org>; Mon, 5 Sep 2016 03:21:06 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id 76141B803F6; Mon, 5 Sep 2016 03:21:06 -0700 (PDT)
To: andy@yumaworks.com, mbj@tail-f.com, bclaise@cisco.com, joelja@bogus.com, lberger@labn.net, kwatsen@juniper.net
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Message-Id: <20160905102106.76141B803F6@rfc-editor.org>
Date: Mon, 05 Sep 2016 03:21:06 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/netmod/N_13S7m-3yakqWWybUu6RqWW6t4>
Cc: netmod@ietf.org, kaja_mohideen.rasool@nokia.com, rfc-editor@rfc-editor.org
Subject: [netmod] [Editorial Errata Reported] RFC7317 (4795)
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.17
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: Mon, 05 Sep 2016 10:21:08 -0000

The following errata report has been submitted for RFC7317,
"A YANG Data Model for System Management".

--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=7317&eid=4795

--------------------------------------
Type: Editorial
Reported by: Kaja Mohideen <kaja_mohideen.rasool@nokia.com>

Section: 5

Original Text
-------------
typedef crypt-hash {
       type string {
         pattern
           'RFCORIGINAL_TEXT$.*'
         + '|$[a-zA-Z0-9./]{1,8}$[a-zA-Z0-9./]{22}'
         + '|$(rounds=\d+$)?[a-zA-Z0-9./]{1,16}$[a-zA-Z0-9./]{43}'
         + '|$(rounds=\d+$)?[a-zA-Z0-9./]{1,16}$[a-zA-Z0-9./]{86}';
       }

Corrected Text
--------------
typedef crypt-hash {
  type string {
    pattern
        '$0$.*'
      + '|$1$[a-zA-Z0-9./]{1,8}$[a-zA-Z0-9./]{22}'
      + '|$5$(rounds=\d+$)?[a-zA-Z0-9./]{1,16}$[a-zA-Z0-9./]{43}'
      + '|$6$(rounds=\d+$)?[a-zA-Z0-9./]{1,16}$[a-zA-Z0-9./]{86}';
  }
  

Notes
-----
Character $ has special meaning in regular expression.

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 (IESG)
can log in to change the status and edit the report, if necessary. 

--------------------------------------
RFC7317 (draft-ietf-netmod-system-mgmt-16)
--------------------------------------
Title               : A YANG Data Model for System Management
Publication Date    : August 2014
Author(s)           : A. Bierman, M. Bjorklund
Category            : PROPOSED STANDARD
Source              : NETCONF Data Modeling Language
Area                : Operations and Management
Stream              : IETF
Verifying Party     : IESG