Skip to main content

An Update to YANG Module Names Registration
draft-ietf-netmod-rfc6020-iana-update-02

Document Type Active Internet-Draft (netmod WG)
Authors Andy Bierman , Mohamed Boucadair , Qin Wu
Last updated 2025-08-26 (Latest revision 2025-08-07)
RFC stream Internet Engineering Task Force (IETF)
Intended RFC status Proposed Standard
Formats
Reviews
Additional resources Mailing list discussion
Stream WG state Submitted to IESG for Publication
Document shepherd Kent Watsen
Shepherd write-up Show Last changed 2025-06-13
IESG IESG state RFC Ed Queue
Action Holders
(None)
Consensus boilerplate Yes
Telechat date (None)
Responsible AD Mahesh Jethanandani
Send notices to kent+ietf@watsen.net
IANA IANA review state Version Changed - Review Needed
RFC Editor RFC Editor state EDIT
Details
draft-ietf-netmod-rfc6020-iana-update-02
Network Modeling                                              A. Bierman
Internet-Draft                                                 YumaWorks
Updates: 6020 (if approved)                            M. Boucadair, Ed.
Intended status: Standards Track                                  Orange
Expires: 8 February 2026                                           Q. Wu
                                                                  Huawei
                                                           7 August 2025

              An Update to YANG Module Names Registration
                draft-ietf-netmod-rfc6020-iana-update-02

Abstract

   This document amends the IANA guidance on the uniqueness of YANG
   module and submodule names.

   The document updates RFC 6020 to clarify how modules and their
   revisions are handled by IANA.

Discussion Venues

   This note is to be removed before publishing as an RFC.

   Discussion of this document takes place on the Network Modeling
   Working Group mailing list (netmod@ietf.org), which is archived at
   https://mailarchive.ietf.org/arch/browse/netmod/.

   Source for this draft and an issue tracker can be found at
   https://github.com/boucadair/rfc8407bis.

Status of This Memo

   This Internet-Draft is submitted in full conformance with the
   provisions of BCP 78 and BCP 79.

   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 https://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 8 February 2026.

Bierman, et al.          Expires 8 February 2026                [Page 1]
Internet-Draft              YANG Module Names                August 2025

Copyright Notice

   Copyright (c) 2025 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 (https://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 Revised BSD License text as
   described in Section 4.e of the Trust Legal Provisions and are
   provided without warranty as described in the Revised BSD License.

Table of Contents

   1.  Introduction  . . . . . . . . . . . . . . . . . . . . . . . .   2
   2.  Requirements Notation . . . . . . . . . . . . . . . . . . . .   3
   3.  IANA Considerations . . . . . . . . . . . . . . . . . . . . .   3
     3.1.  Update YANG Parameters Registry . . . . . . . . . . . . .   3
     3.2.  Revisions of Published Modules  . . . . . . . . . . . . .   3
   4.  Operational Considerations  . . . . . . . . . . . . . . . . .   4
   5.  Security Considerations . . . . . . . . . . . . . . . . . . .   4
   6.  References  . . . . . . . . . . . . . . . . . . . . . . . . .   4
     6.1.  Normative References  . . . . . . . . . . . . . . . . . .   4
     6.2.  Informative References  . . . . . . . . . . . . . . . . .   4
   Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . .   5
   Authors' Addresses  . . . . . . . . . . . . . . . . . . . . . . .   5

1.  Introduction

   [RFC6020] defines a registry for YANG module and submodule names,
   called "YANG Module Names" [IANA-MOD-NAMES].

   Specifically, IANA considerations to register YANG module and
   submodule names are specified in Section 14 of [RFC6020].  These
   considerations require that all module and submodule names in the
   registry must be unique.  However, the practice followed by IANA is
   not consistent with that guidance.

   This document amends the guidance on the uniqueness of names
   (Section 14 of [RFC6020]) to comply with the IANA practices for
   registering modules and their revisions.

Bierman, et al.          Expires 8 February 2026                [Page 2]
Internet-Draft              YANG Module Names                August 2025

2.  Requirements Notation

   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.

3.  IANA Considerations

3.1.  Update YANG Parameters Registry

   This document requests IANA to update the reference for the "YANG
   Module Names" registry under the "YANG Parameters" registry group
   [IANA-MOD-NAMES] to also list to the RFC number that will be assigned
   to this document.  This update is needed because the procedure in
   this document is authoritative for assigning names in that registry.

3.2.  Revisions of Published Modules

   This document amends the guidance on the uniqueness of names,
   initially defined in Section 14 of [RFC6020], as follows:

   OLD:
      All module and submodule names in the registry MUST be unique.

  
      All XML namespaces in the registry MUST be unique.

   NEW:
      Modules and their revisions are maintained in the registry.

  
      All initial version module and submodule names in the registry
      MUST be unique.

  
      All XML namespaces of initial version modules in the registry MUST
      be unique.

  
      All module and submodule revisions MUST have the same name as the
      one in the initial version of the module and submodule.

  
      All module revisions MUST have the same XML namespace as the
      initial version of the module.

Bierman, et al.          Expires 8 February 2026                [Page 3]
Internet-Draft              YANG Module Names                August 2025

4.  Operational Considerations

   This document aligns an IANA policy with the practice for handling
   YANG module names (Section 3.2).  As such, there are no new
   operations or manageability requirements introduced by this document.

5.  Security Considerations

   This document defines a new IANA action (Section 3.1) and defines an
   update (Section 3.2) to an IANA registration procedure defined in
   [RFC6020].  It does not introduce any new or increased security risks
   that need to be discussed.

6.  References

6.1.  Normative References

   [RFC2119]  Bradner, S., "Key words for use in RFCs to Indicate
              Requirement Levels", BCP 14, RFC 2119,
              DOI 10.17487/RFC2119, March 1997,
              <https://www.rfc-editor.org/rfc/rfc2119>.

   [RFC6020]  Bjorklund, M., Ed., "YANG - A Data Modeling Language for
              the Network Configuration Protocol (NETCONF)", RFC 6020,
              DOI 10.17487/RFC6020, October 2010,
              <https://www.rfc-editor.org/rfc/rfc6020>.

   [RFC8174]  Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC
              2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174,
              May 2017, <https://www.rfc-editor.org/rfc/rfc8174>.

6.2.  Informative References

   [I-D.ietf-netmod-rfc8407bis]
              Bierman, A., Boucadair, M., and Q. Wu, "Guidelines for
              Authors and Reviewers of Documents Containing YANG Data
              Models", Work in Progress, Internet-Draft, draft-ietf-
              netmod-rfc8407bis-28, 5 June 2025,
              <https://datatracker.ietf.org/doc/html/draft-ietf-netmod-
              rfc8407bis-28>.

   [IANA-MOD-NAMES]
              IANA, "YANG Module Names",
              <https://www.iana.org/assignments/yang-parameters/>.

Bierman, et al.          Expires 8 February 2026                [Page 4]
Internet-Draft              YANG Module Names                August 2025

Acknowledgments

   The content of this document was part of
   [I-D.ietf-netmod-rfc8407bis].

   Mahesh Jethanandani suggested to offload this part from
   [I-D.ietf-netmod-rfc8407bis].  Thanks to Mahesh and Kent Watsen for
   the discussion and comments.

   Thanks to Mallory Knodel for the genart review and Barry Leiba artart
   review.

   Thanks Mike Bishop for the IESG review.

Authors' Addresses

   Andy Bierman
   YumaWorks
   United States of America
   Email: andy@yumaworks.com

   Mohamed Boucadair (editor)
   Orange
   France
   Email: mohamed.boucadair@orange.com

   Qin Wu
   Huawei
   China
   Email: bill.wu@huawei.com

Bierman, et al.          Expires 8 February 2026                [Page 5]