Re: [YANG] config-stmt missing for choice construct
Juergen Schoenwaelder <j.schoenwaelder@jacobs-university.de> Sat, 02 February 2008 21:06 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 E0C593A6A96;
Sat, 2 Feb 2008 13:06:55 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.104
X-Spam-Level:
X-Spam-Status: No, score=-2.104 tagged_above=-999 required=5 tests=[AWL=0.145,
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 rB5wzPD1PNqK; Sat, 2 Feb 2008 13:06:55 -0800 (PST)
Received: from core3.amsl.com (localhost [127.0.0.1])
by core3.amsl.com (Postfix) with ESMTP id 28DEF3A6841;
Sat, 2 Feb 2008 13:06:55 -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 BCA243A6841
for <yang@core3.amsl.com>; Sat, 2 Feb 2008 13:06:54 -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 oAR+uVbIkjse for <yang@core3.amsl.com>;
Sat, 2 Feb 2008 13:06:53 -0800 (PST)
Received: from hermes.jacobs-university.de (hermes.jacobs-university.de
[212.201.44.23])
by core3.amsl.com (Postfix) with ESMTP id 9D4663A696F
for <yang@ietf.org>; Sat, 2 Feb 2008 13:06:53 -0800 (PST)
Received: from localhost (demetrius.jacobs-university.de [212.201.44.32])
by hermes.jacobs-university.de (Postfix) with ESMTP id C249B889D9;
Sat, 2 Feb 2008 22:08:28 +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 19125-05; Sat, 2 Feb 2008 22:08:24 +0100 (CET)
Received: from elstar.local (elstar.iuhb02.iu-bremen.de [10.50.231.133])
by hermes.jacobs-university.de (Postfix) with ESMTP id 206AF8A220;
Sat, 2 Feb 2008 22:08:23 +0100 (CET)
Received: by elstar.local (Postfix, from userid 501)
id 4D3B449BC31; Sat, 2 Feb 2008 22:08:20 +0100 (CET)
Date: Sat, 2 Feb 2008 22:08:20 +0100
From: Juergen Schoenwaelder <j.schoenwaelder@jacobs-university.de>
To: Andy Bierman <ietf@andybierman.com>
Message-ID: <20080202210820.GA9868@elstar.local>
Mail-Followup-To: Andy Bierman <ietf@andybierman.com>,
yang <yang@ietf.org>
References: <47A4AFE0.5030002@andybierman.com>
MIME-Version: 1.0
Content-Disposition: inline
In-Reply-To: <47A4AFE0.5030002@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 10:01:04AM -0800, Andy Bierman wrote: > Also, 7.17.1, para 2 (config statement) needs to add text that > the 'config' property for the following nodes is hardwired into > the NETCONF architecture: > > rpc/input -- config true; > non-config nodes MUST NOT appear under rpc/input > > rpc/output -- config false; > config nodes MUST NOT appear under rpc/output > > notification -- config false; > config nodes MUST NOT appear within a notification > > All other nodes follow the rules already defined in this section. Why is rpc/input config? /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