Re: [Sip] Last Call: draft-ietf-sip-ipv6-abnf-fix (Essential correction for IPv6 ABNF and URI comparison in RFC3261) to Proposed Standard

"Vijay K. Gurbani" <vkg@bell-labs.com> Mon, 26 April 2010 22:02 UTC

Return-Path: <vkg@bell-labs.com>
X-Original-To: sip@core3.amsl.com
Delivered-To: sip@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 4784D3A67E6 for <sip@core3.amsl.com>; Mon, 26 Apr 2010 15:02:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.92
X-Spam-Level:
X-Spam-Status: No, score=-0.92 tagged_above=-999 required=5 tests=[AWL=-0.921, BAYES_50=0.001]
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 byVVQ8tCh4mi for <sip@core3.amsl.com>; Mon, 26 Apr 2010 15:02:14 -0700 (PDT)
Received: from ihemail1.lucent.com (ihemail1.lucent.com [135.245.0.33]) by core3.amsl.com (Postfix) with ESMTP id 146F83A67D2 for <sip@ietf.org>; Mon, 26 Apr 2010 15:02:14 -0700 (PDT)
Received: from umail.lucent.com (h135-3-40-63.lucent.com [135.3.40.63]) by ihemail1.lucent.com (8.13.8/IER-o) with ESMTP id o3QM1caR017043 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 26 Apr 2010 17:01:38 -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 o3QM1bm7021096; Mon, 26 Apr 2010 17:01:37 -0500 (CDT)
Message-ID: <4BD60D89.3070902@bell-labs.com>
Date: Mon, 26 Apr 2010 17:02:49 -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: Paul Kyzivat <pkyzivat@cisco.com>
References: <20100305233033.8662628C400@core3.amsl.com> <4B919F23.7030502@cisco.com>
In-Reply-To: <4B919F23.7030502@cisco.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.33
Cc: SIP IETF <sip@ietf.org>
Subject: Re: [Sip] Last Call: draft-ietf-sip-ipv6-abnf-fix (Essential correction for IPv6 ABNF and URI comparison in RFC3261) to Proposed Standard
X-BeenThere: sip@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Session Initiation Protocol <sip.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/sip>, <mailto:sip-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/sip>
List-Post: <mailto:sip@ietf.org>
List-Help: <mailto:sip-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/sip>, <mailto:sip-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 26 Apr 2010 22:02:14 -0000

Attending to pending email ... sorry for the delayed response.

On 03/05/2010 06:17 PM, Paul Kyzivat wrote:
> I see this is very close to done.
> I'm sorry to only be looking at it now.
> While I don't see a problem with what is in this,
> I do see a logical omission:
>
> This calls out that comparison of the binary forms of the ip address,
> and this fixes a problem with ipv4 as well as ipv6.
>
> A similar problem exists for the port number:
> are <sip:foo@bar:1234> and <sip:foo@bar:01234> the same???
>
> ISTM that binary comparison should also be used for port numbers.
>
> But is it worth pulling this back to fix that???

Paul: <sip:foo@bar:01234> could also be interpreted as the digits
comprising the port "1234" to be in base 8 (leading 0 signifies
an octal base.)

Writing leading zeroes for IPv4 address is not prevalent; by the
same token, representing ports in octal base is not prevalent either.
So I am inclined to let sleeping dogs lie.

However, if the sponsoring AD or anyone monitoring this list feels
strongly, I don't mind adding a sentence or two to this effect in
the draft.

Thanks,

- vijay