Re: [Netconf] bug in ietf-netconf-monitoring.yang

Martin Bjorklund <mbj@tail-f.com> Mon, 28 June 2010 09:05 UTC

Return-Path: <mbj@tail-f.com>
X-Original-To: netconf@core3.amsl.com
Delivered-To: netconf@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 785463A69A8 for <netconf@core3.amsl.com>; Mon, 28 Jun 2010 02:05:29 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.112
X-Spam-Level:
X-Spam-Status: No, score=-1.112 tagged_above=-999 required=5 tests=[AWL=0.934, BAYES_00=-2.599, HELO_MISMATCH_COM=0.553]
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 LsLcXugAht4l for <netconf@core3.amsl.com>; Mon, 28 Jun 2010 02:05:28 -0700 (PDT)
Received: from mail.tail-f.com (de-0316.d.ipeer.se [213.180.79.212]) by core3.amsl.com (Postfix) with ESMTP id B070E3A6818 for <netconf@ietf.org>; Mon, 28 Jun 2010 02:05:28 -0700 (PDT)
Received: from localhost (138.162.241.83.in-addr.dgcsystems.net [83.241.162.138]) by mail.tail-f.com (Postfix) with ESMTPSA id 3F3C5616001; Mon, 28 Jun 2010 11:05:38 +0200 (CEST)
Date: Mon, 28 Jun 2010 11:05:37 +0200
Message-Id: <20100628.110537.108627842.mbj@tail-f.com>
To: mehmet.ersue@nsn.com
From: Martin Bjorklund <mbj@tail-f.com>
In-Reply-To: <80A0822C5E9A4440A5117C2F4CD36A649F068B@DEMUEXC006.nsn-intra.net>
References: <4C250371.50302@iwl.com> <EDC652A26FB23C4EB6384A4584434A04022F39A5@307622ANEX5.global.avaya.com> <80A0822C5E9A4440A5117C2F4CD36A649F068B@DEMUEXC006.nsn-intra.net>
X-Mailer: Mew version 7.0.50 on Emacs 23.1 / Mule 6.0 (HANACHIRUSATO)
Mime-Version: 1.0
Content-Type: Text/Plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Cc: netconf@ietf.org
Subject: Re: [Netconf] bug in ietf-netconf-monitoring.yang
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Network Configuration WG mailing list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/netconf>
List-Post: <mailto:netconf@ietf.org>
List-Help: <mailto:netconf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 28 Jun 2010 09:05:29 -0000

Hi,

"Ersue, Mehmet (NSN - DE/Munich)" <mehmet.ersue@nsn.com> wrote:
> 
> I think we should include this into the RFC 
> editors notes with OLD/NEW text but don't 
> want to talk for the authors.

I agree that we should make this change:

OLD:

               leaf-list select {
                 type string;
                 min-elements 1;

NEW:

               leaf-list select {
                 type yang:xpath1.0;
                 min-elements 1;


> Current RFC editors notes can be deleted as 
> they have been incorporated into the v15 draft.

Yes.


/martin