Re: [Sip] Question regarding conflicting grammar for IPV6 SIP URI andRFC 3986

"Vijay K. Gurbani" <vkg@alcatel-lucent.com> Thu, 18 December 2008 22:43 UTC

Return-Path: <sip-bounces@ietf.org>
X-Original-To: sip-archive@optimus.ietf.org
Delivered-To: ietfarch-sip-archive@core3.amsl.com
Received: from [127.0.0.1] (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 6BB513A6958; Thu, 18 Dec 2008 14:43:10 -0800 (PST)
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 89E323A694A for <sip@core3.amsl.com>; Thu, 18 Dec 2008 14:43:08 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.961
X-Spam-Level:
X-Spam-Status: No, score=-1.961 tagged_above=-999 required=5 tests=[AWL=-0.562, BAYES_00=-2.599, J_CHICKENPOX_37=0.6, J_CHICKENPOX_39=0.6]
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 SdFz4TKQDMXT for <sip@core3.amsl.com>; Thu, 18 Dec 2008 14:43:01 -0800 (PST)
Received: from ihemail3.lucent.com (ihemail3.lucent.com [135.245.0.37]) by core3.amsl.com (Postfix) with ESMTP id B51EC3A697F for <SIP@ietf.org>; Thu, 18 Dec 2008 14:43:01 -0800 (PST)
Received: from umail.lucent.com (h135-3-40-61.lucent.com [135.3.40.61]) by ihemail3.lucent.com (8.13.8/IER-o) with ESMTP id mBIMgpiC008912 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 18 Dec 2008 16:42:51 -0600 (CST)
Received: from [135.185.236.17] (il0015vkg1.ih.lucent.com [135.185.236.17]) by umail.lucent.com (8.13.8/TPES) with ESMTP id mBIMgoST010368; Thu, 18 Dec 2008 16:42:50 -0600 (CST)
Message-ID: <494AD1EA.30506@alcatel-lucent.com>
Date: Thu, 18 Dec 2008 16:42:50 -0600
From: "Vijay K. Gurbani" <vkg@alcatel-lucent.com>
Organization: Bell Labs Security Technology Research Group
User-Agent: Thunderbird 2.0.0.6 (Windows/20070728)
MIME-Version: 1.0
To: Brett Tate <brett@broadsoft.com>
References: <BBE61D1553D8A34F812FF87377B2935F062680CF@ATL1VEXC020.usdom003.tco.tc>
In-Reply-To: <BBE61D1553D8A34F812FF87377B2935F062680CF@ATL1VEXC020.usdom003.tco.tc>
X-Scanned-By: MIMEDefang 2.57 on 135.245.2.37
Cc: SIP@ietf.org
Subject: Re: [Sip] Question regarding conflicting grammar for IPV6 SIP URI andRFC 3986
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-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>
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset="us-ascii"; Format="flowed"
Sender: sip-bounces@ietf.org
Errors-To: sip-bounces@ietf.org

Brett Tate wrote:
> Greetings,
>  
> Mike's interpretation looks correct.  Is this something that should be 
> fixed?  If so, should the fix be placed within 
> draft-ietf-sip-ipv6-abnf-fix?

What should the fix be?  Mike's claim is that rfc3261
violates rfc3986, yet rfc3986 is internally consistent
in that it requires IPv6 literals to be enclosed in "[" and "]",
viz:

    IP-literal = "[" ( IPv6address / IPvFuture  ) "]"

At the same time, rfc3261 is internally consistent in that
it requires IPv6reference to be enclosed in "[" and "]", viz:

   IPv6reference  =  "[" IPv6address "]"

Furthermore, I don't think the intent is to produce SIP-URI (as
defined in rfc3261) from a URI (as defined in rfc3986), is it?
Note that rfc3986 defines URI as:

   URI = scheme ":" hier-part ...
   heir-part = "//" ...

If this was true, a SIP URI would need to be produced as:

   sip://[2001:db8:10] ...

In other words, I am trying to understand what the exact
problem is before we try to figure out where to put the
fix in...

Thanks,

- vijay
-- 
Vijay K. Gurbani, Bell Laboratories, Alcatel-Lucent
1960 Lucent Lane, Rm. 9C-533, Naperville, Illinois 60566 (USA)
Email: vkg@{alcatel-lucent.com,bell-labs.com,acm.org}
Web:   http://ect.bell-labs.com/who/vkg/
_______________________________________________
Sip mailing list  https://www.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors@cs.columbia.edu for questions on current sip
Use sipping@ietf.org for new developments on the application of sip