[CDNi] [Errata Verified] RFC8006 (5150)

RFC Errata System <rfc-editor@rfc-editor.org> Wed, 18 October 2017 14:30 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: cdni@ietfa.amsl.com
Delivered-To: cdni@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 25F571321BB; Wed, 18 Oct 2017 07:30:59 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.2
X-Spam-Level:
X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, 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 0xCWRU8RxUFF; Wed, 18 Oct 2017 07:30:57 -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 C28C813219B; Wed, 18 Oct 2017 07:30:57 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id B16F6B8178D; Wed, 18 Oct 2017 07:30:35 -0700 (PDT)
To: kevin.j.ma.ietf@gmail.com, ben.niven-jenkins@nokia.com, rob.murray@nokia.com, mcaulfie@cisco.com, kevin.j.ma@ericsson.com
X-PHP-Originating-Script: 30:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: aamelnikov@fastmail.fm, iesg@ietf.org, cdni@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20171018143035.B16F6B8178D@rfc-editor.org>
Date: Wed, 18 Oct 2017 07:30:35 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/cdni/tYhP7j8lgWhRcr4Rz5uNlLa-kTQ>
Subject: [CDNi] [Errata Verified] RFC8006 (5150)
X-BeenThere: cdni@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: "This list is to discuss issues associated with the Interconnection of Content Delivery Networks \(CDNs\)" <cdni.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/cdni>, <mailto:cdni-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/cdni/>
List-Post: <mailto:cdni@ietf.org>
List-Help: <mailto:cdni-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/cdni>, <mailto:cdni-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 18 Oct 2017 14:30:59 -0000

The following errata report has been verified for RFC8006,
"Content Delivery Network Interconnection (CDNI) Metadata". 

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

--------------------------------------
Status: Verified
Type: Technical

Reported by: Kevin J. Ma <kevin.j.ma.ietf@gmail.com>
Date Reported: 2017-10-08
Verified by: Alexey Melnikov (IESG)

Section: 6.10

Original Text
-------------
         "generic-metadata-type": "MI.SourceMetadata",
         "generic-metadata-value": {
           "sources": [
             {
               "endpoint": ["acq1.ucdn.example"],
               "protocol": "http/1.1"
             },
             {
               "endpoint": ["acq2.ucdn.example"],
               "protocol": "http/1.1"
             }
           ]
         }


Corrected Text
--------------
         "generic-metadata-type": "MI.SourceMetadata",
         "generic-metadata-value": {
           "sources": [
             {
               "endpoints": ["acq1.ucdn.example"],
               "protocol": "http/1.1"
             },
             {
               "endpoints": ["acq2.ucdn.example"],
               "protocol": "http/1.1"
             }
           ]
         }


Notes
-----
The SourceMetadata object contains an array of "sources", which in turn contains an array of "endpoints".  The example in section 6.10 uses the singular "endpoint" instead of the plural "endpoints".  The examples in sections 4.2.1 and 4.2.1.1 correctly use the plural "endpoints" for the property name, as defined in section 4.2.1.1.

--------------------------------------
RFC8006 (draft-ietf-cdni-metadata-21)
--------------------------------------
Title               : Content Delivery Network Interconnection (CDNI) Metadata
Publication Date    : December 2016
Author(s)           : B. Niven-Jenkins, R. Murray, M. Caulfield, K. Ma
Category            : PROPOSED STANDARD
Source              : Content Delivery Networks Interconnection
Area                : Applications and Real-Time
Stream              : IETF
Verifying Party     : IESG