draft-ietf-netmod-iana-if-type-03.txt | draft-ietf-netmod-iana-if-type-04.txt | |||
---|---|---|---|---|
Network Working Group M. Bjorklund | Network Working Group M. Bjorklund | |||
Internet-Draft Tail-f Systems | Internet-Draft Tail-f Systems | |||
Intended status: Standards Track June 4, 2012 | Intended status: Standards Track June 5, 2012 | |||
Expires: December 6, 2012 | Expires: December 7, 2012 | |||
IANA Interface Type and Address Family YANG Modules | IANA Interface Type and Address Family YANG Modules | |||
draft-ietf-netmod-iana-if-type-03 | draft-ietf-netmod-iana-if-type-04 | |||
Abstract | Abstract | |||
This document defines the initial versions of the iana-if-type and | This document defines the initial versions of the iana-if-type and | |||
iana-afn-safi YANG modules. | iana-afn-safi YANG modules. | |||
Status of this Memo | Status of this Memo | |||
This Internet-Draft is submitted in full conformance with the | This Internet-Draft is submitted in full conformance with the | |||
provisions of BCP 78 and BCP 79. | provisions of BCP 78 and BCP 79. | |||
skipping to change at page 1, line 31 | skipping to change at page 1, line 31 | |||
Internet-Drafts are working documents of the Internet Engineering | Internet-Drafts are working documents of the Internet Engineering | |||
Task Force (IETF). Note that other groups may also distribute | Task Force (IETF). Note that other groups may also distribute | |||
working documents as Internet-Drafts. The list of current Internet- | working documents as Internet-Drafts. The list of current Internet- | |||
Drafts is at http://datatracker.ietf.org/drafts/current/. | Drafts is at http://datatracker.ietf.org/drafts/current/. | |||
Internet-Drafts are draft documents valid for a maximum of six months | Internet-Drafts are draft documents valid for a maximum of six months | |||
and may be updated, replaced, or obsoleted by other documents at any | and may be updated, replaced, or obsoleted by other documents at any | |||
time. It is inappropriate to use Internet-Drafts as reference | time. It is inappropriate to use Internet-Drafts as reference | |||
material or to cite them other than as "work in progress." | material or to cite them other than as "work in progress." | |||
This Internet-Draft will expire on December 6, 2012. | This Internet-Draft will expire on December 7, 2012. | |||
Copyright Notice | Copyright Notice | |||
Copyright (c) 2012 IETF Trust and the persons identified as the | Copyright (c) 2012 IETF Trust and the persons identified as the | |||
document authors. All rights reserved. | document authors. All rights reserved. | |||
This document is subject to BCP 78 and the IETF Trust's Legal | This document is subject to BCP 78 and the IETF Trust's Legal | |||
Provisions Relating to IETF Documents | Provisions Relating to IETF Documents | |||
(http://trustee.ietf.org/license-info) in effect on the date of | (http://trustee.ietf.org/license-info) in effect on the date of | |||
publication of this document. Please review these documents | publication of this document. Please review these documents | |||
skipping to change at page 4, line 50 | skipping to change at page 4, line 50 | |||
Relating to IETF Documents | Relating to IETF Documents | |||
(http://trustee.ietf.org/license-info). | (http://trustee.ietf.org/license-info). | |||
This version of this YANG module is part of RFC XXXX; see | This version of this YANG module is part of RFC XXXX; see | |||
the RFC itself for full legal notices."; | the RFC itself for full legal notices."; | |||
// RFC Ed.: replace XXXX with actual RFC number and remove this | // RFC Ed.: replace XXXX with actual RFC number and remove this | |||
// note. | // note. | |||
// RFC Ed.: update the date below with the date of RFC publication | // RFC Ed.: update the date below with the date of RFC publication | |||
// and remove this note. | // and remove this note. | |||
revision 2012-06-04 { | revision 2012-06-05 { | |||
description | description | |||
"Initial revision."; | "Initial revision."; | |||
reference | reference | |||
"RFC XXXX: TITLE"; | "RFC XXXX: TITLE"; | |||
} | } | |||
typedef iana-if-type { | typedef iana-if-type { | |||
type enumeration { | type enumeration { | |||
enum "other" { | enum "other" { | |||
skipping to change at page 35, line 14 | skipping to change at page 35, line 14 | |||
value 271; | value 271; | |||
description | description | |||
"GPON physical User to Network interface"; | "GPON physical User to Network interface"; | |||
reference | reference | |||
"ITU-T G.984.2"; | "ITU-T G.984.2"; | |||
} | } | |||
enum "vmwareNicTeam" { | enum "vmwareNicTeam" { | |||
value 272; | value 272; | |||
description | description | |||
"VMware NIC Team"; | "VMware NIC Team"; | |||
} | ||||
} | } | |||
description | description | |||
"This data type is used as the syntax of the 'type' | "This data type is used as the syntax of the 'type' | |||
leaf in the 'interface' list in the YANG module | leaf in the 'interface' list in the YANG module | |||
ietf-interface. | ietf-interface. | |||
The definition of this typedef with the | The definition of this typedef with the | |||
addition of newly assigned values is published | addition of newly assigned values is published | |||
periodically by the IANA, in either the Assigned | periodically by the IANA, in either the Assigned | |||
Numbers RFC, or some derivative of it specific to | Numbers RFC, or some derivative of it specific to | |||
End of changes. 5 change blocks. | ||||
5 lines changed or deleted | 6 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |