Re: [Gen-art] Gen-ART Telechat review of draft-ietf-sip-ipv6-abnf-fix-05

Suresh Krishnan <suresh.krishnan@ericsson.com> Wed, 19 May 2010 17:26 UTC

Return-Path: <suresh.krishnan@ericsson.com>
X-Original-To: gen-art@core3.amsl.com
Delivered-To: gen-art@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 7F6103A67AE for <gen-art@core3.amsl.com>; Wed, 19 May 2010 10:26:41 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.472
X-Spam-Level:
X-Spam-Status: No, score=-4.472 tagged_above=-999 required=5 tests=[AWL=0.638, BAYES_05=-1.11, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BNgt5W6cURad for <gen-art@core3.amsl.com>; Wed, 19 May 2010 10:26:39 -0700 (PDT)
Received: from imr1.ericy.com (imr1.ericy.com [198.24.6.9]) by core3.amsl.com (Postfix) with ESMTP id DABB03A6AD1 for <gen-art@ietf.org>; Wed, 19 May 2010 10:26:37 -0700 (PDT)
Received: from eusaamw0707.eamcs.ericsson.se ([147.117.20.32]) by imr1.ericy.com (8.13.1/8.13.1) with ESMTP id o4JHVnag006689; Wed, 19 May 2010 12:32:16 -0500
Received: from [142.133.10.113] (147.117.20.212) by eusaamw0707.eamcs.ericsson.se (147.117.20.92) with Microsoft SMTP Server id 8.2.234.1; Wed, 19 May 2010 13:26:16 -0400
Message-ID: <4BF41ED4.9060903@ericsson.com>
Date: Wed, 19 May 2010 13:24:36 -0400
From: Suresh Krishnan <suresh.krishnan@ericsson.com>
User-Agent: Thunderbird 2.0.0.24 (X11/20100411)
MIME-Version: 1.0
To: "Vijay K. Gurbani" <vkg@bell-labs.com>
References: <4BF229C8.9090907@ericsson.com> <4BF414B0.5010103@bell-labs.com>
In-Reply-To: <4BF414B0.5010103@bell-labs.com>
Content-Type: text/plain; charset="iso-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: "draft-ietf-sip-ipv6-abnf-fix.all@tools.ietf.org" <draft-ietf-sip-ipv6-abnf-fix.all@tools.ietf.org>, General Area Review Team <gen-art@ietf.org>
Subject: Re: [Gen-art] Gen-ART Telechat review of draft-ietf-sip-ipv6-abnf-fix-05
X-BeenThere: gen-art@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "GEN-ART: General Area Review Team" <gen-art.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/gen-art>, <mailto:gen-art-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/gen-art>
List-Post: <mailto:gen-art@ietf.org>
List-Help: <mailto:gen-art-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/gen-art>, <mailto:gen-art-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 19 May 2010 17:26:41 -0000

Hi Vijay,
   The proposed change looks good. Thanks for taking care of this.

Cheers
Suresh

On 10-05-19 12:41 PM, Vijay K. Gurbani wrote:
> On 05/18/2010 12:46 AM, Suresh Krishnan wrote:
>> I have been selected as the General Area Review Team (Gen-ART)
>> reviewer for this draft ...  draft-ietf-sip-ipv6-abnf-fix-05
> 
> Suresh: Thank you for the review.  More inline.
> 
>> Minor
>> =====
>> * The draft also fixes the ABNF for IPv4 addresses i.e. the
>> <IPv4address> rule but is silent about why it is doing so. I think I
>> understand why it is being fixed but I would like the authors to clarify.
>>
>> The old rule read
> [...]
>> It would be nice if you can some explanatory text in Section 2.
>> Something like
>>
>> "The <IPv4address> rule in RFC3261 allowed invalid IPv4 addresses to be
>> specified and still be compliant to the ABNF. (e.g. An URI such as
>> sip:bob@444.555.666.777:88 would still be considered valid.) The
>> resolution for this error is simply to use the correct ABNF for the
>> <IPv4address> production rule from Appendix A of RFC3986 [3]."
> 
> Instead of putting this in Section 2, which discusses problems with
> IPv6 addresses, I will put the above text as an indented text in
> S3.1.  Something like the following:
> 
> OLD:
>     Accordingly, this document updates RFC3261 as follows:  the
>     ...
>     Thus this document also mandates that the <hexpart>,
>     <hexseq>, and <hex4> production rules MUST be deleted from the ABNF
>     of RFC3261.
> 
> NEW:
>     Accordingly, this document updates RFC3261 as follows:  the
>     ...
>     Thus this document also mandates that the <hexpart>,
>     <hexseq>, and <hex4> production rules MUST be deleted from the ABNF
>     of RFC3261.
> 
>        The use of the <IPv4address> production rule from
>        RFC3986 no longer allows syntactically valid --- though
>        semantically invalid --- SIP URIs of the form
>        "sip:bob@444.555.666.777".
> 
> Is that okay?
> 
> Thanks,
> 
> - vijay