Don't know the reason why - but the "Original Text" & "Corrected Text" in the email is not correct. Please see the report by opening the URL https://www.rfc-editor.org/errata_search.php?rfc=7317&eid=4795
// Kaja -----Original Message----- From: RFC Errata System [mailto:[email protected]] Sent: Monday, September 05, 2016 3:51 PM To: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected] Cc: Rasool, Kaja Mohideen (Nokia - IN) <[email protected]>; [email protected]; [email protected] Subject: [Editorial Errata Reported] RFC7317 (4795) 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 <[email protected]> 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 _______________________________________________ netmod mailing list [email protected] https://www.ietf.org/mailman/listinfo/netmod
