--- 1/draft-ietf-netmod-iana-if-type-00.txt 2011-09-07 23:16:38.000000000 +0200 +++ 2/draft-ietf-netmod-iana-if-type-01.txt 2011-09-07 23:16:38.000000000 +0200 @@ -1,18 +1,18 @@ Network Working Group M. Bjorklund Internet-Draft Tail-f Systems -Intended status: Standards Track April 11, 2011 -Expires: October 13, 2011 +Intended status: Standards Track September 7, 2011 +Expires: March 10, 2012 IANA Interface Type YANG Module - draft-ietf-netmod-iana-if-type-00 + draft-ietf-netmod-iana-if-type-01 Abstract This document defines the initial version of the iana-if-type YANG module. Status of this Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. @@ -20,60 +20,60 @@ Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on October 13, 2011. + This Internet-Draft will expire on March 10, 2012. Copyright Notice Copyright (c) 2011 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Simplified BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Simplified BSD License. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3 2. IANA Maintained Interface Type YANG Module . . . . . . . . . . 4 - 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 34 - 4. Security Considerations . . . . . . . . . . . . . . . . . . . 35 - 5. Normative References . . . . . . . . . . . . . . . . . . . . . 36 - Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 37 + 3. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 35 + 4. Security Considerations . . . . . . . . . . . . . . . . . . . 36 + 5. Normative References . . . . . . . . . . . . . . . . . . . . . 37 + Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 38 1. Introduction This document defines the initial version of the iana-if-type YANG module. This module reflects IANA's "ifType definitions" registry. The latest revision of the module can be obtained from the IANA web site. 2. IANA Maintained Interface Type YANG Module file "iana-if-type.yang" module iana-if-type { namespace "urn:ietf:params:xml:ns:yang:iana-if-type"; - prefix ift; + prefix ianaift; organization "IANA"; contact " Internet Assigned Numbers Authority Postal: ICANN 4676 Admiralty Way, Suite 330 Marina del Rey, CA 90292 Tel: +1 310 823 9358 @@ -95,21 +95,21 @@ 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."; // RFC Ed.: replace XXXX with actual RFC number and remove this // note. // RFC Ed.: update the date below with the date of RFC publication // and remove this note. - revision 2011-03-30 { + revision 2011-09-07 { description "Initial revision."; reference "RFC XXXX: IANA Interface Type YANG Module"; } typedef iana-if-type { type enumeration { enum "other" { value 1; description @@ -1474,20 +1474,30 @@ enum "docsCableUpstreamRfPort" { value 256; description "DOCSIS CATV Upstream RF Port"; } enum "cableDownstreamRfPort" { value 257; description "CATV downstream RF port"; } + enum "vmwareVirtualNic" { + value 258; + description + "VMware Virtual Network Interface"; + } + enum "ieee802154" { + value 259; + description + "IEEE 802.15.4 WPAN interface"; + } } description "This data type is used as the syntax of the 'type' leaf in the 'interface' list in the YANG module ietf-interface. The definition of this typedef with the addition of newly assigned values is published periodically by the IANA, in either the Assigned Numbers RFC, or some derivative of it specific to @@ -1524,21 +1535,21 @@ Registrant Contact: The NETMOD WG of the IETF. XML: N/A, the requested URI is an XML namespace. This document registers one YANG module in the YANG Module Names registry [RFC6020]. name: iana-if-type namespace: urn:ietf:params:xml:ns:yang:iana-if-type - prefix: ift + prefix: ianaift reference: RFC XXXX 4. Security Considerations Since this document does not introduce any technology or protocol, there are no security issues to be considered for this document itself. 5. Normative References