Protocol Action: 'YANG - A data modeling language for the Network Configuration Protocol (NETCONF)' to Proposed Standard
The IESG <iesg-secretary@ietf.org> Wed, 09 June 2010 16:42 UTC
Return-Path: <wwwrun@core3.amsl.com>
X-Original-To: ietf-announce@ietf.org
Delivered-To: ietf-announce@core3.amsl.com
Received: by core3.amsl.com (Postfix, from userid 30) id E4B593A698D; Wed, 9 Jun 2010 09:42:25 -0700 (PDT)
X-idtracker: yes
From: The IESG <iesg-secretary@ietf.org>
To: IETF-Announce <ietf-announce@ietf.org>
Subject: Protocol Action: 'YANG - A data modeling language for the Network Configuration Protocol (NETCONF)' to Proposed Standard
Message-Id: <20100609164225.E4B593A698D@core3.amsl.com>
Date: Wed, 09 Jun 2010 09:42:25 -0700
Cc: Internet Architecture Board <iab@iab.org>, netmod chair <netmod-chairs@tools.ietf.org>, netmod mailing list <netmod@ietf.org>, RFC Editor <rfc-editor@rfc-editor.org>
X-BeenThere: ietf-announce@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "IETF announcement list. No discussions." <ietf-announce.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/ietf-announce>
List-Post: <mailto:ietf-announce@ietf.org>
List-Help: <mailto:ietf-announce-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-announce>, <mailto:ietf-announce-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Jun 2010 16:42:26 -0000
The IESG has approved the following document: - 'YANG - A data modeling language for the Network Configuration Protocol (NETCONF) ' <draft-ietf-netmod-yang-13.txt> as a Proposed Standard This document is the product of the NETCONF Data Modeling Language Working Group. The IESG contact persons are Dan Romascanu and Ron Bonica. A URL of this Internet-Draft is: http://www.ietf.org/internet-drafts/draft-ietf-netmod-yang-13.txt Technical Summary YANG is a data modeling language used to model configuration and state data manipulated by the Network Configuration Protocol (NETCONF) protocol, NETCONF remote procedure calls, and NETCONF notifications. YANG is used to model the operations and content layers of NETCONF. This document describes the syntax and semantics of the YANG language, how the data model defined in a YANG module is represented in XML, and how NETCONF operations are used to manipulate the data. Working Group Summary Consensus was reached among all interested parties before requesting the publication of this document. Document Quality There are multiple independent implementations of YANG today, both commercial and freely-available code and verification tools. Personnel David Partain is the document shepherd. Dan Romascanu is the responsible AD. RFC Editor Note OLD: 7.19.3. The description Statement The "description" statement takes as an argument a string which contains a high-level textual description of this definition. NEW: 7.19.3. The description Statement The "description" statement takes as an argument a string which contains a human-readable textual description of this definition. The text is provided in a language (or languages) chosen by the module developer; for the sake of interoperability it is RECOMMENDED to choose a language that is widely understood among the community of network administrators who will use the module.