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

"Vijay K. Gurbani" <vkg@bell-labs.com> Wed, 19 May 2010 16:40 UTC

Return-Path: <vkg@bell-labs.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 DF6A53A6BEE for <gen-art@core3.amsl.com>; Wed, 19 May 2010 09:40:15 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.834
X-Spam-Level:
X-Spam-Status: No, score=-1.834 tagged_above=-999 required=5 tests=[AWL=0.765, BAYES_00=-2.599]
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 DfRNGlI6nkXd for <gen-art@core3.amsl.com>; Wed, 19 May 2010 09:40:14 -0700 (PDT)
Received: from ihemail3.lucent.com (ihemail3.lucent.com [135.245.0.37]) by core3.amsl.com (Postfix) with ESMTP id AC96E3A6C21 for <gen-art@ietf.org>; Wed, 19 May 2010 09:40:05 -0700 (PDT)
Received: from umail.lucent.com (h135-3-40-63.lucent.com [135.3.40.63]) by ihemail3.lucent.com (8.13.8/IER-o) with ESMTP id o4JGdu6v012456 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 19 May 2010 11:39:56 -0500 (CDT)
Received: from shoonya.ih.lucent.com (Knoppix-135185238233.ih.lucent.com [135.185.238.233]) by umail.lucent.com (8.13.8/TPES) with ESMTP id o4JGdu83027977; Wed, 19 May 2010 11:39:56 -0500 (CDT)
Message-ID: <4BF414B0.5010103@bell-labs.com>
Date: Wed, 19 May 2010 11:41:20 -0500
From: "Vijay K. Gurbani" <vkg@bell-labs.com>
Organization: Bell Laboratories, Alcatel-Lucent
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100330 Fedora/3.0.4-1.fc12 Thunderbird/3.0.4
MIME-Version: 1.0
To: Suresh Krishnan <suresh.krishnan@ericsson.com>
References: <4BF229C8.9090907@ericsson.com>
In-Reply-To: <4BF229C8.9090907@ericsson.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-Scanned-By: MIMEDefang 2.57 on 135.245.2.37
Cc: 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 16:40:16 -0000

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