Re: [YANG] config-stmt missing for choice construct
Juergen Schoenwaelder <j.schoenwaelder@jacobs-university.de> Sat, 02 February 2008 22:16 UTC
Return-Path: <yang-bounces@ietf.org>
X-Original-To: ietfarch-yang-archive@core3.amsl.com
Delivered-To: ietfarch-yang-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1])
by core3.amsl.com (Postfix) with ESMTP id E24C13A6AB7;
Sat, 2 Feb 2008 14:16:18 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.125
X-Spam-Level:
X-Spam-Status: No, score=-2.125 tagged_above=-999 required=5 tests=[AWL=0.124,
BAYES_00=-2.599, HELO_EQ_DE=0.35]
Received: from core3.amsl.com ([127.0.0.1])
by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id gI5x2lu-ET-n; Sat, 2 Feb 2008 14:16:18 -0800 (PST)
Received: from core3.amsl.com (localhost [127.0.0.1])
by core3.amsl.com (Postfix) with ESMTP id 3E20A3A6934;
Sat, 2 Feb 2008 14:16:18 -0800 (PST)
X-Original-To: yang@core3.amsl.com
Delivered-To: yang@core3.amsl.com
Received: from localhost (localhost [127.0.0.1])
by core3.amsl.com (Postfix) with ESMTP id CD1BC3A6A8F
for <yang@core3.amsl.com>; Sat, 2 Feb 2008 14:16:16 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from core3.amsl.com ([127.0.0.1])
by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 77pSWPtPFhNL for <yang@core3.amsl.com>;
Sat, 2 Feb 2008 14:16:16 -0800 (PST)
Received: from hermes.jacobs-university.de (hermes.jacobs-university.de
[212.201.44.23])
by core3.amsl.com (Postfix) with ESMTP id DC0F43A6934
for <yang@ietf.org>; Sat, 2 Feb 2008 14:16:15 -0800 (PST)
Received: from localhost (demetrius.jacobs-university.de [212.201.44.32])
by hermes.jacobs-university.de (Postfix) with ESMTP id 0210D8A220;
Sat, 2 Feb 2008 23:17:52 +0100 (CET)
Received: from hermes.jacobs-university.de ([212.201.44.23])
by localhost (demetrius.jacobs-university.de [212.201.44.32])
(amavisd-new, port 10024)
with ESMTP id 22682-09; Sat, 2 Feb 2008 23:17:47 +0100 (CET)
Received: from elstar.local (elstar.iuhb02.iu-bremen.de [10.50.231.133])
by hermes.jacobs-university.de (Postfix) with ESMTP id 767338A21F;
Sat, 2 Feb 2008 23:17:47 +0100 (CET)
Received: by elstar.local (Postfix, from userid 501)
id E56ED49BDDC; Sat, 2 Feb 2008 23:17:43 +0100 (CET)
Date: Sat, 2 Feb 2008 23:17:43 +0100
From: Juergen Schoenwaelder <j.schoenwaelder@jacobs-university.de>
To: Andy Bierman <ietf@andybierman.com>
Message-ID: <20080202221743.GA10056@elstar.local>
Mail-Followup-To: Andy Bierman <ietf@andybierman.com>,
yang <yang@ietf.org>
References: <47A4AFE0.5030002@andybierman.com>
<20080202210820.GA9868@elstar.local>
<47A4E4E9.8060901@andybierman.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <47A4E4E9.8060901@andybierman.com>
User-Agent: Mutt/1.5.17 (2007-11-01)
X-Virus-Scanned: amavisd-new 2.3.3 (20050822) at jacobs-university.de
Cc: yang <yang@ietf.org>
Subject: Re: [YANG] config-stmt missing for choice construct
X-BeenThere: yang@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: j.schoenwaelder@jacobs-university.de
List-Id: YANG modeling Language for NETCONF <yang.ietf.org>
List-Unsubscribe: <http://www.ietf.org/mailman/listinfo/yang>,
<mailto:yang-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/pipermail/yang>
List-Post: <mailto:yang@ietf.org>
List-Help: <mailto:yang-request@ietf.org?subject=help>
List-Subscribe: <http://www.ietf.org/mailman/listinfo/yang>,
<mailto:yang-request@ietf.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: yang-bounces@ietf.org
Errors-To: yang-bounces@ietf.org
On Sat, Feb 02, 2008 at 01:47:21PM -0800, Andy Bierman wrote: > Well, all the input parameters are writable. > In YANG, 'config false' is the closest thing to 'max-access read-only'. > Either we should say the config-stmt is ignored for rpc and notifications, > or explicitly define its meaning for these things. I think it should be ignored. My understanding of 'config true' is that it marks data items that belong to the configuration state and 'config false' says data items belongs to the operational state. The in/out/(error) parameters of operations are in general something different. And I think the same argument can be made for notifications. /js -- Juergen Schoenwaelder Jacobs University Bremen gGmbH Phone: +49 421 200 3587 Campus Ring 1, 28759 Bremen, Germany Fax: +49 421 200 3103 <http://www.jacobs-university.de/> _______________________________________________ YANG mailing list YANG@ietf.org http://www.ietf.org/mailman/listinfo/yang
- [YANG] config-stmt missing for choice construct Andy Bierman
- Re: [YANG] config-stmt missing for choice constru… Juergen Schoenwaelder
- Re: [YANG] config-stmt missing for choice constru… Andy Bierman
- Re: [YANG] config-stmt missing for choice constru… Juergen Schoenwaelder