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

Andy Bierman <andyb@iwl.com> Fri, 25 June 2010 19:28 UTC

Return-Path: <andyb@iwl.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 C1DE13A6857 for <netconf@core3.amsl.com>; Fri, 25 Jun 2010 12:28:16 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.578
X-Spam-Level:
X-Spam-Status: No, score=-1.578 tagged_above=-999 required=5 tests=[AWL=0.687, BAYES_00=-2.599, IP_NOT_FRIENDLY=0.334]
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 7g5x9Q+WUADk for <netconf@core3.amsl.com>; Fri, 25 Jun 2010 12:28:16 -0700 (PDT)
Received: from smtp194.dfw.emailsrvr.com (smtp194.dfw.emailsrvr.com [67.192.241.194]) by core3.amsl.com (Postfix) with ESMTP id EE2573A6861 for <netconf@ietf.org>; Fri, 25 Jun 2010 12:28:15 -0700 (PDT)
Received: from relay19.relay.dfw.mlsrvr.com (localhost [127.0.0.1]) by relay19.relay.dfw.mlsrvr.com (SMTP Server) with ESMTP id A14AC274868E for <netconf@ietf.org>; Fri, 25 Jun 2010 15:28:24 -0400 (EDT)
Received: by relay19.relay.dfw.mlsrvr.com (Authenticated sender: andyb-AT-iwlcorp.com) with ESMTPSA id 83D8E2748322 for <netconf@ietf.org>; Fri, 25 Jun 2010 15:28:24 -0400 (EDT)
Message-ID: <4C250371.50302@iwl.com>
Date: Fri, 25 Jun 2010 12:28:49 -0700
From: Andy Bierman <andyb@iwl.com>
Organization: Interworking Labs, Inc.
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4
MIME-Version: 1.0
To: NETCONF <netconf@ietf.org>
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit
Subject: [Netconf] bug in ietf-netconf-monitoring.yang
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: andyb@iwl.com
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: Fri, 25 Jun 2010 19:28:17 -0000

Hi,

Please use the correct data type from ietf-yang-types,
since that module is already imported anyway:

/netconf-state/datastores/datastore/locks/lock-type/partial-locks/partial-locks/select

      leaf-list select {
         type string;
              ^^^^^^
         min-elements 1;
          description
            "The xpath expression which was used to request
             the lock.  The select expression indicates the
             original intended scope of the lock.";
         }


s/string/yang:xpath1.0/

Tools need to be aware of QNames in the content.



Andy