[nfsv4] [Editorial Errata Reported] RFC5531 (6255)

RFC Errata System <rfc-editor@rfc-editor.org> Wed, 12 August 2020 15:37 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: nfsv4@ietfa.amsl.com
Delivered-To: nfsv4@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 95C1C3A10FE for <nfsv4@ietfa.amsl.com>; Wed, 12 Aug 2020 08:37:34 -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_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 ygrJcABYL9EV for <nfsv4@ietfa.amsl.com>; Wed, 12 Aug 2020 08:37:32 -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 A817F3A0BD7 for <nfsv4@ietf.org>; Wed, 12 Aug 2020 08:37:32 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id C03D1F40776; Wed, 12 Aug 2020 08:37:26 -0700 (PDT)
To: robert.thurlow@sun.com, martin.h.duke@gmail.com, magnus.westerlund@ericsson.com, beepee@gmail.com, davenoveck@gmail.com
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: ed@nuxi.nl, nfsv4@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20200812153726.C03D1F40776@rfc-editor.org>
Date: Wed, 12 Aug 2020 08:37:26 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/nfsv4/0mPf5H91KhrN3QG_kH0EtExpb1A>
Subject: [nfsv4] [Editorial Errata Reported] RFC5531 (6255)
X-BeenThere: nfsv4@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: NFSv4 Working Group <nfsv4.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/nfsv4>, <mailto:nfsv4-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/nfsv4/>
List-Post: <mailto:nfsv4@ietf.org>
List-Help: <mailto:nfsv4-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/nfsv4>, <mailto:nfsv4-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 12 Aug 2020 15:37:35 -0000

The following errata report has been submitted for RFC5531,
"RPC: Remote Procedure Call Protocol Specification Version 2".

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid6255

--------------------------------------
Type: Editorial
Reported by: Ed Schouten <ed@nuxi.nl>

Section: 9

Original Text
-------------
         union reply_body switch (reply_stat stat) {
         case MSG_ACCEPTED:
            accepted_reply areply;
         case MSG_DENIED:
            rejected_reply rreply;
         } reply;

Corrected Text
--------------
         union reply_body switch (reply_stat stat) {
         case MSG_ACCEPTED:
            accepted_reply areply;
         case MSG_DENIED:
            rejected_reply rreply;
         };

Notes
-----
The XDR grammar doesn't allow stating this:

union type_name switch (...) { ...} member_name;

You only have these two forms:

union type_name switch (...) { ...};
union switch (...) { ...} member_name;

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. 

--------------------------------------
RFC5531 (draft-ietf-nfsv4-rfc1831bis-13)
--------------------------------------
Title               : RPC: Remote Procedure Call Protocol Specification Version 2
Publication Date    : May 2009
Author(s)           : R. Thurlow
Category            : DRAFT STANDARD
Source              : Network File System Version 4
Area                : Transport
Stream              : IETF
Verifying Party     : IESG