Re: [Idr] I-D Action: draft-ietf-idr-rfc4893bis-07.txt

Enke Chen <enkechen@cisco.com> Fri, 22 June 2012 19:34 UTC

Return-Path: <enkechen@cisco.com>
X-Original-To: idr@ietfa.amsl.com
Delivered-To: idr@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2455621F8687 for <idr@ietfa.amsl.com>; Fri, 22 Jun 2012 12:34:22 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.497
X-Spam-Level:
X-Spam-Status: No, score=-10.497 tagged_above=-999 required=5 tests=[AWL=0.102, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MLd1eju+kp-d for <idr@ietfa.amsl.com>; Fri, 22 Jun 2012 12:34:21 -0700 (PDT)
Received: from mtv-iport-3.cisco.com (mtv-iport-3.cisco.com [173.36.130.14]) by ietfa.amsl.com (Postfix) with ESMTP id 433C421F85A8 for <idr@ietf.org>; Fri, 22 Jun 2012 12:34:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=enkechen@cisco.com; l=3755; q=dns/txt; s=iport; t=1340393661; x=1341603261; h=message-id:date:from:mime-version:to:cc:subject: references:in-reply-to:content-transfer-encoding; bh=5PpBXYB6XyEJLfu/sXOdv6gJmX1Yfy3oKpcA5qMGXOU=; b=dKmoucQeWremAJLiEnXo1Uy3dVR1m8aQt+amUmVW6h4S0xUmeMBEYAGo C6aA8TPoJaSxzgsOa3DwYTxrFUcG7MCJjCI9f7LOfNqLHdIsl5MnYg0Kt JP740GzAyFezwYEAuj2OhJ8wI+BvnsYwBI7Wtp1vuPhz/npSnx/CKKxgQ 0=;
X-IronPort-AV: E=Sophos;i="4.77,460,1336348800"; d="scan'208";a="47339433"
Received: from mtv-core-3.cisco.com ([171.68.58.8]) by mtv-iport-3.cisco.com with ESMTP; 22 Jun 2012 19:34:16 +0000
Received: from sjc-vpn4-1382.cisco.com (sjc-vpn4-1382.cisco.com [10.21.85.101]) by mtv-core-3.cisco.com (8.14.5/8.14.5) with ESMTP id q5MJYGQP023193; Fri, 22 Jun 2012 19:34:16 GMT
Message-ID: <4FE4C90E.7090109@cisco.com>
Date: Fri, 22 Jun 2012 12:35:42 -0700
From: Enke Chen <enkechen@cisco.com>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
MIME-Version: 1.0
To: "John G. Scudder" <jgs@juniper.net>
References: <20120622191027.2782.31128.idtracker@ietfa.amsl.com> <4FE4C445.1040005@cisco.com> <2C98F87E-9248-4A4D-8083-BB2189937983@juniper.net>
In-Reply-To: <2C98F87E-9248-4A4D-8083-BB2189937983@juniper.net>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: "idr@ietf.org wg" <idr@ietf.org>
Subject: Re: [Idr] I-D Action: draft-ietf-idr-rfc4893bis-07.txt
X-BeenThere: idr@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Inter-Domain Routing <idr.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/idr>, <mailto:idr-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/idr>
List-Post: <mailto:idr@ietf.org>
List-Help: <mailto:idr-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/idr>, <mailto:idr-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 22 Jun 2012 19:34:22 -0000

Thanks, John.  The bug was introduced during editing in -06.

-- Enke

On 6/22/12 12:18 PM, John G. Scudder wrote:
> Thanks, Enke. To add to this, there is (I believe) just one normative change.
>
> -06 says:
>
>     The AS4_PATH attribute in an UPDATE message SHALL be considered
>     malformed under the following conditions:
>
>        - the attribute length is not a multiple of two, or is too small
>          (i.e., less than 6) for the attribute to carry at least one
>          AS number, or
>
>        - the path segment length in the attribute is either zero, or
>          is inconsistent with the attribute length, or
>
>        - the path segment type in the attribute is not one of the
>          types defined: AS_SEQUENCE, AS_SET.
>
> -07 changes the final bullet:
>
>     The AS4_PATH attribute in an UPDATE message SHALL be considered
>     malformed under the following conditions:
>
>        - the attribute length is not a multiple of two, or is too small
>          (i.e., less than 6) for the attribute to carry at least one
>          AS number, or
>
>        - the path segment length in the attribute is either zero, or
>          is inconsistent with the attribute length, or
>
>        - the path segment type in the attribute is not one of the
>          types defined: AS_SEQUENCE, AS_SET, AS_CONFED_SEQUENCE
>          and AS_CONFED_SET.
>
> Regards,
>
> --John
>
> On Jun 22, 2012, at 3:15 PM, Enke Chen wrote:
>
>> Hi, folks:
>>
>> The revised version addresses comments received during the IETF Last
>> Call.  The diff is larger due to several terminology related changes:
>>
>>> Q_GEN-1: Sometimes the text says "AS number", and sometimes
>> "Autonomous System number". Please use consistant terminology.
>>> Q_GEN-2: Sometimes the text says "2-octet", and sometimes
>> "two-octet". Please use consistant terminology.
>>> Q_GEN-3: Sometimes the text says "4-octet", and sometimes
>> "four-octet". Please use consistant terminology.
>>
>> Thanks.  -- Enke
>>
>> On 6/22/12 12:10 PM, internet-drafts@ietf.org wrote:
>>> A New Internet-Draft is available from the on-line Internet-Drafts directories.
>>>   This draft is a work item of the Inter-Domain Routing Working Group of the IETF.
>>>
>>> 	Title           : BGP Support for Four-octet AS Number Space
>>> 	Author(s)       : Quaizar Vohra
>>>                            Enke Chen
>>> 	Filename        : draft-ietf-idr-rfc4893bis-07.txt
>>> 	Pages           : 12
>>> 	Date            : 2012-06-22
>>>
>>> Abstract:
>>>     The Autonomous System number is encoded as a two-octet entity in the
>>>     base BGP specification. This document describes extensions to BGP to
>>>     carry the Autonomous System numbers as four-octet entities.  This
>>>     document obsoletes RFC 4893.
>>>
>>>
>>>
>>> The IETF datatracker status page for this draft is:
>>> https://datatracker.ietf.org/doc/draft-ietf-idr-rfc4893bis
>>>
>>> There's also a htmlized version available at:
>>> http://tools.ietf.org/html/draft-ietf-idr-rfc4893bis-07
>>>
>>> A diff from previous version is available at:
>>> http://tools.ietf.org/rfcdiff?url2=draft-ietf-idr-rfc4893bis-07
>>>
>>>
>>> Internet-Drafts are also available by anonymous FTP at:
>>> ftp://ftp.ietf.org/internet-drafts/
>>>
>>> _______________________________________________
>>> I-D-Announce mailing list
>>> I-D-Announce@ietf.org
>>> https://www.ietf.org/mailman/listinfo/i-d-announce
>>> Internet-Draft directories: http://www.ietf.org/shadow.html
>>> or ftp://ftp.ietf.org/ietf/1shadow-sites.txt
>> _______________________________________________
>> Idr mailing list
>> Idr@ietf.org
>> https://www.ietf.org/mailman/listinfo/idr