--- 1/draft-ietf-isis-yang-isis-cfg-32.txt 2019-01-23 09:13:23.378600191 -0800 +++ 2/draft-ietf-isis-yang-isis-cfg-33.txt 2019-01-23 09:13:23.574604858 -0800 @@ -5,21 +5,21 @@ Expires: July 25, 2019 Arrcus, Inc A. Lindem Cisco Systems J. Zhang Juniper Networks L. Lhotka CZ.NIC January 21, 2019 YANG Data Model for IS-IS Protocol - draft-ietf-isis-yang-isis-cfg-32 + draft-ietf-isis-yang-isis-cfg-33 Abstract This document defines a YANG data model that can be used to configure and manage IS-IS protocol on network elements. Requirements Language The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and @@ -1061,27 +1061,27 @@ [I-D.ietf-bfd-yang]. 6. IS-IS YANG Module The following RFCs, drafts and external standards are not referenced in the document text but are referenced in the ietf-isis.yang module: [ISO-10589], [RFC1195], [RFC5029], [RFC5130], [RFC5305], [RFC5306], [RFC5308], [RFC5880], [RFC5881], [RFC6119], [RFC6232], [RFC7794], [RFC7810], [RFC7917], [RFC8405]. - file "ietf-isis@2019-01-21.yang" - + file "ietf-ospf@2019-01-23.yang" module ietf-isis { yang-version 1.1; namespace "urn:ietf:params:xml:ns:yang:ietf-isis"; prefix isis; + import ietf-routing { prefix "rt"; reference "RFC 8349 - A YANG Data Model for Routing Management (NMDA Version)"; } import ietf-inet-types { prefix inet; reference "RFC 6991 - Common YANG Data Types"; } @@ -1112,22 +1112,22 @@ prefix "iana-rt-types"; reference "RFC 8294 - Common YANG Data Types for the Routing Area"; } import ietf-bfd-types { prefix "bfd-types"; reference "RFC YYYY - YANG Data Model for Bidirectional Forwarding Detection (BFD). - -- Note to RFC Editor Please replace YYYY with published RFC number - for draft-ietf-bfd-yang."; + -- Note to RFC Editor Please replace YYYY with published RFC + number for draft-ietf-bfd-yang."; } organization "IETF LSR Working Group"; contact "WG List: <mailto:lsr@ietf.org> Editor: Stephane Litkowski <mailto:stephane.litkowski@orange.com> @@ -1174,25 +1174,25 @@ Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this YANG module is part of RFC XXXX; see the RFC itself for full legal notices. The key words 'MUST', 'MUST NOT', 'REQUIRED', 'SHALL', 'SHALL NOT', 'SHOULD', 'SHOULD NOT', 'RECOMMENDED', 'NOT RECOMMENDED', 'MAY', and 'OPTIONAL' in this document are to be interpreted as described in BCP 14 [RFC2119] - [RFC8174] when, and only when, they appear in all capitals, as - shown here. + [RFC8174] when, and only when, they appear in all capitals, + as shown here. "; - revision 2019-01-21 { + revision 2019-01-23 { description "Initial revision."; reference "RFC XXXX"; } /* Identities */ identity isis { base rt:routing-protocol; description "Identity for the IS-IS routing protocol."; @@ -2794,22 +2794,22 @@ } description "Metric configuration."; } container bfd { if-feature bfd; description "BFD Client Configuration."; uses bfd-types:client-cfg-parms; reference "RFC YYYY - YANG Data Model for Bidirectional Forwarding Detection (BFD). - -- Note to RFC Editor Please replace YYYY with published RFC number - for draft-ietf-bfd-yang."; + -- Note to RFC Editor Please replace YYYY with published FC + number for draft-ietf-bfd-yang."; } container address-families { if-feature nlpid-control; list address-family-list { key address-family; leaf address-family { type iana-rt-types:address-family; description "Address-family"; }