Re: [port-srv-reg] Still broken ABNF
Magnus Westerlund <magnus.westerlund@ericsson.com> Wed, 13 October 2010 07:06 UTC
Return-Path: <magnus.westerlund@ericsson.com>
X-Original-To: port-srv-reg@core3.amsl.com
Delivered-To: port-srv-reg@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix)
with ESMTP id 5F4663A6877 for <port-srv-reg@core3.amsl.com>;
Wed, 13 Oct 2010 00:06:26 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -106.479
X-Spam-Level:
X-Spam-Status: No, score=-106.479 tagged_above=-999 required=5 tests=[AWL=0.120,
BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4, USER_IN_WHITELIST=-100]
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 IIqnN2dG6YUB for
<port-srv-reg@core3.amsl.com>; Wed, 13 Oct 2010 00:06:25 -0700 (PDT)
Received: from mailgw10.se.ericsson.net (mailgw10.se.ericsson.net
[193.180.251.61]) by core3.amsl.com (Postfix) with ESMTP id F291D3A68C5 for
<port-srv-reg@ietf.org>; Wed, 13 Oct 2010 00:06:24 -0700 (PDT)
X-AuditID: c1b4fb3d-b7c3aae000000b22-a9-4cb55abbd859
Received: from esealmw128.eemea.ericsson.se (Unknown_Domain [153.88.253.125])
by mailgw10.se.ericsson.net (Symantec Mail Security) with SMTP id
5F.AB.02850.BBA55BC4; Wed, 13 Oct 2010 09:07:39 +0200 (CEST)
Received: from esealmw126.eemea.ericsson.se ([153.88.254.170]) by
esealmw128.eemea.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959);
Wed, 13 Oct 2010 09:07:39 +0200
Received: from [147.214.183.82] ([147.214.183.82]) by
esealmw126.eemea.ericsson.se with Microsoft SMTPSVC(6.0.3790.3959);
Wed, 13 Oct 2010 09:07:38 +0200
Message-ID: <4CB55ABA.3050503@ericsson.com>
Date: Wed, 13 Oct 2010 09:07:38 +0200
From: Magnus Westerlund <magnus.westerlund@ericsson.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; sv-SE;
rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4
MIME-Version: 1.0
To: Joe Touch <touch@isi.edu>
References: <4CB453BB.7020307@ericsson.com> <4CB459D4.2010604@ericsson.com>
<4CB4DB5A.2080105@isi.edu>
In-Reply-To: <4CB4DB5A.2080105@isi.edu>
X-Enigmail-Version: 1.1.1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-OriginalArrivalTime: 13 Oct 2010 07:07:38.0721 (UTC)
FILETIME=[51F2DD10:01CB6AA5]
X-Brightmail-Tracker: AAAAAA==
Cc: "port-srv-reg@ietf.org" <port-srv-reg@ietf.org>
Subject: Re: [port-srv-reg] Still broken ABNF
X-BeenThere: port-srv-reg@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discussion of updates to service name and transport protocol port
registry <port-srv-reg.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/port-srv-reg>,
<mailto:port-srv-reg-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/port-srv-reg>
List-Post: <mailto:port-srv-reg@ietf.org>
List-Help: <mailto:port-srv-reg-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/port-srv-reg>,
<mailto:port-srv-reg-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 13 Oct 2010 07:06:26 -0000
Joe Touch skrev 2010-10-13 00:04: > > > On 10/12/2010 5:51 AM, Magnus Westerlund wrote: >> Magnus Westerlund skrev 2010-10-12 14:25: >>> Hi, >>> >>> The ABNF is still broken compared to the text rules. The current ABNF: >>> >>> SRVNAME = (ALPHA / (1*DIGIT [HYPHEN] ALPHA)) *([HYPHEN] ALNUM) >>> ALNUM = ALPHA / DIGIT ; A-Z, a-z, 0-9 >>> HYPHEN = %x2d ; "-" >>> ALPHA = %x41-5A / %x61-7A ; A-Z / a-z [RFC5234] >>> DIGIT = %x30-39 ; 0-9 [RFC5234] >>> >>> the text rule allows the following name: "1-2A" but the above doesn't. > > It should be: > > SRVNAME = *(1*DIGIT [HYPHEN]) ALPHA *([HYPHEN] ALNUM) > Yes, that also does the trick and is more collapsed than my rule. I have edited this into the xml and commited it. Cheers Magnus Westerlund ---------------------------------------------------------------------- Multimedia Technologies, Ericsson Research EAB/TVM ---------------------------------------------------------------------- Ericsson AB | Phone +46 10 7148287 Färögatan 6 | Mobile +46 73 0949079 SE-164 80 Stockholm, Sweden| mailto: magnus.westerlund@ericsson.com ----------------------------------------------------------------------
- [port-srv-reg] Still broken ABNF Magnus Westerlund
- Re: [port-srv-reg] Still broken ABNF Magnus Westerlund
- Re: [port-srv-reg] Still broken ABNF Joe Touch
- Re: [port-srv-reg] Still broken ABNF Magnus Westerlund