<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-netmod-iana-yang-guidance-00" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="IANA &amp; RFC Editor YANG Guidance">Guidance for Managing YANG Modules in RFCs and IANA Registries</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-iana-yang-guidance-00"/>
    <author fullname="Robert Wilton">
      <organization>Cisco</organization>
      <address>
        <email>rwilton@cisco.com</email>
      </address>
    </author>
    <date year="2026" month="February" day="09"/>
    <area>OPS</area>
    <workgroup>NETMOD</workgroup>
    <keyword>IANA</keyword>
    <keyword>RFC Editor</keyword>
    <keyword>YANG</keyword>
    <keyword>Versioning</keyword>
    <abstract>
      <?line 46?>

<t>This document provides guidance to the RFC Editor and IANA on managing YANG modules in RFCs and IANA registries, ensuring consistent application of YANG Semantic Versioning rules.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://rgwilton.github.io/iana-yang-guidance/draft-verdt-iana-yang-guidance.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-netmod-iana-yang-guidance/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        Network Modelling Working Group mailing list (<eref target="mailto:netmod@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/netmod/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/netmod/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/rgwilton/iana-yang-guidance"/>.</t>
    </note>
  </front>
  <middle>
    <?line 50?>

<section anchor="open-issuesquestions">
      <name>Open Issues/Questions:</name>
      <ol spacing="normal" type="1"><li>
          <t>Do we need guidance to IANA in this document to list modules both by revision date and version?</t>
        </li>
        <li>
          <t>This document is informational, is it appropriate to use RFC 2119 language?</t>
        </li>
      </ol>
    </section>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>YANG <xref target="RFC7950"/> modules are used to model network management data and protocols. The IETF publishes YANG modules as part of RFCs, and the Internet Assigned Numbers Authority (IANA) maintains YANG modules that are derived from IANA registries. Both processes require careful attention to module versioning to ensure that implementations can correctly assess compatibility when modules are updated.</t>
      <t>This document provides informational guidance to both the RFC Editor and IANA for managing YANG modules in two distinct scenarios:</t>
      <ol spacing="normal" type="1"><li>
          <t><strong>Managing YANG Modules in RFCs</strong>: When documents containing YANG modules are approved by the IESG and processed for publication as RFCs, both the RFC Editor and IANA have responsibilities to ensure that modules are correctly versioned and published.</t>
        </li>
        <li>
          <t><strong>Managing IANA-Maintained YANG Modules</strong>: When IANA registries are updated, any YANG modules derived from those registries must be updated accordingly with proper versioning.</t>
        </li>
      </ol>
      <t>The guidance in this document is informational rather than prescriptive. It describes recommended practices and procedures that reflect current consensus within the NETMOD working group and the IETF operations and management community. While following this guidance will help ensure consistent and correct handling of YANG modules, specific situations may require consultation with experts (as described in <xref target="sec-expert-guidance"/>).</t>
      <ul empty="true">
        <li>
          <t><strong>Note:</strong> In addition to the guidance detailed in this document, there is a broader, ongoing discussion within the IETF community around the processes and responsibilities for managing YANG modules in RFCs. For further information and the latest proposals, see <xref target="I-D.boucadair-veloce-yang"/>. The recommendations and operational practices described here may be revised in the future to reflect outcomes from that work.</t>
        </li>
      </ul>
      <t>The procedures and classifications in this document are based on the following IETF specifications:</t>
      <ul spacing="normal">
        <li>
          <t><xref target="I-D.ietf-netmod-yang-module-versioning"/> - Defines updated YANG module revision handling, including rules for backwards-compatible and non-backwards-compatible changes</t>
        </li>
        <li>
          <t><xref target="I-D.ietf-netmod-yang-semver"/> - Defines YANG Semantic Versioning (YANG Semver) for YANG modules</t>
        </li>
        <li>
          <t><xref target="I-D.ietf-netmod-yang-module-filename"/> - Defines filename conventions for YANG modules versioned using YANG Semver</t>
        </li>
        <li>
          <t><xref target="I-D.ietf-netmod-rfc8407bis"/> - Provides general guidelines for IETF YANG module authors</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-conventions">
      <name>Conventions and Definitions</name>
      <!-- {::boilerplate bcp14-tagged} -->

<t>This document uses the following terminology from <xref target="I-D.ietf-netmod-yang-module-versioning"/>:</t>
      <dl>
        <dt><strong>Backwards-Compatible (BC) Change</strong></dt>
        <dd>
          <t>A change to a YANG module that conforms to the backwards-compatible update rules defined in section 3.1.1 of <xref target="I-D.ietf-netmod-yang-module-versioning"/>. BC changes require incrementing the MINOR version number.</t>
        </dd>
        <dt><strong>Non-Backwards-Compatible (NBC) Change</strong></dt>
        <dd>
          <t>A change to a YANG module that does not conform to the backwards-compatible update rules defined in section 3.1.2 of <xref target="I-D.ietf-netmod-yang-module-versioning"/>. NBC changes require incrementing the MAJOR version number and adding the rev:non-backwards-compatible extension statement within the revision statement in the YANG module.</t>
        </dd>
      </dl>
      <t>This document uses the following terminology from <xref target="I-D.ietf-netmod-yang-semver"/>:</t>
      <dl>
        <dt><strong>YANG Semver</strong></dt>
        <dd>
          <t>YANG Semantic Versioning - a version identifier in the format <em>MAJOR.MINOR.PATCH_COMPAT</em> that indicates the compatibility level of a YANG module, as defined in <xref target="I-D.ietf-netmod-yang-semver"/>.</t>
        </dd>
        <dt><strong>Editorial Change</strong></dt>
        <dd>
          <t>A change to a YANG module that does not affect the semantic meaning or functionality of the module. Editorial changes only require incrementing the PATCH version number.</t>
        </dd>
      </dl>
      <t>In addition, this document defines:</t>
      <dl>
        <dt><strong>IANA-Maintained Module</strong></dt>
        <dd>
          <t>A YANG module maintained by IANA, typically derived from one or more IANA registries. These modules have names starting with "iana-" (e.g., iana-if-type, iana-routing-types).</t>
        </dd>
      </dl>
    </section>
    <section anchor="sec-background">
      <name>Background on YANG Versioning</name>
      <section anchor="yang-semantic-versioning">
        <name>YANG Semantic Versioning</name>
        <t>YANG Semantic Versioning (YANG Semver), defined in <xref target="I-D.ietf-netmod-yang-semver"/>, uses a version identifier in the format MAJOR.MINOR.PATCH (with an optional _COMPAT suffix for branched development):</t>
        <ul spacing="normal">
          <li>
            <t><strong>MAJOR</strong> version increments indicate non-backwards-compatible (NBC) changes</t>
          </li>
          <li>
            <t><strong>MINOR</strong> version increments indicate backwards-compatible (BC) feature additions</t>
          </li>
          <li>
            <t><strong>PATCH</strong> version increments indicate editorial or documentation-only changes</t>
          </li>
          <li>
            <t><strong>_COMPAT</strong> is used for branched development trees and is not applicable to modules published by the RFC Editor in RFCs that are expected to follow a linear development, (<strong>TODO, but may be useful/needed if we allow verified errata against YANG modules</strong>) or maintained by IANA.</t>
          </li>
        </ul>
        <t>For example, if a published IETF YANG module is at version 1.2.3:
- A non-backwards-compatible change would update it to 2.0.0
- A backwards-compatible feature addition would update it to 1.3.0
- An editorial change would update it to 1.2.4</t>
        <t>Pre-release versions (versions with MAJOR = 0 or with a pre-release suffix such as "-draft-verdt-iana-yang-guidance") indicate modules that have not completed the IETF standardization process and whose revision content is subject to change in non-backwards-compatible ways without corresponding changes to the major version number.</t>
      </section>
      <section anchor="backwards-compatibility-rules">
        <name>Backwards Compatibility Rules</name>
        <t>The rules that determine whether a change to a YANG module is backwards-compatible or non-backwards-compatible are defined in Section 3.1 of <xref target="I-D.ietf-netmod-yang-module-versioning"/>. These rules refine and extend the update rules specified in Section 11 of <xref target="RFC7950"/>.</t>
        <t>Section 3.1.1 of <xref target="I-D.ietf-netmod-yang-module-versioning"/> defines backwards-compatible changes, which include:</t>
        <ul spacing="normal">
          <li>
            <t>Adding new schema nodes (e.g., new enum values, identities, leafs, containers)</t>
          </li>
          <li>
            <t>Adding new optional features or extensions</t>
          </li>
          <li>
            <t>Changing the status of a schema node from "current" to "deprecated"</t>
          </li>
          <li>
            <t>Adding or updating "description" and "reference" statements (provided the semantic meaning is unchanged)</t>
          </li>
          <li>
            <t>Expanding constraints (e.g., widening ranges, adding enum values)</t>
          </li>
        </ul>
        <t>Section 3.1.2 of <xref target="I-D.ietf-netmod-yang-module-versioning"/> defines non-backwards-compatible changes, which include:</t>
        <ul spacing="normal">
          <li>
            <t>Removing schema nodes (unless they already have status "obsolete")</t>
          </li>
          <li>
            <t>Changing the status of a schema node from "current" or "deprecated" to "obsolete"</t>
          </li>
          <li>
            <t>Renaming schema nodes or changing their identifiers</t>
          </li>
          <li>
            <t>Changing data types in ways that alter syntax or semantics</t>
          </li>
          <li>
            <t>Changing numeric values assigned to enumerations</t>
          </li>
          <li>
            <t>Restricting constraints (e.g., narrowing ranges, removing enum values)</t>
          </li>
          <li>
            <t>Modifying "description" statements in ways that change semantic meaning or behavior</t>
          </li>
        </ul>
        <t>In addition, section 4.4 of <xref target="I-D.ietf-netmod-yang-semver"/> defines editorial changes as the subset of backwards-compatible changes that have no impact on the semantics or syntax of a YANG module, which include:</t>
        <ul spacing="normal">
          <li>
            <t>Corrections to comments, descriptions, or references that do not change the semantic meaning</t>
          </li>
          <li>
            <t>Formatting improvements such as whitespace or indentation changes</t>
          </li>
          <li>
            <t>Corrections to typographical errors in description text</t>
          </li>
          <li>
            <t>Updates to contact information or copyright statements</t>
          </li>
          <li>
            <t>Changes to import statements that do not affect module functionality (e.g., updating import prefixes for readability)</t>
          </li>
        </ul>
      </section>
      <section anchor="the-revnon-backwards-compatible-extension">
        <name>The rev:non-backwards-compatible Extension</name>
        <t>The YANG module versioning framework <xref target="I-D.ietf-netmod-yang-module-versioning"/> defines the "rev:non-backwards-compatible" extension statement. This extension MUST be added as a substatement of a revision statement whenever that revision contains non-backwards-compatible changes relative to the previous revision.</t>
        <t>The following example illustrates this extension in use. In the example, an identity 'foo' was added in version 1.3.0, but was subsequently renamed to 'bar' in version 2.0.0. Since renaming is a non-backwards-compatible change, the major version number is incremented and the <tt>rev:non-backwards-compatible</tt> extension is included in the revision statement in version 2.0.0 of the YANG module:</t>
        <figure>
          <name>Revision history example from a YANG module</name>
          <sourcecode type="yang"><![CDATA[
  revision 2025-11-15 {
    ysv:version "2.0.0";
    rev:non-backwards-compatible;
    description
      "Renamed identity 'foo' to 'bar'.";
  }
  revision 2025-06-01 {
    ysv:version "1.3.0";
    description
      "Added identity 'foo'.";
  }
  ...
]]></sourcecode>
        </figure>
      </section>
      <section anchor="module-immutability">
        <name>Module Immutability</name>
        <t>A fundamental principle of YANG module versioning is that once a module revision is published with a specific revision date and version number, its content is immutable (much like an RFC is). The published content of that revision MUST NOT change. Any change to the module content requires publishing a new revision with a new revision date and an updated YANG Semver.</t>
        <t>This immutability principle has important implications:</t>
        <ul spacing="normal">
          <li>
            <t>Modules in Internet-Drafts SHOULD use pre-release versions (e.g., 0.1.0 or 2.0.0-draft) to indicate that the content may still change</t>
          </li>
          <li>
            <t>Once a document is approved by the IESG, the module version MUST be updated to a release version (e.g., 1.0.0, or 2.0.0) before publication as an RFC.</t>
          </li>
          <li>
            <t>IANA-maintained modules MUST publish a new revision any time the registry changes require module updates</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="sec-rfc-workflow">
      <name>YANG Modules in Documents Being Published as RFCs</name>
      <t>This section describes the workflow and responsibilities for managing YANG modules in documents that have been approved by the IESG and are being processed for publication as RFCs. Both the RFC Editor and IANA have roles in this process.</t>
      <section anchor="core-requirements">
        <name>Core Requirements</name>
        <t>All YANG modules published by the RFC Editor or maintained by IANA MUST meet the following requirements:</t>
        <ol spacing="normal" type="1"><li>
            <t><strong>YANG Semver Version</strong>: Every module MUST include a semantic version number using the <tt>ysv:version</tt> statement in its most recent revision. The version MUST be correct relative to any previously published version of the same module (either in a previous RFC or on the IANA website).</t>
          </li>
          <li>
            <t><strong>NBC Extension for NBC Changes</strong>: If the module contains non-backwards-compatible changes relative to the previously published version, the revision statement MUST include the <tt>rev:non-backwards-compatible</tt> extension.</t>
          </li>
          <li>
            <t><strong>Revision Immutability</strong>: A published YANG module with a specific revision date and version number is immutable. Its content MUST NOT change without also changing the revision date and version number. For this reason, modules in Internet-Drafts SHOULD use pre-release versions (e.g., versions with MAJOR = 0 such as 0.1.0, or versions with a pre-release suffix such as 2.0.0-draft) to indicate that content may still change before final publication.</t>
          </li>
          <li>
            <t><strong>RFC Code Markers</strong>: YANG modules in RFCs MUST be properly marked with <tt>&lt;CODE BEGINS&gt;</tt> and <tt>&lt;CODE ENDS&gt;</tt> markers (or equivalent in the source format) to enable automated extraction. The markers MUST include the filename following the conventions in <xref target="I-D.ietf-netmod-yang-module-filename"/>.</t>
          </li>
        </ol>
      </section>
      <section anchor="workflow-steps">
        <name>Workflow Steps</name>
        <t>The following steps describe the coordinated process between the RFC Editor and IANA for handling YANG modules during RFC publication:</t>
        <section anchor="step-1-iesg-approval-with-pre-release-version">
          <name>Step 1: IESG Approval with Pre-Release Version</name>
          <t>When a document is approved by the IESG, any YANG modules it contains typically have pre-release version numbers (e.g., 0.1.0 or 1.0.0-draft). These pre-release versions indicate that the module content may still be subject to editorial changes during RFC Editor processing.</t>
        </section>
        <section anchor="step-2-rfc-editor-processing">
          <name>Step 2: RFC Editor Processing</name>
          <t>During RFC Editor processing, the RFC Editor may make editorial changes to the YANG module, such as:</t>
          <ul spacing="normal">
            <li>
              <t>Improving description text for clarity without changing semantic meaning</t>
            </li>
            <li>
              <t>Updating references to use final RFC numbers instead of draft names</t>
            </li>
            <li>
              <t>Correcting typographical errors</t>
            </li>
            <li>
              <t>Standardizing formatting and style</t>
            </li>
          </ul>
          <t>These editorial changes are appropriate and expected. The RFC Editor SHOULD:</t>
          <ul spacing="normal">
            <li>
              <t>Coordinate with document authors regarding any substantive changes</t>
            </li>
            <li>
              <t>Ensure that only editorial changes (as defined in <xref target="sec-background"/>) are made without author consultation</t>
            </li>
            <li>
              <t>If more significant changes are needed that might be backwards-compatible or non-backwards-compatible, consult with the authors to determine the correct version number and whether the <tt>rev:non-backwards-compatible</tt> extension is required</t>
            </li>
          </ul>
        </section>
        <section anchor="step-3-finalizing-the-module-version">
          <name>Step 3: Finalizing the Module Version</name>
          <t>Before publication, the module version MUST be updated from the pre-release version to a release version. The RFC Editor, in coordination with the document authors:</t>
          <ul spacing="normal">
            <li>
              <t>Updates the version to remove pre-release indicators (e.g., 0.1.0 → 1.0.0, or 1.0.0-draft → 1.0.0)</t>
            </li>
            <li>
              <t>Ensures the version correctly reflects the relationship to any previously published version of the module</t>
            </li>
            <li>
              <t>Adds the <tt>rev:non-backwards-compatible</tt> extension if NBC changes have occurred since the previous publication</t>
            </li>
            <li>
              <t>Updates the revision date to reflect the date of the final revision</t>
            </li>
          </ul>
        </section>
        <section anchor="step-4-iana-delay-of-publication">
          <name>Step 4: IANA Delay of Publication</name>
          <t>IANA SHOULD delay publishing the YANG module to the IANA YANG Parameters registry until the RFC Editor has completed editing the module. This coordination ensures that:</t>
          <ul spacing="normal">
            <li>
              <t>The IANA-published version matches the RFC-published version exactly</t>
            </li>
            <li>
              <t>No discrepancies exist between the two authoritative sources</t>
            </li>
            <li>
              <t>The module reference to the RFC (if present) is correct</t>
            </li>
          </ul>
        </section>
        <section anchor="step-5-coordinated-publication">
          <name>Step 5: Coordinated Publication</name>
          <t>Once the RFC Editor has finalized the module:</t>
          <ul spacing="normal">
            <li>
              <t>The RFC is published with the final module content</t>
            </li>
            <li>
              <t>IANA publishes the module to the IANA YANG Parameters registry at approximately the same time</t>
            </li>
            <li>
              <t>The module filename follows the conventions in <xref target="I-D.ietf-netmod-yang-module-filename"/></t>
            </li>
            <li>
              <t>IANA registers the module in the "YANG Module Names" registry if it is not already registered</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="determining-the-correct-version">
        <name>Determining the Correct Version</name>
        <t>The correct version for a module in an RFC depends on its relationship to any previously published version:</t>
        <ul spacing="normal">
          <li>
            <t><strong>New Module</strong> (never published before): Version 1.0.0 is typically appropriate for the first publication</t>
          </li>
          <li>
            <t><strong>Updated Module</strong> (updating a module from a previous RFC): The version increment depends on the nature of changes:
            </t>
            <ul spacing="normal">
              <li>
                <t>Editorial changes only → PATCH increment (e.g., 1.0.0 → 1.0.1)</t>
              </li>
              <li>
                <t>Backwards-compatible additions → MINOR increment (e.g., 1.0.0 → 1.1.0)</t>
              </li>
              <li>
                <t>Non-backwards-compatible changes → MAJOR increment (e.g., 1.0.0 → 2.0.0) with NBC extension</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>Tooling (described in <xref target="appendix-tooling"/>) can assist in determining the correct version by comparing the new module with the previously published version. The <tt>pyang --check-update-from</tt> command is particularly useful for detecting NBC changes.</t>
        <t>However, tools have limitations and cannot always detect editorial versus backwards-compatible changes, particularly in description text and must/when expressions. In such cases:</t>
        <ul spacing="normal">
          <li>
            <t>Review the classification guidance in <xref target="appendix-scenarios"/></t>
          </li>
          <li>
            <t>Consult with document authors who understand the intent of changes</t>
          </li>
          <li>
            <t>Seek expert guidance as described in <xref target="sec-expert-guidance"/> if uncertainty remains</t>
          </li>
          <li>
            <t>When in doubt, choose the more conservative classification (e.g., NBC rather than BC, or BC rather than editorial) to better highlight potential risks to implementations</t>
          </li>
        </ul>
      </section>
      <section anchor="verification-by-iana">
        <name>Verification by IANA</name>
        <t>When registering a YANG module from an RFC, IANA SHOULD verify:</t>
        <ol spacing="normal" type="1"><li>
            <t>The module includes a <tt>ysv:version</tt> statement in the most recent revision</t>
          </li>
          <li>
            <t>If the MAJOR version has incremented from a previous publication, the <tt>rev:non-backwards-compatible</tt> extension is present</t>
          </li>
          <li>
            <t>The module filename follows the conventions in <xref target="I-D.ietf-netmod-yang-module-filename"/></t>
          </li>
          <li>
            <t>The module is syntactically valid (can be validated using tools described in <xref target="appendix-tooling"/>)</t>
          </li>
        </ol>
        <t>If issues are found, IANA SHOULD report them to the RFC Editor, the document authors, and the NETMOD working group.</t>
      </section>
    </section>
    <section anchor="sec-iana-modules">
      <name>IANA-Maintained YANG Modules</name>
      <t>This section describes the process for IANA to update and publish YANG modules that are maintained by IANA and derived from IANA registries.</t>
      <section anchor="overview">
        <name>Overview</name>
        <t>Many IANA registries have corresponding YANG modules that represent registry contents in a machine-readable format. Examples include:</t>
        <ul spacing="normal">
          <li>
            <t><strong>iana-if-type</strong> - derived from the Interface Types (ifType) registry</t>
          </li>
          <li>
            <t><strong>iana-routing-types</strong> - derived from Address Family Numbers and SAFI Parameters registries</t>
          </li>
          <li>
            <t><strong>iana-bgp-types</strong> - derived from BGP Parameters registries</t>
          </li>
        </ul>
        <t>When these registries are updated, the corresponding YANG modules MUST be updated accordingly, following the same versioning rules described in <xref target="sec-background"/>.</t>
      </section>
      <section anchor="characteristics-of-iana-maintained-modules">
        <name>Characteristics of IANA-Maintained Modules</name>
        <t>IANA-maintained YANG modules typically:</t>
        <ul spacing="normal">
          <li>
            <t>Have names starting with "iana-"</t>
          </li>
          <li>
            <t>Contain primarily enumeration typedefs or identity definitions that map directly to registry entries</t>
          </li>
          <li>
            <t>Are updated more frequently than IETF-defined modules</t>
          </li>
          <li>
            <t>Follow a linear version history without branching</t>
          </li>
          <li>
            <t>Have simpler structure than general-purpose YANG modules, which simplifies classification of changes</t>
          </li>
        </ul>
        <t>Because IANA-maintained YANG modules are always expected to follow a linear version history without branching, the <em>_COMPAT</em> modifier defined in <xref target="I-D.ietf-netmod-yang-semver"/> is not needed or used for these modules. The <em>_COMPAT</em> modifier is only required for non-linear branched histories of YANG module versions. Therefore, only the <em>MAJOR.MINOR.PATCH</em> elements of YANG Semver need be considered for IANA-maintained modules.</t>
      </section>
      <section anchor="rules-applicable-to-iana-maintained-modules">
        <name>Rules Applicable to IANA-Maintained Modules</name>
        <t>IANA-maintained YANG modules typically contain only enumerations (enum) and identity definitions, as they represent simple registry mappings. The most relevant compatibility rules for these modules are:</t>
        <t><strong>Backwards-Compatible Changes:</strong></t>
        <ul spacing="normal">
          <li>
            <t>Adding a new enum value or identity</t>
          </li>
          <li>
            <t>Changing status from "current" to "deprecated"</t>
          </li>
          <li>
            <t>Adding or updating "reference" statements</t>
          </li>
          <li>
            <t>Clarifying "description" statements without changing meaning</t>
          </li>
          <li>
            <t>Removing schema nodes that have status "obsolete" (per Section 3.1.1 of <xref target="I-D.ietf-netmod-yang-module-versioning"/>)</t>
          </li>
        </ul>
        <t><strong>Non-Backwards-Compatible Changes:</strong></t>
        <ul spacing="normal">
          <li>
            <t>Removing an enum value or identity (unless status is "obsolete")</t>
          </li>
          <li>
            <t>Changing status to "obsolete"</t>
          </li>
          <li>
            <t>Renaming an enum or identity</t>
          </li>
          <li>
            <t>Changing the numeric value assigned to an enum</t>
          </li>
          <li>
            <t>Reusing a previously assigned numeric value for a different enum</t>
          </li>
          <li>
            <t>Modifying "description" in a way that changes the semantic meaning</t>
          </li>
        </ul>
        <t><strong>Editorial Changes:</strong></t>
        <ul spacing="normal">
          <li>
            <t>Fixing typographical errors in description text</t>
          </li>
          <li>
            <t>Updating contact information</t>
          </li>
          <li>
            <t>Formatting improvements</t>
          </li>
        </ul>
      </section>
      <section anchor="process-for-updating-iana-maintained-modules">
        <name>Process for Updating IANA-Maintained Modules</name>
        <t>When a change is made to an IANA registry that has a corresponding YANG module, IANA MUST update the module following these steps:</t>
        <section anchor="step-1-follow-rfc-defined-rules">
          <name>Step 1: Follow RFC-Defined Rules</name>
          <t>First, consult the RFC that defines the IANA registry and its associated YANG module. That RFC may specify:</t>
          <ul spacing="normal">
            <li>
              <t>Specific rules for how registry entries map to YANG constructs</t>
            </li>
            <li>
              <t>Guidance on when and how to update the module</t>
            </li>
            <li>
              <t>Contact information for expert reviewers</t>
            </li>
            <li>
              <t>Special considerations for the particular registry</t>
            </li>
          </ul>
          <t>Always follow the specific guidance in the RFC that created the registry and module.</t>
        </section>
        <section anchor="step-2-identify-the-registry-change">
          <name>Step 2: Identify the Registry Change</name>
          <t>Determine exactly what changed in the registry:</t>
          <ul spacing="normal">
            <li>
              <t>Was a new entry added?</t>
            </li>
            <li>
              <t>Was an existing entry modified (description, reference, status)?</t>
            </li>
            <li>
              <t>Was an entry deprecated or obsoleted?</t>
            </li>
            <li>
              <t>Was an entry removed?</t>
            </li>
            <li>
              <t>Were multiple changes made simultaneously?</t>
            </li>
          </ul>
        </section>
        <section anchor="step-3-apply-changes-to-the-yang-module">
          <name>Step 3: Apply Changes to the YANG Module</name>
          <t>Update the YANG module to reflect the registry changes. For IANA-maintained modules, this typically involves:</t>
          <ul spacing="normal">
            <li>
              <t>Adding a new enum value or identity for new registry entries</t>
            </li>
            <li>
              <t>Updating description or reference statements for modified entries</t>
            </li>
            <li>
              <t>Changing status statements for deprecated or obsoleted entries</t>
            </li>
            <li>
              <t>Removing entries only if they are obsolete or if the defining RFC specifies removal</t>
            </li>
          </ul>
        </section>
        <section anchor="step-4-use-tooling-to-determine-the-version">
          <name>Step 4: Use Tooling to Determine the Version</name>
          <t>Use the tools described in <xref target="appendix-tooling"/> to compare the updated module with the previously published version. The <tt>pyang --check-update-from</tt> command will identify any non-backwards-compatible changes:</t>
          <sourcecode type="shell"><![CDATA[
pyang --check-update-from iana-if-type@2025-10-15.yang \
                          iana-if-type@2025-11-15.yang
]]></sourcecode>
          <t>If the tool reports NBC violations, the MAJOR version must be incremented and the <tt>rev:non-backwards-compatible</tt> extension must be added.</t>
          <t>If the tool reports no violations, determine whether the change is backwards-compatible (BC) or editorial:</t>
          <ul spacing="normal">
            <li>
              <t><strong>Editorial</strong>: Only documentation changed (descriptions, references) without semantic meaning change → PATCH increment</t>
            </li>
            <li>
              <t><strong>BC</strong>: New functionality added (new enums, identities) or status changed to deprecated → MINOR increment</t>
            </li>
          </ul>
        </section>
        <section anchor="step-5-update-the-revision-statement">
          <name>Step 5: Update the Revision Statement</name>
          <t>Add a new revision statement at the top of the module with:</t>
          <ul spacing="normal">
            <li>
              <t>The current date</t>
            </li>
            <li>
              <t>The new version number (calculated based on the change classification)</t>
            </li>
            <li>
              <t>A clear description of what changed</t>
            </li>
            <li>
              <t>The <tt>rev:non-backwards-compatible</tt> extension if NBC changes occurred</t>
            </li>
          </ul>
        </section>
        <section anchor="step-6-validate-the-module">
          <name>Step 6: Validate the Module</name>
          <t>Use validation tools to ensure the updated module is syntactically correct:</t>
          <sourcecode type="shell"><![CDATA[
pyang --ietf iana-if-type@2025-11-15.yang
]]></sourcecode>
          <t>or</t>
          <sourcecode type="shell"><![CDATA[
yanglint iana-if-type@2025-11-15.yang
]]></sourcecode>
        </section>
        <section anchor="step-7-seek-expert-review-if-needed">
          <name>Step 7: Seek Expert Review if Needed</name>
          <t>In most cases, the classification will be straightforward. However, if any of the following apply, IANA SHOULD seek expert guidance as described in <xref target="sec-expert-guidance"/>:</t>
          <ul spacing="normal">
            <li>
              <t>The change classification is unclear</t>
            </li>
            <li>
              <t>Multiple simultaneous changes have different classifications</t>
            </li>
            <li>
              <t>Description changes may alter semantic meaning</t>
            </li>
            <li>
              <t>The tool output is unexpected or contradictory</t>
            </li>
            <li>
              <t>The situation is not covered by examples in <xref target="appendix-scenarios"/></t>
            </li>
          </ul>
        </section>
        <section anchor="step-8-publish-the-updated-module">
          <name>Step 8: Publish the Updated Module</name>
          <t>Once the module is validated and the version is confirmed:</t>
          <ul spacing="normal">
            <li>
              <t>Publish the updated module to the IANA website</t>
            </li>
            <li>
              <t>Update any relevant registries or indexes</t>
            </li>
            <li>
              <t>Ensure the new version is discoverable and accessible</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="simplified-decision-process">
        <name>Simplified Decision Process</name>
        <t>For IANA-maintained modules, the following simplified decision process can be used in most cases:</t>
        <t><strong>Did you add a new enum or identity?</strong>
→ Backwards-Compatible: MINOR version increment (e.g., 1.0.0 → 1.1.0)</t>
        <t><strong>Did you only update references or clarify descriptions without changing meaning?</strong>
→ Editorial: PATCH version increment (e.g., 1.0.0 → 1.0.1)</t>
        <t><strong>Did you change status from "current" to "deprecated"?</strong>
→ Backwards-Compatible: MINOR version increment (e.g., 1.0.0 → 1.1.0)</t>
        <t><strong>Did you change status to "obsolete", remove an entry, rename an entry, or change a value number?</strong>
→ Non-Backwards-Compatible: MAJOR version increment (e.g., 1.0.0 → 2.0.0) and ADD <tt>rev:non-backwards-compatible</tt> extension</t>
        <t><strong>Did you change a description in a way that changes behavior or meaning?</strong>
→ Non-Backwards-Compatible: MAJOR version increment (e.g., 1.0.0 → 2.0.0) and ADD <tt>rev:non-backwards-compatible</tt> extension</t>
        <t><strong>Are you uncertain?</strong>
→ Use tooling (<xref target="appendix-tooling"/>), consult scenarios (<xref target="appendix-scenarios"/>), or seek expert guidance (<xref target="sec-expert-guidance"/>)</t>
      </section>
      <section anchor="examples">
        <name>Examples</name>
        <t>For detailed examples of common scenarios (adding entries, updating references, deprecating entries, etc.), see <xref target="appendix-scenarios"/>.</t>
      </section>
    </section>
    <section anchor="sec-expert-guidance">
      <name>Seeking Expert Guidance</name>
      <section anchor="when-to-seek-guidance">
        <name>When to Seek Guidance</name>
        <t>The RFC Editor and IANA SHOULD contact YANG experts in the following situations:</t>
        <ol spacing="normal" type="1"><li>
            <t><strong>Classification Uncertainty</strong> - When it's unclear whether a change is NBC, BC, or Editorial</t>
          </li>
          <li>
            <t><strong>Complex Changes</strong> - Multiple simultaneous changes that are difficult to classify individually</t>
          </li>
          <li>
            <t><strong>Description Changes</strong> - When a description update may alter the semantic meaning</t>
          </li>
          <li>
            <t><strong>Unusual Situations</strong> - Any scenario not clearly covered in this document</t>
          </li>
          <li>
            <t><strong>Registry Restructuring</strong> - Major changes to how a registry is organized</t>
          </li>
          <li>
            <t><strong>Value Reuse</strong> - When considering reusing a previously assigned value number</t>
          </li>
          <li>
            <t><strong>Tool Disagreement</strong> - When validation tools give unexpected or contradictory results</t>
          </li>
          <li>
            <t><strong>RFC Editor Processing</strong> - When RFC Editor changes may go beyond editorial scope</t>
          </li>
        </ol>
      </section>
      <section anchor="how-to-seek-guidance">
        <name>How to Seek Guidance</name>
        <section anchor="primary-contact-yang-doctors">
          <name>Primary Contact: YANG Doctors</name>
          <t>Email the YANG Doctors mailing list:</t>
          <ul spacing="normal">
            <li>
              <t><strong>Email</strong>: yang-doctors@ietf.org</t>
            </li>
            <li>
              <t><strong>Purpose</strong>: Technical review and guidance on YANG modules</t>
            </li>
            <li>
              <t><strong>Response Time</strong>: Typically 1-2 weeks</t>
            </li>
          </ul>
          <t>When emailing, please include:
- Description of the change or situation
- The affected YANG module and relevant excerpts
- Your proposed classification and version change
- Specific questions or concerns
- Any relevant tool output</t>
        </section>
        <section anchor="secondary-contact-netmod-wg">
          <name>Secondary Contact: NETMOD WG</name>
          <t>For broader issues or when needing working group discussion:
- <strong>Email</strong>: netmod@ietf.org
- <strong>Purpose</strong>: Working group discussion of YANG issues</t>
          <ul spacing="normal">
            <li>
              <t><strong>Primary Recipient</strong>: Management Area Director (currently responsible for NETMOD)</t>
            </li>
            <li>
              <t><strong>Copy</strong>: Operations Area Director</t>
            </li>
            <li>
              <t><strong>Purpose</strong>: Escalation and prioritization when expert guidance is not received</t>
            </li>
            <li>
              <t><strong>When to Escalate</strong>: After 2-3 weeks without response from YANG Doctors, or immediately for time-sensitive issues blocking RFC publication or critical IANA registry updates</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="example-request">
        <name>Example Request</name>
        <sourcecode type="text"><![CDATA[
Subject: YANG Versioning Question - iana-if-type Update

Dear YANG Doctors,

I need guidance on classifying a change to the iana-if-type module.

Change Description:
The Interface Types registry has updated the description for
interface type 6 (ethernet) to clarify that it includes both
10BASE-T and 100BASE-T variants.

Proposed YANG Change:
Update the description statement for the "ethernet" enum to
include the clarification.

Question:
Should this be classified as Editorial (PATCH increment) since
it's clarifying existing behavior, or as BC (MINOR increment)
because it's adding new information?

The old description said: "Ethernet interface"
The new description says: "Ethernet interface, including
10BASE-T and 100BASE-T variants"

Current module version: 1.5.0
Proposed version: 1.5.1 (if Editorial) or 1.6.0 (if BC)

Thank you for your guidance.
]]></sourcecode>
      </section>
    </section>
    <section anchor="sec-operational">
      <name>Operational Considerations</name>
      <t>This entire document provides operational guidance for the RFC Editor and IANA on how to process and publish YANG modules. The procedures described in <xref target="sec-rfc-workflow"/> and <xref target="sec-iana-modules"/> are designed to ensure consistent and correct versioning of YANG modules across all IETF and IANA publications.</t>
      <t>Correct versioning is critical because consumers of YANG modules rely on the semantic version number to understand the compatibility and risk associated with updating to a new module version:</t>
      <ul spacing="normal">
        <li>
          <t><strong>PATCH version increments</strong> signal that only editorial changes have been made, indicating very low risk for updates</t>
        </li>
        <li>
          <t><strong>MINOR version increments</strong> signal backwards-compatible additions, indicating that existing implementations will continue to work but new features are available</t>
        </li>
        <li>
          <t><strong>MAJOR version increments</strong> signal non-backwards-compatible changes, indicating that implementations must carefully evaluate the impact before updating</t>
        </li>
      </ul>
      <t>Following the guidance in this document helps ensure that version numbers accurately communicate these compatibility expectations to the YANG module consumer community.</t>
      <t>When uncertain about the correct classification or version for a module, the operational recommendation is to choose the more conservative option:</t>
      <ul spacing="normal">
        <li>
          <t>If uncertain between editorial and backwards-compatible, choose backwards-compatible (MINOR rather than PATCH)</t>
        </li>
        <li>
          <t>If uncertain between backwards-compatible and non-backwards-compatible, choose non-backwards-compatible (MAJOR rather than MINOR, and include the NBC extension)</t>
        </li>
      </ul>
      <t>This conservative approach ensures that consumers are appropriately warned about potential compatibility implications, even if the actual risk turns out to be lower than indicated.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document gives instructions to IANA on how to handle YANG modules that are published in RFCs and also YANG modules that are derived from IANA registries.</t>
      <t>Incorrect interpretion of this document could cause incorrect handling or versioning of IANA maintained YANG modules.</t>
      <t>This document recommends the usage of various tools.  Bugs or attacks on these tools could cause the tools to give incorrect or misleading guidance.  In all cases, secondary evaluation of output of the tools should be performed to confirm that they are giving the anticipated results.  The <em>YANG Doctors</em> team can also be contacted for further advice, if required.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document provides operational guidance to IANA and the RFC Editor for managing YANG modules. It does not require IANA to create or modify any registries, nor does it define any new registration procedures.</t>
      <t>The guidance in this document is intended to clarify and standardize how IANA processes YANG modules in the "YANG Module Names" registry (<eref target="https://www.iana.org/assignments/yang-parameters/">https://www.iana.org/assignments/yang-parameters/</eref>) and how IANA maintains YANG modules derived from IANA registries.</t>
      <t>IANA should follow the procedures described in <xref target="sec-rfc-workflow"/> when processing YANG modules from RFCs and the procedures described in <xref target="sec-iana-modules"/> when updating IANA-maintained YANG modules.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC7950">
          <front>
            <title>The YANG 1.1 Data Modeling Language</title>
            <author fullname="M. Bjorklund" initials="M." role="editor" surname="Bjorklund"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>YANG is a data modeling language used to model configuration data, state data, Remote Procedure Calls, and notifications for network management protocols. This document describes the syntax and semantics of version 1.1 of the YANG language. YANG version 1.1 is a maintenance release of the YANG language, addressing ambiguities and defects in the original specification. There are a small number of backward incompatibilities from YANG version 1. This document also specifies the YANG mappings to the Network Configuration Protocol (NETCONF).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7950"/>
          <seriesInfo name="DOI" value="10.17487/RFC7950"/>
        </reference>
        <reference anchor="I-D.ietf-netmod-yang-module-versioning">
          <front>
            <title>Updated YANG Module Revision Handling</title>
            <author fullname="Robert Wilton" initials="R." surname="Wilton">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Reshad Rahman" initials="R." surname="Rahman">
              <organization>Equinix</organization>
            </author>
            <author fullname="Balázs Lengyel" initials="B." surname="Lengyel">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Joe Clarke" initials="J." surname="Clarke">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Jason Sterne" initials="J." surname="Sterne">
              <organization>Nokia</organization>
            </author>
            <date day="18" month="October" year="2025"/>
            <abstract>
              <t>   This document refines the RFC 7950 module update rules.  It specifies
   a new YANG module update procedure that can document when non-
   backwards-compatible changes have occurred during the evolution of a
   YANG module.  It extends the YANG import statement with a minimum
   revision suggestion to help document inter-module dependencies.  It
   provides guidelines for managing the lifecycle of YANG modules and
   individual schema nodes.  This document updates RFC 7950, RFC 6020,
   RFC 8407 and RFC 8525.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-yang-module-versioning-15"/>
        </reference>
        <reference anchor="I-D.ietf-netmod-yang-semver">
          <front>
            <title>YANG Semantic Versioning</title>
            <author fullname="Joe Clarke" initials="J." surname="Clarke">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Robert Wilton" initials="R." surname="Wilton">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Reshad Rahman" initials="R." surname="Rahman">
              <organization>Equinix</organization>
            </author>
            <author fullname="Balázs Lengyel" initials="B." surname="Lengyel">
              <organization>Ericsson</organization>
            </author>
            <author fullname="Jason Sterne" initials="J." surname="Sterne">
              <organization>Nokia</organization>
            </author>
            <author fullname="Benoît Claise" initials="B." surname="Claise">
              <organization>Everything OPS</organization>
            </author>
            <date day="29" month="September" year="2025"/>
            <abstract>
              <t>   This document specifies a YANG extension along with guidelines for
   applying an extended set of semantic versioning rules to revisions of
   YANG artifacts (e.g., modules and packages).  Additionally, this
   document defines a YANG extension for controlling module imports
   based on these modified semantic versioning rules.

   This document updates RFCs 7950, 8407bis, and 8525.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-yang-semver-24"/>
        </reference>
        <reference anchor="I-D.ietf-netmod-rfc8407bis">
          <front>
            <title>Guidelines for Authors and Reviewers of Documents Containing YANG Data Models</title>
            <author fullname="Andy Bierman" initials="A." surname="Bierman">
              <organization>YumaWorks</organization>
            </author>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <author fullname="Qin Wu" initials="Q." surname="Wu">
              <organization>Huawei</organization>
            </author>
            <date day="5" month="June" year="2025"/>
            <abstract>
              <t>   This document provides guidelines for authors and reviewers of
   specifications containing YANG data models, including IANA-maintained
   modules.  Recommendations and procedures are defined, which are
   intended to increase interoperability and usability of Network
   Configuration Protocol (NETCONF) and RESTCONF Protocol
   implementations that utilize YANG modules.  This document obsoletes
   RFC 8407.

   Also, this document updates RFC 8126 by providing additional
   guidelines for writing the IANA considerations for RFCs that specify
   IANA-maintained modules.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-rfc8407bis-28"/>
        </reference>
        <reference anchor="I-D.ietf-netmod-yang-module-filename">
          <front>
            <title>YANG module file name convention</title>
            <author fullname="Per Andersson" initials="P." surname="Andersson">
              <organization>Ionio Systems</organization>
            </author>
            <date day="20" month="October" year="2025"/>
            <abstract>
              <t>   This document presents YANG module file name convention.  The
   convention extends the current YANG module file name using
   revision-date, with the YANG semantic version extension.  The YANG
   semantic version extension allows for an informative version to be
   associated with a particular YANG module revision.

   This documents updates RFCs 6020, 7950, and draft-ietf-netmod-
   rfc8407bis.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-yang-module-filename-03"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ietf-netmod-yang-schema-comparison">
          <front>
            <title>YANG Schema Comparison</title>
            <author fullname="Per Andersson" initials="P." surname="Andersson">
              <organization>Ionio Systems</organization>
            </author>
            <author fullname="Robert Wilton" initials="R." surname="Wilton">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Michal Vaško" initials="M." surname="Vaško">
              <organization>CESNET</organization>
            </author>
            <date day="20" month="October" year="2025"/>
            <abstract>
              <t>   This document specifies an algorithm for comparing two revisions of a
   YANG schema to determine the scope of changes, and a list of changes,
   between the revisions.  The output of the algorithm can be used to
   help select an appropriate revision-label or YANG semantic version
   number for a new revision.  Included is also a YANG module describing
   the output of this algorithm.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-netmod-yang-schema-comparison-05"/>
        </reference>
        <reference anchor="I-D.boucadair-veloce-yang">
          <front>
            <title>YANG deVELpment PrOCEss &amp; maintenance (VELOCE)</title>
            <author fullname="Mohamed Boucadair" initials="M." surname="Boucadair">
              <organization>Orange</organization>
            </author>
            <date day="18" month="September" year="2025"/>
            <abstract>
              <t>   This document describes a YANG deVELpment PrOCEss &amp; maintenance
   (VELOCE) that is more suitable for the development of YANG modules or
   YANG modules update within the IETF.

Discussion Venues

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

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-boucadair-veloce-yang-05"/>
        </reference>
      </references>
    </references>
    <?line 563?>

<section anchor="appendix-tooling">
      <name>Available Tooling</name>
      <t>This appendix describes tooling available to assist the RFC Editor and IANA in validating and versioning YANG modules. The tools and capabilities described here reflect the state of tooling as of the publication of this document. Tool capabilities are expected to evolve over time, and newer or improved tools may become available. The NETMOD working group and YANG Doctors can provide updated guidance on current best practices for tooling.</t>
      <section anchor="yang-validation-tools">
        <name>YANG Validation Tools</name>
        <section anchor="pyang">
          <name>pyang</name>
          <t><strong>Purpose</strong>: pyang is a comprehensive YANG validator and converter tool that can validate syntax, check for backwards-compatible violations, and generate documentation.</t>
          <t><strong>Primary Use Cases</strong>:</t>
          <ul spacing="normal">
            <li>
              <t>Validating YANG module syntax and compliance with IETF conventions</t>
            </li>
            <li>
              <t>Detecting non-backwards-compatible changes between module versions</t>
            </li>
            <li>
              <t>Generating tree diagrams for documentation</t>
            </li>
          </ul>
          <t><strong>Installation</strong>: pyang is available via PyPI (<tt>pip install pyang</tt>) or from <eref target="https://github.com/mbj4668/pyang">https://github.com/mbj4668/pyang</eref></t>
          <t><strong>Basic Syntax Validation</strong>:</t>
          <sourcecode type="shell"><![CDATA[
pyang --ietf module-name.yang
]]></sourcecode>
          <t>This command validates the module syntax and checks compliance with IETF-specific conventions. Output will show any errors or warnings. A module SHOULD have no errors and SHOULD minimize warnings before publication.</t>
          <t><strong>Checking for NBC Changes</strong>:</t>
          <sourcecode type="shell"><![CDATA[
pyang --check-update-from old-module.yang new-module.yang
]]></sourcecode>
          <t>This command compares two versions of a module and reports any violations of the backwards-compatible update rules defined in <xref target="I-D.ietf-netmod-yang-module-versioning"/>.</t>
          <t><strong>Interpreting Output</strong>:</t>
          <ul spacing="normal">
            <li>
              <t>If the command reports no errors: The changes are backwards-compatible (BC) or editorial</t>
            </li>
            <li>
              <t>If the command reports errors like "the enum 'X' has been removed": The changes are non-backwards-compatible (NBC), requiring a MAJOR version increment and the NBC extension</t>
            </li>
            <li>
              <t>To distinguish BC from editorial changes, manually review the changes (editorial affects only documentation without semantic meaning changes)</t>
            </li>
          </ul>
          <t><strong>Example Output</strong>:</t>
          <sourcecode type="text"><![CDATA[
old-module.yang:15: error: the enum 'deprecated-value' has been removed
]]></sourcecode>
          <t>This indicates an NBC change has occurred.</t>
        </section>
        <section anchor="yanglint">
          <name>yanglint</name>
          <t><strong>Purpose</strong>: yanglint is a YANG validator and data manipulation tool from the libyang project, useful for validating modules and instance data.</t>
          <t><strong>Primary Use Cases</strong>:</t>
          <ul spacing="normal">
            <li>
              <t>Validating YANG module syntax</t>
            </li>
            <li>
              <t>Checking cross-module dependencies</t>
            </li>
            <li>
              <t>Validating instance data against YANG schemas</t>
            </li>
          </ul>
          <t><strong>Installation</strong>: yanglint is part of libyang, available from <eref target="https://github.com/CESNET/libyang">https://github.com/CESNET/libyang</eref></t>
          <t><strong>Basic Syntax Validation</strong>:</t>
          <sourcecode type="shell"><![CDATA[
yanglint module-name.yang
]]></sourcecode>
          <t>This command validates the module syntax. No output indicates successful validation; errors will be displayed if found.</t>
          <t><strong>Validating with Dependencies</strong>:</t>
          <sourcecode type="shell"><![CDATA[
yanglint -p /path/to/yang/modules module-name.yang
]]></sourcecode>
          <t>The <tt>-p</tt> option specifies a directory containing imported modules.</t>
          <t><strong>Interpreting Output</strong>:</t>
          <ul spacing="normal">
            <li>
              <t>No output: Module is syntactically valid</t>
            </li>
            <li>
              <t>Error messages: Module has syntax errors that must be corrected before publication</t>
            </li>
          </ul>
        </section>
        <section anchor="yang-catalog-tools">
          <name>YANG Catalog Tools</name>
          <t><strong>Purpose</strong>: The YANG Catalog (<eref target="https://www.yangcatalog.org">https://www.yangcatalog.org</eref>) provides online tools for module validation, comparison, and discovery.</t>
          <t><strong>Primary Use Cases</strong>:</t>
          <ul spacing="normal">
            <li>
              <t>Validating YANG modules without local tool installation</t>
            </li>
            <li>
              <t>Comparing different versions of modules</t>
            </li>
            <li>
              <t>Viewing module dependencies and impact analysis</t>
            </li>
            <li>
              <t>Searching for existing modules and versions</t>
            </li>
          </ul>
          <t><strong>Usage</strong>:</t>
          <t>Access the web interface at <eref target="https://www.yangcatalog.org">https://www.yangcatalog.org</eref> and use the "Validator" and "YANG Impact Analysis" tools.</t>
          <t><strong>Interpreting Results</strong>:</t>
          <t>The online tools provide visual feedback on validation results and module comparisons. The impact analysis tool can show which other modules depend on a given module, helping assess the impact of changes.</t>
        </section>
      </section>
      <section anchor="recommended-workflow">
        <name>Recommended Workflow</name>
        <t>The following workflow is recommended for validating and versioning YANG modules:</t>
        <ol spacing="normal" type="1"><li>
            <t><strong>Make Changes to Module</strong> - Update the YANG file based on registry changes or RFC Editor edits</t>
          </li>
          <li>
            <t><strong>Validate Syntax</strong> - Run pyang or yanglint to check for syntax errors:
~~~~ shell
pyang --ietf module-name.yang
~~~~</t>
          </li>
          <li>
            <t><strong>Check for NBC Changes</strong> - Use pyang to compare with the previous version:
~~~~ shell
pyang --check-update-from old-version.yang new-version.yang
~~~~</t>
          </li>
          <li>
            <t><strong>Review Tool Output</strong> - Analyze any reported issues:
            </t>
            <ul spacing="normal">
              <li>
                <t>Errors from <tt>--check-update-from</tt> indicate NBC changes</t>
              </li>
              <li>
                <t>No errors indicate BC or editorial changes</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>Determine Version</strong> - Based on the tool output and manual review:
            </t>
            <ul spacing="normal">
              <li>
                <t>NBC changes → MAJOR version increment (e.g., 1.0.0 → 2.0.0)</t>
              </li>
              <li>
                <t>BC changes (new functionality) → MINOR version increment (e.g., 1.0.0 → 1.1.0)</t>
              </li>
              <li>
                <t>Editorial changes (documentation only) → PATCH version increment (e.g., 1.0.0 → 1.0.1)</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>Add Revision Statement</strong> - Include:
            </t>
            <ul spacing="normal">
              <li>
                <t>Current date</t>
              </li>
              <li>
                <t>New version number using <tt>ysv:version</tt></t>
              </li>
              <li>
                <t>Clear description of changes</t>
              </li>
              <li>
                <t><tt>rev:non-backwards-compatible</tt> extension if NBC changes occurred</t>
              </li>
            </ul>
          </li>
          <li>
            <t><strong>Final Validation</strong> - Validate the complete updated module:
~~~~ shell
pyang --ietf module-name.yang
~~~~</t>
          </li>
          <li>
            <t><strong>Seek Review if Needed</strong> - Contact experts (<xref target="sec-expert-guidance"/>) if:
            </t>
            <ul spacing="normal">
              <li>
                <t>Tool output is unclear or surprising</t>
              </li>
              <li>
                <t>Classification is uncertain</t>
              </li>
              <li>
                <t>Description changes may have altered semantic meaning</t>
              </li>
            </ul>
          </li>
        </ol>
      </section>
      <section anchor="tool-limitations">
        <name>Tool Limitations</name>
        <t>While tools are valuable for YANG module validation and versioning, they have important limitations:</t>
        <t><strong>Limitation 1: Cannot Always Distinguish Editorial from BC Changes</strong></t>
        <t>Tools cannot determine whether a description change is purely editorial (clarifying existing meaning) or backwards-compatible (adding new information). Human judgment is required to make this distinction.</t>
        <t>Example: Changing "Ethernet interface" to "Ethernet interface, including 10BASE-T and 100BASE-T" could be editorial (if those variants were always included) or BC (if documenting newly supported variants).</t>
        <t><strong>Limitation 2: Cannot Detect Semantic Changes in Descriptions</strong></t>
        <t>If a description change alters the intended behavior or meaning of a schema node, it may be an NBC change, but tools cannot detect this automatically.</t>
        <t>Example: Changing "includes IPv4 only" to "includes IPv4 and IPv6" changes the semantic meaning and may be NBC, but tools will not flag this.</t>
        <t><strong>Limitation 3: Cannot Assess Practical Impact</strong></t>
        <t>Tools can identify that an NBC change has occurred but cannot assess how many implementations are affected or what the practical migration cost will be.</t>
        <t><strong>Limitation 4: May Produce False Positives or False Negatives</strong></t>
        <t>Tool implementations may have bugs or may not cover all edge cases in the YANG versioning rules. Always review tool output critically and consult experts if results are unexpected.</t>
        <t><strong>Recommendation</strong>: Always combine tool usage with the classification guidance in this document (particularly <xref target="appendix-scenarios"/>) and seek expert review (<xref target="sec-expert-guidance"/>) when uncertainty remains.</t>
      </section>
      <section anchor="future-tool-development">
        <name>Future Tool Development</name>
        <t>The NETMOD working group continues to develop improved tooling for YANG module management. Anticipated future capabilities include:</t>
        <ul spacing="normal">
          <li>
            <t>Automated registry-to-YANG conversion tools</t>
          </li>
          <li>
            <t>Enhanced NBC change detection optimized for IANA-maintained modules</t>
          </li>
          <li>
            <t>Automated version recommendation based on detected changes</t>
          </li>
          <li>
            <t>Better detection of semantic changes in descriptions and constraints</t>
          </li>
        </ul>
        <t>As new tools become available, the NETMOD working group and YANG Doctors will provide guidance on their usage. The RFC Editor and IANA will be informed of tool updates that affect the workflows described in this document.</t>
      </section>
    </section>
    <section anchor="appendix-scenarios">
      <name>Summary of Registry Action Scenarios</name>
      <t>This appendix provides a comprehensive reference of common scenarios encountered when updating YANG modules, particularly IANA-maintained modules. Each scenario describes the registry action, the corresponding YANG module change, the classification (NBC/BC/Editorial), the version change required, and whether the <tt>rev:non-backwards-compatible</tt> extension must be added.</t>
      <section anchor="quick-reference-table">
        <name>Quick Reference Table</name>
        <table>
          <thead>
            <tr>
              <th align="left">Registry Action</th>
              <th align="left">YANG Change</th>
              <th align="left">Classification</th>
              <th align="left">Version</th>
              <th align="left">NBC Ext</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">Add new registration</td>
              <td align="left">Add enum/identity</td>
              <td align="left">BC</td>
              <td align="left">MINOR</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">Update reference (obsoleted RFC)</td>
              <td align="left">Update reference</td>
              <td align="left">Editorial</td>
              <td align="left">PATCH</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">Add additional reference</td>
              <td align="left">Update reference</td>
              <td align="left">Editorial</td>
              <td align="left">PATCH</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">Draft → RFC reference</td>
              <td align="left">Update reference</td>
              <td align="left">Editorial</td>
              <td align="left">PATCH</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">Deprecate (keep name)</td>
              <td align="left">status deprecated</td>
              <td align="left">BC</td>
              <td align="left">MINOR</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">Obsolete entry</td>
              <td align="left">status obsolete</td>
              <td align="left">NBC</td>
              <td align="left">MAJOR</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">Remove entry completely</td>
              <td align="left">Remove enum/identity</td>
              <td align="left">NBC</td>
              <td align="left">MAJOR</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">Deprecate + remove name</td>
              <td align="left">Remove enum/identity</td>
              <td align="left">NBC</td>
              <td align="left">MAJOR</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">Change value number</td>
              <td align="left">Change value</td>
              <td align="left">NBC</td>
              <td align="left">MAJOR</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">Reuse old value</td>
              <td align="left">Add with old value</td>
              <td align="left">NBC</td>
              <td align="left">MAJOR</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">Update description (clarify)</td>
              <td align="left">Update description</td>
              <td align="left">Editorial</td>
              <td align="left">PATCH</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">Update description (change meaning)</td>
              <td align="left">Update description</td>
              <td align="left">NBC</td>
              <td align="left">MAJOR</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">Rename entry</td>
              <td align="left">Change identifier</td>
              <td align="left">NBC</td>
              <td align="left">MAJOR</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">Add footnote</td>
              <td align="left">Optionally update</td>
              <td align="left">Editorial</td>
              <td align="left">PATCH</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">Non-YANG field changes</td>
              <td align="left">No change</td>
              <td align="left">N/A</td>
              <td align="left">None</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">Errata</td>
              <td align="left">Depends on content</td>
              <td align="left">Analyze</td>
              <td align="left">Varies</td>
              <td align="left">Maybe</td>
            </tr>
            <tr>
              <td align="left">Early alloc expired (left as-is)</td>
              <td align="left">No change</td>
              <td align="left">N/A</td>
              <td align="left">None</td>
              <td align="left">No</td>
            </tr>
            <tr>
              <td align="left">Early alloc expired (removed)</td>
              <td align="left">Follow removal rules</td>
              <td align="left">NBC</td>
              <td align="left">MAJOR</td>
              <td align="left">Yes</td>
            </tr>
            <tr>
              <td align="left">Revive expired allocation</td>
              <td align="left">Add enum/identity</td>
              <td align="left">BC</td>
              <td align="left">MINOR</td>
              <td align="left">No</td>
            </tr>
          </tbody>
        </table>
        <t><strong>Key</strong>:
- <strong>BC</strong> = Backwards-Compatible; <strong>NBC</strong> = Non-Backwards-Compatible
- <strong>MAJOR/MINOR/PATCH</strong> refer to the YANG Semver version components
- <strong>NBC Ext</strong> = Whether <tt>rev:non-backwards-compatible</tt> extension is required
- <strong>Varies</strong> or <strong>Maybe</strong> indicates the specific change must be analyzed using the detailed scenarios below</t>
      </section>
      <section anchor="detailed-scenarios">
        <name>Detailed Scenarios</name>
        <section anchor="scenario-1-adding-a-new-registry-entry">
          <name>Scenario 1: Adding a New Registry Entry</name>
          <t><strong>Registry Action</strong>: A new entry is added to an IANA registry.</t>
          <t><strong>YANG Module Change</strong>: Add a new enum value or identity.</t>
          <t><strong>Classification</strong>: Backwards-Compatible (BC)</t>
          <t><strong>Version Change</strong>: Increment MINOR version (e.g., 1.0.0 → 1.1.0)</t>
          <t><strong>NBC Extension Required</strong>: No</t>
          <t><strong>Example</strong>:</t>
          <sourcecode type="yang"><![CDATA[
// Previous version 1.0.0
typedef interface-type {
  type enumeration {
    enum ethernet {
      value 6;
      description "Ethernet interface";
    }
  }
}

// New version 1.1.0
revision 2025-11-15 {
  ysv:version "1.1.0";
  description "Added wifi interface type";
}

typedef interface-type {
  type enumeration {
    enum ethernet {
      value 6;
      description "Ethernet interface";
    }
    enum wifi {
      value 71;
      description "IEEE 802.11 wireless interface";
    }
  }
}
]]></sourcecode>
        </section>
        <section anchor="scenario-2-updating-references">
          <name>Scenario 2: Updating References</name>
          <t><strong>Registry Action</strong>: A reference is updated (e.g., RFC obsoleted, additional reference added, draft reference changed to RFC number).</t>
          <t><strong>YANG Module Change</strong>: Update the "reference" statement.</t>
          <t><strong>Classification</strong>: Editorial</t>
          <t><strong>Version Change</strong>: Increment PATCH version (e.g., 1.0.0 → 1.0.1)</t>
          <t><strong>NBC Extension Required</strong>: No</t>
          <t><strong>Rationale</strong>: Per <xref target="RFC7950"/> Section 11, reference statements may be added or updated without affecting compatibility.</t>
          <t><strong>Example</strong>:</t>
          <sourcecode type="yang"><![CDATA[
// Previous version 1.0.0
enum foo {
  value 42;
  description "Foo interface type";
  reference "RFC 1234";
}

// New version 1.0.1
revision 2025-11-15 {
  ysv:version "1.0.1";
  description "Updated reference for RFC obsolescence";
}

enum foo {
  value 42;
  description "Foo interface type";
  reference "RFC 5678 (obsoletes RFC 1234)";
}
]]></sourcecode>
        </section>
        <section anchor="scenario-3-deprecating-a-registry-entry">
          <name>Scenario 3: Deprecating a Registry Entry</name>
          <t><strong>Registry Action</strong>: A registry entry is marked as deprecated (name and description remain visible).</t>
          <t><strong>YANG Module Change</strong>: Change status from "current" to "deprecated".</t>
          <t><strong>Classification</strong>: Backwards-Compatible (BC)</t>
          <t><strong>Version Change</strong>: Increment MINOR version (e.g., 1.0.0 → 1.1.0)</t>
          <t><strong>NBC Extension Required</strong>: No</t>
          <t><strong>Rationale</strong>: Changing status to deprecated is explicitly allowed as BC per Section 3.1.1.8 of <xref target="I-D.ietf-netmod-yang-module-versioning"/>.</t>
          <t><strong>Example</strong>:</t>
          <sourcecode type="yang"><![CDATA[
// Previous version 1.0.0
enum oldtype {
  value 99;
  status current;
  description "Old interface type";
}

// New version 1.1.0
revision 2025-11-15 {
  ysv:version "1.1.0";
  description "Deprecated oldtype interface";
}

enum oldtype {
  value 99;
  status deprecated;
  description
    "Old interface type. This value is deprecated and
     SHOULD NOT be used in new implementations.";
}
]]></sourcecode>
        </section>
        <section anchor="scenario-4-obsoleting-a-registry-entry">
          <name>Scenario 4: Obsoleting a Registry Entry</name>
          <t><strong>Registry Action</strong>: A registry entry is marked as obsolete.</t>
          <t><strong>YANG Module Change</strong>: Change status from "deprecated" (or "current") to "obsolete".</t>
          <t><strong>Classification</strong>: Non-Backwards-Compatible (NBC)</t>
          <t><strong>Version Change</strong>: Increment MAJOR version (e.g., 1.0.0 → 2.0.0)</t>
          <t><strong>NBC Extension Required</strong>: Yes</t>
          <t><strong>Rationale</strong>: Changing status to obsolete indicates the value MUST NOT be used, breaking compatibility.</t>
          <t><strong>Example</strong>:</t>
          <sourcecode type="yang"><![CDATA[
// Previous version 1.0.0
enum removedtype {
  value 98;
  status deprecated;
  description "Type being removed";
}

// New version 2.0.0
revision 2025-11-15 {
  ysv:version "2.0.0";
  rev:non-backwards-compatible;
  description
    "Obsoleted removedtype interface. Support has been removed.";
}

enum removedtype {
  value 98;
  status obsolete;
  description
    "Obsolete interface type. This value MUST NOT be used.
     Support was removed as of 2025-11-15.";
}
]]></sourcecode>
        </section>
        <section anchor="scenario-5-removing-a-registry-entry-completely">
          <name>Scenario 5: Removing a Registry Entry Completely</name>
          <t><strong>Registry Action</strong>: A registry entry is removed with no trace.</t>
          <t><strong>YANG Module Change</strong>: Remove the enum or identity from the module.</t>
          <t><strong>Classification</strong>: Non-Backwards-Compatible (NBC)</t>
          <t><strong>Version Change</strong>: Increment MAJOR version (e.g., 1.0.0 → 2.0.0)</t>
          <t><strong>NBC Extension Required</strong>: Yes</t>
          <t><strong>Rationale</strong>: Removing a schema node is NBC per Section 3.1.2.1 of <xref target="I-D.ietf-netmod-yang-module-versioning"/>.</t>
          <t><strong>Note</strong>: This is strongly discouraged. Prefer marking as "obsolete" instead.</t>
        </section>
        <section anchor="scenario-6-renaming-a-registry-entry">
          <name>Scenario 6: Renaming a Registry Entry</name>
          <t><strong>Registry Action</strong>: The name of a registry entry is changed.</t>
          <t><strong>YANG Module Change</strong>: Change the enum or identity identifier.</t>
          <t><strong>Classification</strong>: Non-Backwards-Compatible (NBC)</t>
          <t><strong>Version Change</strong>: Increment MAJOR version (e.g., 1.0.0 → 2.0.0)</t>
          <t><strong>NBC Extension Required</strong>: Yes</t>
          <t><strong>Rationale</strong>: Renaming breaks programmatic references to the identifier.</t>
        </section>
        <section anchor="scenario-7-changing-a-value-number">
          <name>Scenario 7: Changing a Value Number</name>
          <t><strong>Registry Action</strong>: The numeric value assigned to a registry entry is changed.</t>
          <t><strong>YANG Module Change</strong>: Change the value assigned to an enum.</t>
          <t><strong>Classification</strong>: Non-Backwards-Compatible (NBC)</t>
          <t><strong>Version Change</strong>: Increment MAJOR version (e.g., 1.0.0 → 2.0.0)</t>
          <t><strong>NBC Extension Required</strong>: Yes</t>
          <t><strong>Rationale</strong>: Changing values breaks compatibility for implementations using those values.</t>
          <t><strong>Note</strong>: This is rare and strongly discouraged.</t>
        </section>
        <section anchor="scenario-8-updating-description-clarification">
          <name>Scenario 8: Updating Description (Clarification)</name>
          <t><strong>Registry Action</strong>: Description is updated to clarify existing behavior without changing meaning.</t>
          <t><strong>YANG Module Change</strong>: Update the description statement.</t>
          <t><strong>Classification</strong>: Editorial</t>
          <t><strong>Version Change</strong>: Increment PATCH version (e.g., 1.0.0 → 1.0.1)</t>
          <t><strong>NBC Extension Required</strong>: No</t>
          <t><strong>Example</strong>: Changing "Ethernet interface" to "Ethernet interface, including 10BASE-T, 100BASE-T, and 1000BASE-T variants" where those variants were always included.</t>
        </section>
        <section anchor="scenario-9-updating-description-semantic-change">
          <name>Scenario 9: Updating Description (Semantic Change)</name>
          <t><strong>Registry Action</strong>: Description is updated in a way that changes the semantic meaning or behavior.</t>
          <t><strong>YANG Module Change</strong>: Update the description statement.</t>
          <t><strong>Classification</strong>: Non-Backwards-Compatible (NBC)</t>
          <t><strong>Version Change</strong>: Increment MAJOR version (e.g., 1.0.0 → 2.0.0)</t>
          <t><strong>NBC Extension Required</strong>: Yes</t>
          <t><strong>Example</strong>: Changing "supports IPv4 only" to "supports IPv4 and IPv6" changes the expected behavior.</t>
        </section>
        <section anchor="scenario-10-handling-errata">
          <name>Scenario 10: Handling Errata</name>
          <t><strong>Registry Action</strong>: An errata report is filed for the registry or module.</t>
          <t><strong>YANG Module Change</strong>: Depends on the specific errata content.</t>
          <t><strong>Classification</strong>: Analyze the actual change, not the source (errata vs. new RFC does not determine classification).</t>
          <t><strong>Version Change</strong>: Follow the rules based on the actual change type.</t>
          <t><strong>NBC Extension Required</strong>: May be required depending on the change.</t>
          <t><strong>Examples</strong>:
- Errata fixes typo in description → Editorial / PATCH
- Errata adds missing enum → BC / MINOR
- Errata corrects wrong value assignment → NBC / MAJOR</t>
        </section>
      </section>
      <section anchor="notes-on-classification">
        <name>Notes on Classification</name>
        <t><strong>Important Principle</strong>: The source or trigger of a change (errata, new RFC, registry update, expert review, etc.) does NOT determine whether it is NBC, BC, or Editorial. What matters is the actual change made to the YANG module content.</t>
      </section>
    </section>
    <section anchor="appendix-example">
      <name>Example IANA-Maintained Module</name>
      <t>This appendix shows an example of a well-structured IANA-maintained YANG module, demonstrating proper use of versioning, revision statements, and the NBC extension.</t>
      <section anchor="example-iana-if-type-module-structure">
        <name>Example: iana-if-type Module Structure</name>
        <sourcecode type="yang"><![CDATA[
module iana-if-type {
  yang-version 1.1;
  namespace "urn:ietf:params:xml:ns:yang:iana-if-type";
  prefix ianaift;

  import ietf-yang-revisions { prefix rev; }
  import ietf-yang-semver { prefix ysv; }

  organization
    "Internet Assigned Numbers Authority (IANA)";

  contact
    "Internet Assigned Numbers Authority

     ICANN
     12025 Waterfront Drive, Suite 300
     Los Angeles, CA 90094

     Tel: +1 424 254 5300

     <mailto:iana@iana.org>

     See the Interface Types (ifType) registry:
     <https://www.iana.org/assignments/smi-numbers>";

  description
    "This YANG module defines the iana-if-type typedef, which
     contains YANG definitions for IANA-registered interface types.

     This YANG module is maintained by IANA and reflects the
     'Interface Types (ifType)' registry.

     Copyright (c) 2025 IETF Trust and the persons identified as
     authors of the code.  All rights reserved.

     Redistribution and use in source and binary forms, with or
     without modification, is permitted pursuant to, and subject
     to the license terms contained in, the Revised BSD License
     set forth in Section 4.c of the IETF Trust's Legal Provisions
     Relating to IETF Documents
     (https://trustee.ietf.org/license-info).

     This version of this YANG module is part of RFC XXXX; see
     the RFC itself for full legal notices.";

  // Example revision with new interface type (BC change)
  revision 2025-11-15 {
    ysv:version "2.5.0";
    description
      "Added new interface type 'wifi6e' per registry update.";
    reference
      "RFC XXXX: IANA Guidance for YANG Modules";
  }

  // Example revision with obsoleted type (NBC change)
  revision 2025-10-01 {
    ysv:version "2.0.0";
    rev:non-backwards-compatible;
    description
      "Obsoleted 'arcnet' interface type as support has been removed.";
    reference
      "RFC XXXX: IANA Guidance for YANG Modules";
  }

  // Example earlier revision (BC change)
  revision 2025-09-01 {
    ysv:version "1.1.0";
    description
      "Added new interface type 'virtualEthernet'.";
  }

  // Example initial revision
  revision 2025-01-01 {
    ysv:version "1.0.0";
    description
      "Initial version matching the Interface Types registry
       as of 2025-01-01.";
  }

  typedef interface-type {
    type enumeration {
      enum other {
        value 1;
        description
          "None of the following types.";
      }
      enum ethernet {
        value 6;
        description
          "Ethernet interface, including 10BASE-T, 100BASE-T,
           and 1000BASE-T variants.";
        reference
          "RFC 3635: Definitions of Managed Objects for the
           Ethernet-like Interface Types";
      }
      enum wifi6e {
        value 289;
        description
          "IEEE 802.11ax (Wi-Fi 6E) wireless interface.";
        reference
          "IEEE 802.11ax-2021";
      }
      enum arcnet {
        value 35;
        status obsolete;
        description
          "ARCNET interface. This interface type is obsolete
           and MUST NOT be used. Support was removed 2025-10-01.";
      }
    }
    description
      "This typedef is used to represent the IANA-registered
       interface types. It is derived from the 'Interface Types
       (ifType)' registry.";
    reference
      "IANA Interface Types registry:
       <https://www.iana.org/assignments/smi-numbers>";
  }
}
]]></sourcecode>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The creation of this document was motivated by questions from IANA team members Amanda Baber and Sabrina Tanamal regarding the correct handling of YANG module versioning. This was followed by a productive in-person discussion at IETF 124 between members of the YANG versioning design team, the IANA team, NETMOD working group chairs, RFC Editor representatives, and the OPS Area Director.</t>
      <t>Participants in that meeting included: Amanda Baber, Jason Sterne, Joe Clarke, Kent Watsen, Lou Berger, Mahesh Jethanandani, Per Andersson, Reshad Rahman, Rob Wilton, and Sabrina Tanamal.</t>
      <t>Special thanks to Joe Clarke for his presentation on YANG versioning tooling at IETF 124, which informed the tooling guidance in <xref target="appendix-tooling"/>.</t>
      <t>The authors thank the RFC Editor and IANA teams for their collaboration in refining the operational procedures described in this document.</t>
      <t>The authors also thank the NETMOD working group for their extensive work on YANG versioning specifications that form the foundation of this guidance, including the module versioning framework, semantic versioning, and associated tooling.</t>
      <t>The initial substantive revision of this document used Claude Sonnet 4.5 to create prose and examples, which have been subsequently reviewed and refined by the YANG Versioning design team and the NETMOD working group.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
NcHdgf+19cB7v1YLXsa9/w8sgoktnMwAAA==

-->

</rfc>
