<?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.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-carpenter-gendispatch-anachronisms-06" category="info" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Process Document Anachronisms">Some Anachronisms in IETF Standards Process Documents</title>
    <seriesInfo name="Internet-Draft" value="draft-carpenter-gendispatch-anachronisms-06"/>
    <author initials="B. E." surname="Carpenter" fullname="Brian E. Carpenter">
      <organization abbrev="Univ. of Auckland">The University of Auckland</organization>
      <address>
        <postal>
          <postalLine>School of Computer Science</postalLine>
          <postalLine>The University of Auckland</postalLine>
          <postalLine>PB 92019</postalLine>
          <postalLine>Auckland 1142</postalLine>
          <postalLine>New Zealand</postalLine>
        </postal>
        <email>brian.e.carpenter@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="June" day="24"/>
    <area>General</area>
    <workgroup>GenDispatch</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 54?>

<t>This document discusses some aspects of documents describing
the IETF standards process that have been overtaken by events.
It covers the six-month expiry of Internet-Drafts, the citation
of Internet-Drafts, the reality of the two-stage standards process,
and other issues. This draft is posted only to open a discussion.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-carpenter-gendispatch-anachronisms/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        GenDispatch Working Group mailing list (<eref target="mailto:GenDispatch@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/gendispatch/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/GenDispatch/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 62?>

<section anchor="intro">
      <name>Introduction</name>
      <t>This draft is posted only to open a discussion and to record known issues.
If there is interest in the issues
raised, they should probably be split out into separate, more focussed, drafts.
Each of the following sections considers a specific issue.</t>
      <t>Note that <xref target="I-D.ietf-procon-2026bis"/> and <xref target="I-D.ietf-procon-2418bis"/> may clarify some of these issues. An open question is whether the PROCON WG should be rechartered to consider formal rule changes for such issues.</t>
    </section>
    <section anchor="making-internet-drafts-inactive">
      <name>Making Internet-Drafts Inactive</name>
      <t>Experience has shown that the expiry after six months of Internet-Drafts,
as described in <xref target="RFC2026"/>, is meaningless and often leads to wasted effort.
It is meaningless because drafts, once posted on line, never disappear; indeed
the IETF maintains a public archive of them. It leads to wasted effort since
authors often feel obliged to refresh a draft every six months with no
significant change. This wastes effort and resources for the authors themselves,
the IETF's own computing resources, and potentially the resources and time
of innumerable others. Additional arguments can be found in
<xref target="I-D.thomson-gendispatch-no-expiry"/>.</t>
      <t>The following sentence in Section 2.2 of <xref target="RFC2026"/>
(or its equivalent in <xref target="I-D.ietf-procon-2026bis"/>):</t>
      <artwork><![CDATA[
  An Internet-Draft that is published as an RFC, or that has remained
  unchanged in the Internet-Drafts directory for more than six months
  without being recommended by the IESG for publication as an RFC, is
  simply removed from the Internet-Drafts directory. 
]]></artwork>
      <t>describes what used to happen in the twentieth century. What really
happens today is closer to the following:</t>
      <artwork><![CDATA[
  An Internet-Draft that is published as an RFC, or that has remained
  unchanged for more than six months without being approved for
  publication as an RFC and is not under active discussion in a working
  group, is marked as "inactive" in tooling maintained by the IETF
  (such as the Datatracker).
]]></artwork>
      <t>In other words, nothing really "expires" after six months; either the draft is 
actively developed, or it simply remains in the archive.
Mentions of the expiry of Internet-Drafts in <xref target="RFC2418"/> (or
<xref target="I-D.ietf-procon-2418bis"/>) are anachronisms, as are
references to expiry or the period of six months in the header
or boilerplate of Internet-Drafts.</t>
    </section>
    <section anchor="citing-internet-drafts">
      <name>Citing Internet-Drafts</name>
      <t>Another rule about Internet-Drafts is broken as a matter of course - that they can only
be referenced "without referencing an Internet-Draft". Yes, that's what our
rules say today; <xref target="RFC2026"/> says:</t>
      <artwork><![CDATA[
  Note: It is acceptable to reference a standards-track specification
  that may reasonably be expected to be published as an RFC using the
  phrase "Work in Progress" without referencing an Internet-Draft.
  This may also be done in a standards track document itself  as long
  as the specification in which the reference is made would stand as a
  complete and understandable document with or without the reference to
  the "Work in Progress".
]]></artwork>
      <t>This isn't what we do, for sound practical reasons - we refer to I-Ds
frequently in other I-Ds, and those references are often normative when two
documents are being developed simultaneously. (Which leads naturally
to an interlock between the two documents if they come to be approved
as RFCs.) Also, we refer informatively to I-Ds in published RFCs.
Also, in some circumstances we refer to them as <em>stable</em> references
in IANA registries.</t>
      <t>In the real world these references explicitly <em>do</em> cite an I-D with its DataTracker
URL, directly in contradiction to the first sentence quoted above.
This makes sense, since otherwise the reader couldn't easily find the
cited document.</t>
      <t>Note that at the time of writing, this issue is fixed in <xref target="I-D.ietf-procon-2026bis"/>
by removing the phrase "without referencing an Internet-Draft" cited above,
but that seems to be an actual rule change, not a clarification.</t>
    </section>
    <section anchor="single-step-standards-process-and-std-numbers">
      <name>Single-step Standards Process and STD numbers</name>
      <t>Experience has shown that the process for elevating a Proposed Standard
(or a residual Draft Standard) to Internet Standard is so similar to the 
process for approving a Proposed Standard that there is now no practical 
difference between the two. In reality, the Proposed Standard process
is more stringent in practice than the description in <xref target="RFC2026"/>,
with in-depth reviews during the IETF Last Call and IESG discussion
stages. This is underlined by the Implementation Status Section recommended
by <xref target="RFC7942"/>, and echoes the arguments used in <xref target="RFC6410"/> to reduce 
the standards process to two stages. Additional arguments can be found in
<xref target="I-D.loughney-newtrk-one-size-fits-all"/>.</t>
      <t>Another perspective -- the confusion caused by STD numbers -- is covered
by <xref target="I-D.klensin-std-numbers"/>, and those arguments are not repeated here,
except to note that when a Proposed Standard updates or obsoletes an
Internet Standard, the STD number loses it legitimacy. Also the issue
was already hinted at in <xref target="RFC1311"/>, which has never been updated.</t>
      <t>(This problem does not arise for BCP numbers, which already follow
a single-step process. But for both STD and BCP numbers, it is undocumented
who is responsible for choosing the numbers and deciding which documents
are grouped together under a single number.)</t>
      <t>It has long been observed that "The Internet runs on Proposed Standards."
What harm to the Internet would result if we
replaced the two-tier maturity ladder defined in
<xref target="RFC6410"/> with a single lavel of maturity, namely "Internet Standard"?
This maturity level would be a merger of Proposed Standard, Draft Standard,
and Standard as they are described in <xref target="RFC2026"/>. The characterization of an
Internet Standard could remain as stated in RFC 2026:</t>
      <artwork><![CDATA[
  An Internet Standard is characterized by a high degree of
  technical maturity and by a generally held belief that the
  specified protocol or service provides significant benefit to the
  Internet community.
]]></artwork>
      <t>In effect those criteria have long been applied by the IESG for the
Proposed Standard maturity level, including when a Proposed Standard
is updated without promotion to Internet Standard. Merging the two
levels would not change much at all, except for making things simpler.
Clarification of the scope of STD numbers is also needed.</t>
      <t>It would be good if all standards-track drafts <em>required</em>
an Implementation Status section <xref target="RFC7942"/> (noting that this
section will not be included in the published RFC). Then
the IESG could consider the following issues if they
are applicable, especially when the new document replaces or updates
a previous one:</t>
      <ol spacing="normal" type="1"><li>
          <t>Are there at least two independent interoperating implementations with widespread deployment and successful operational experience?</t>
        </li>
        <li>
          <t>Are there changes, including corrected errata, in the specification that would cause a new implementation to fail to interoperate with older ones?</t>
        </li>
        <li>
          <t>Are there non-essential features in the specification that might increase implementation complexity?</t>
        </li>
        <li>
          <t>If the technology required to implement the specification requires patented or otherwise controlled technology, do existing implementations demonstrate at least two independent, separate and successful uses of the licensing process?</t>
        </li>
      </ol>
    </section>
    <section anchor="how-many-bofs">
      <name>How many BOFs?</name>
      <t>Another issue is the number of BOFs allowed. We are currently inconsistent
with our own rules. <xref target="RFC2418"/> seems to limit the number of Birds of a Feather (BOF)
sessions to one per new working group:</t>
      <artwork><![CDATA[
 Note that an Area
 Director MAY require holding an exploratory Birds of a Feather (BOF)
 meeting, as described below, to gage the level of support for a
 working group before submitting the charter to the IESG and IAB for
 approval.   
]]></artwork>
      <t>Or it doesn't:</t>
      <artwork><![CDATA[
 To facilitate exploration of the issues the IETF
 offers the possibility of a Birds of a Feather (BOF) session, as well
 as the early formation of an email list for preliminary discussion.
]]></artwork>
      <t>In reality the IESG has interpreted this to allow "non-WG-forming" BOFs,
possibly followed by a "WG-forming BOF", and occasionally a second
one. Also there is a practice of creating non-WG mailing lists which
may or may not be associated with a BOF.</t>
      <t>The current documentation does not really decribe the current practice.
<xref target="RFC5434"/> is realistic but only Informational.</t>
    </section>
    <section anchor="area-director-for-individual-submissions">
      <name>Area Director for Individual Submissions</name>
      <t>Section 6.1.1 of <xref target="RFC2026"/> mentions individual submissions quite briefly:</t>
      <artwork><![CDATA[
 A standards action is initiated by a recommendation by the IETF
 Working group responsible for a specification to its Area Director,
 copied to the IETF Secretariat or, in the case of a specification not
 associated with a Working Group, a recommendation by an individual to
 the IESG.
]]></artwork>
      <t>This leaves it open which IESG member shepherds such a document.</t>
      <t>Section 4.2 on non-standards track documents also leaves this open, as does
Section 5 on BCPs.</t>
      <t>It seems necessary to state that a specific AD needs to sponsor and shepherd
such a submission, which is today's current practice.</t>
      <t><xref target="I-D.ietf-procon-2026bis"/> partially clarifies this by citing <eref target="https://datatracker.ietf.org/doc/statement-iesg-guidance-on-area-director-sponsoring-of-documents-20070320/">an IESG Statement</eref>.</t>
    </section>
    <section anchor="defining-the-ietf">
      <name>Defining the IETF</name>
      <t><xref target="RFC3233"/> (BCP 58) offers a slightly out-of-date definition of the IETF. Should this be resolved by</t>
      <ol spacing="normal" type="1"><li>
          <t>updating BCP 58,</t>
        </li>
        <li>
          <t>adding a sentence or two to the definition of the IETF in Section 3.1 of <xref target="RFC9281"/> (BCP 11), or</t>
        </li>
        <li>
          <t>leaving this matter for the IETF web site?</t>
        </li>
      </ol>
      <t>Suggested text is along the lines of:</t>
      <artwork><![CDATA[
 The IETF is an unincorporated, freestanding organization composed
 of volunteers who are independent, bound only by policy, not by any
 membership agreement.
]]></artwork>
    </section>
    <section anchor="force-majeure">
      <name>Force Majeure</name>
      <t>"Force Majeure" is the phrase used in many contexts to indicate that
normal rules may be broken when an event entirely outside the control
of those involved occurs and makes those rules unworkable. A recent example
in the IETF's history is the COVID-19 pandemic. Another example could
be an urgent need to temporarily replace a person much more quickly than the NomCom
can act.</t>
      <t>At the moment, the IETF's process documents do not tackle this issue, yet the
pandemic obliged both the IESG and IETF LLC to take urgent decisions
regardless of process rules and normal practice.</t>
    </section>
    <section anchor="iesg-statements">
      <name>IESG Statements</name>
      <t>Sometimes it occurs that a procedural issue of some kind is not covered,
or is ambiguously covered, by any formal document (typically a BCP). In
this case the established practice is that the IESG publishes a statement
to settle the procedural issue, possibly in conjunction with or embedded
in an appeal response. Such statements become part of the IETF process unless
negated or replaced by a new formal document.</t>
      <t>At the moment the IETF's process documents do not describe this mechanism.</t>
    </section>
    <section anchor="who-determines-rough-consensus">
      <name>Who determines (rough) consensus?</name>
      <t>It seems that no current document states clearly that the IESG determines
IETF consensus (although it's strongly implied). Also the fact that the
IETF process does not require <em>unanimous</em> consensus is not formally
stated, despite general agreement on the rough consensus model.</t>
    </section>
    <section anchor="other-issues">
      <name>Other issues</name>
      <t>Open issues identified during the consolidation of RFC 2026
and RFC 2418 can be found at
<eref target="https://github.com/ietf-wg-procon/2026bis/issues/24"/> and <eref target="https://github.com/ietf-wg-procon/2418bis/issues"/>. There is some overlap with this document.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>No IANA actions are needed.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document does not directly affect the security of the Internet.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Useful comments were received from
Toerless Eckert,
Paul Hoffman,
John Klensin,
Michael Richardson,
Rich Salz,
Martin Thomson,
and others.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-informative-references">
      <name>Informative References</name>
      <reference anchor="RFC1311">
        <front>
          <title>Introduction to the STD Notes</title>
          <author fullname="J. Postel" initials="J." surname="Postel"/>
          <date month="March" year="1992"/>
          <abstract>
            <t>The STDs are a subseries of notes within the RFC series that are the Internet standards. The intent is to identify clearly for the Internet community those RFCs which document Internet standards. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="1311"/>
        <seriesInfo name="DOI" value="10.17487/RFC1311"/>
      </reference>
      <reference anchor="RFC2026">
        <front>
          <title>The Internet Standards Process -- Revision 3</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="October" year="1996"/>
          <abstract>
            <t>This memo documents the process used by the Internet community for the standardization of protocols and procedures. It defines the stages in the standardization process, the requirements for moving a document between stages and the types of documents used during this process. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="9"/>
        <seriesInfo name="RFC" value="2026"/>
        <seriesInfo name="DOI" value="10.17487/RFC2026"/>
      </reference>
      <reference anchor="RFC2418">
        <front>
          <title>IETF Working Group Guidelines and Procedures</title>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="September" year="1998"/>
          <abstract>
            <t>This document describes the guidelines and procedures for formation and operation of IETF working groups. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="25"/>
        <seriesInfo name="RFC" value="2418"/>
        <seriesInfo name="DOI" value="10.17487/RFC2418"/>
      </reference>
      <reference anchor="RFC3233">
        <front>
          <title>Defining the IETF</title>
          <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
          <author fullname="S. Bradner" initials="S." surname="Bradner"/>
          <date month="February" year="2002"/>
          <abstract>
            <t>This document gives a more concrete definition of "the IETF" as it understood today. Many RFCs refer to "the IETF". Many important IETF documents speak of the IETF as if it were an already-defined entity. However, no IETF document correctly defines what the IETF is. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="58"/>
        <seriesInfo name="RFC" value="3233"/>
        <seriesInfo name="DOI" value="10.17487/RFC3233"/>
      </reference>
      <reference anchor="RFC5434">
        <front>
          <title>Considerations for Having a Successful Birds-of-a-Feather (BOF) Session</title>
          <author fullname="T. Narten" initials="T." surname="Narten"/>
          <date month="February" year="2009"/>
          <abstract>
            <t>This document discusses tactics and strategy for hosting a successful IETF Birds-of-a-Feather (BOF) session, especially one oriented at the formation of an IETF Working Group. It is based on the experiences of having participated in numerous BOFs, both successful and unsuccessful. [STANDARDS-TRACK]</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5434"/>
        <seriesInfo name="DOI" value="10.17487/RFC5434"/>
      </reference>
      <reference anchor="RFC6410">
        <front>
          <title>Reducing the Standards Track to Two Maturity Levels</title>
          <author fullname="R. Housley" initials="R." surname="Housley"/>
          <author fullname="D. Crocker" initials="D." surname="Crocker"/>
          <author fullname="E. Burger" initials="E." surname="Burger"/>
          <date month="October" year="2011"/>
          <abstract>
            <t>This document updates the Internet Engineering Task Force (IETF) Standards Process defined in RFC 2026. Primarily, it reduces the Standards Process from three Standards Track maturity levels to two. This memo documents an Internet Best Current Practice.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="9"/>
        <seriesInfo name="RFC" value="6410"/>
        <seriesInfo name="DOI" value="10.17487/RFC6410"/>
      </reference>
      <reference anchor="RFC7942">
        <front>
          <title>Improving Awareness of Running Code: The Implementation Status Section</title>
          <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
          <author fullname="A. Farrel" initials="A." surname="Farrel"/>
          <date month="July" year="2016"/>
          <abstract>
            <t>This document describes a simple process that allows authors of Internet-Drafts to record the status of known implementations by including an Implementation Status section. This will allow reviewers and working groups to assign due consideration to documents that have the benefit of running code, which may serve as evidence of valuable experimentation and feedback that have made the implemented protocols more mature.</t>
            <t>This process is not mandatory. Authors of Internet-Drafts are encouraged to consider using the process for their documents, and working groups are invited to think about applying the process to all of their protocol specifications. This document obsoletes RFC 6982, advancing it to a Best Current Practice.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="205"/>
        <seriesInfo name="RFC" value="7942"/>
        <seriesInfo name="DOI" value="10.17487/RFC7942"/>
      </reference>
      <reference anchor="RFC9281">
        <front>
          <title>Entities Involved in the IETF Standards Process</title>
          <author fullname="R. Salz" initials="R." surname="Salz"/>
          <date month="June" year="2022"/>
          <abstract>
            <t>This document describes the individuals and organizations involved in the IETF standards process, as described in BCP 9. It includes brief descriptions of the entities involved and the role they play in the standards process.</t>
            <t>The IETF and its structure have undergone many changes since RFC 2028 was published in 1996. This document reflects the changed organizational structure of the IETF and obsoletes RFC 2028.</t>
          </abstract>
        </front>
        <seriesInfo name="BCP" value="11"/>
        <seriesInfo name="RFC" value="9281"/>
        <seriesInfo name="DOI" value="10.17487/RFC9281"/>
      </reference>
      <reference anchor="I-D.ietf-procon-2026bis">
        <front>
          <title>The Internet Standards Process</title>
          <author fullname="Rich Salz" initials="R." surname="Salz">
            <organization>Akamai Technologies</organization>
          </author>
          <author fullname="Scott O. Bradner" initials="S. O." surname="Bradner">
            <organization>Harvard University (retired)</organization>
          </author>
          <date day="23" month="June" year="2026"/>
          <abstract>
            <t>   This memo documents the process used by the Internet community for
   the standardization of protocols and procedures.  It defines the
   stages in the standardization process, the requirements for moving a
   document between stages, and the types of documents used during this
   process.  It also addresses the intellectual property rights and
   copyright issues associated with the standards process.

   This document obsoletes RFC 2026, RFC 5657, RFC 6410, RFC 7100, RFC
   7127, RFC 8789, and RFC 9282.  It also includes the changes from RFC
   7475.  If this document and [_2418bis] are published as RFCs, then
   taken together the two of them make RFC 7475 obsolete.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-procon-2026bis-10"/>
      </reference>
      <reference anchor="I-D.ietf-procon-2418bis">
        <front>
          <title>IETF Working Group Guidelines and Procedures</title>
          <author fullname="Rich Salz" initials="R." surname="Salz">
            <organization>Akamai Technologies</organization>
          </author>
          <author fullname="David Schinazi" initials="D." surname="Schinazi">
            <organization>Google LLC</organization>
          </author>
          <author fullname="Scott O. Bradner" initials="S. O." surname="Bradner">
            <organization>SOBCO</organization>
          </author>
          <date day="2" month="March" year="2026"/>
          <abstract>
            <t>   The Internet Engineering Task Force (IETF) has responsibility for
   developing and reviewing specifications intended as Internet
   Standards.  IETF activities are organized into working groups (WGs).
   This document describes the guidelines and procedures for formation
   and operation of IETF working groups.  It also describes the formal
   relationship between IETF participants WG and the Internet
   Engineering Steering Group (IESG) and the basic duties of IETF
   participants, including WG Chairs, WG participants, and IETF Area
   Directors.

   This document obsoletes RFC2418, and RFC3934.  It also includes the
   changes from RFC7475, and with [_2026bis], obsoletes it.  It also
   includes a summary of the changes implied in RFC7776 and incorporates
   the changes from RFC8717 and RFC9141.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-ietf-procon-2418bis-02"/>
      </reference>
      <reference anchor="I-D.loughney-newtrk-one-size-fits-all">
        <front>
          <title>A Single-Stage Standards Process</title>
          <author fullname="Spencer Dawkins" initials="S." surname="Dawkins">
            <organization>Futurewei</organization>
          </author>
          <author fullname="John A. Loughney" initials="J. A." surname="Loughney">
            <organization>Nokia</organization>
          </author>
          <date day="6" month="March" year="2006"/>
          <abstract>
            <t>This document proposes several changes of principle to the Internet
   standards process, specifically a reduction from three stages to a
   single stage in the standards track.  This does not effect the
   Informational, Experimental or BCP designations.
            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-loughney-newtrk-one-size-fits-all-01"/>
      </reference>
      <reference anchor="I-D.thomson-gendispatch-no-expiry">
        <front>
          <title>Removing Expiration Notices from Internet-Drafts</title>
          <author fullname="Martin Thomson" initials="M." surname="Thomson">
            <organization>Mozilla</organization>
          </author>
          <author fullname="Paul E. Hoffman" initials="P. E." surname="Hoffman">
            <organization>ICANN</organization>
          </author>
          <date day="16" month="January" year="2024"/>
          <abstract>
            <t>   The long-standing policy of requiring that Internet-Drafts bear an
   expiration date is no longer necessary.  This document removes
   requirements for expiration for Internet-Drafts from RFC 2026/BCP 9
   and RFC 2418/BCP 25.  In place of expiration, this document
   introduces Internet-Drafts being labeled "active" and "inactive" in
   the IETF tooling.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-thomson-gendispatch-no-expiry-03"/>
      </reference>
      <reference anchor="I-D.klensin-std-numbers">
        <front>
          <title>STD Numbers and the IETF Standards Track</title>
          <author fullname="Dr. John C. Klensin" initials="J. C." surname="Klensin">
         </author>
          <date day="18" month="March" year="2026"/>
          <abstract>
            <t>   STD numbers are assigned to IETF Standards Track specifications in
   order to provide a stable reference even when RFCs are revised and
   the underlying documents change.  However, the numbers are only
   assigned when the specifications reach Internet Standard maturity
   level, significantly reducing their utility in the contemporary world
   in which few specifications advance beyond the first standardization
   maturity level.  For that reason, one proposal, more than a decade
   ago, suggested eliminating the numbers entirely.  Others, including
   more recent ones, have suggested eliminating maturity levels
   entirely, in part as a way to solve the numbering problem.  This
   document argues that stable references for Standards Track
   specifications are actually useful and that the solution is not to
   abolish the numbers or maturity levels but to change the point at
   which they are assigned.

            </t>
          </abstract>
        </front>
        <seriesInfo name="Internet-Draft" value="draft-klensin-std-numbers-03"/>
      </reference>
    </references>
    <?line 318?>

<section anchor="change-log-rfc-editor-please-remove">
      <name>Change Log [RFC Editor: please remove]</name>
      <section anchor="draft-00">
        <name>Draft-00</name>
        <ul spacing="normal">
          <li>
            <t>Original version</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-01">
        <name>Draft-01</name>
        <ul spacing="normal">
          <li>
            <t>Added individual submission issue</t>
          </li>
          <li>
            <t>Simplified Introduction</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-02">
        <name>Draft-02</name>
        <ul spacing="normal">
          <li>
            <t>Clarified that Implementation Status sections are removed before RFC publication</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-03">
        <name>Draft-03</name>
        <ul spacing="normal">
          <li>
            <t>Added "Defining the IETF"</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-04">
        <name>Draft-04</name>
        <ul spacing="normal">
          <li>
            <t>Mentioned STD number issue</t>
          </li>
          <li>
            <t>Added "Force majeure"</t>
          </li>
          <li>
            <t>Note on IANA citing I-Ds</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-05">
        <name>Draft-05</name>
        <ul spacing="normal">
          <li>
            <t>Added IESG Statements issue</t>
          </li>
        </ul>
      </section>
      <section anchor="draft-06">
        <name>Draft-06</name>
        <ul spacing="normal">
          <li>
            <t>Noted that assignment of STD and BCP numbers is undocumented</t>
          </li>
          <li>
            <t>RFC1311 lives!</t>
          </li>
          <li>
            <t>Who determines consensus?</t>
          </li>
          <li>
            <t>Added pointers to PROCON open issues</t>
          </li>
        </ul>
      </section>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA7Vb23IbR5J9RwT+oZZ6kBhBgBfJHot+8FCU5OGudQlTXsWs
Z0JR6C4ANWx0wX0hBDv073tOZlV3gwQ92oe1rTCArq7KysvJk1mlyWQyHjW+
Kdy5uQ4rZy5Kmy2rUPp6VRtfmqtXH16b68aWua3y2ryvQubq2rwMWbtyZVOP
R3Y2q9zt+b1Hu1ONR3nISrvCOnll580ks9Uao1w1Wbgy9/XaNtlyYgfvTE6+
HY/Go5qLf7JFKPFuU7VuPPLrSj7WzdnJyfOTMwhROXtufnSlq2wxHm0W8uVl
nHY8utmcmyuuVrpm8pICjEeZbc6xxXnAGu1s5evah/LDdo1luGuuvfbn45Ex
TcjOzdbV/FyHqqncvD43xjwyuZvbtmhqDOkGbFf6XL5DtLZZhkrm4T+T9MFg
bYx6MTWvpuYyaaN/qsp6UXlbPjAiVNjmh6Uzv5T+1lW1b7YmzM1Fm90U0Fk/
MJmI46b7h6wD9Fyc9z9MzHW2DKHg8MuwWrdYGj95V2ZuOOpr1p+Y9y/M87OT
0+fD39I4c3r67Kx/kIW2bKrtuXnrNuZ/nN2dyq2sL87NjGqZumnnRX9d8ME0
Cyvq/NaVrZPNLKrQrs/NwcAbDsSkYueDj6G68eXC/Mhh8kDnH47/q3fNfApl
y3NbZUs8XzbNuj4/PuZw/gQFTNO4Y/5wPKvCpnbHA+8+PqBs9LhqZRu8IRL+
/Pry9Onpafp8dnL2bff52el36fPTs6dP0+dvnj19lj5/++z0JH3+y/NnZ+nz
87PvdM6ryUuRbLJGgIZywgVmvt7/DAsOnxWhXSxLt52UbtNUNxPE4KT2v7vJ
3Df1xBZFNxI+vqoxwzCYyzBxn9cetkyjbgpX1r6c1E0+KdvVDE5zTp1MJhM4
ad1UNmv4/cPS1yZPQIIJs7auXY3gA0TZeu0yhBxcLQ3BYFdnlZ/BlsAzuKTg
Vt3h1jqCU7O0jVnaW2dmzpUmwG0be4NPs61xt5xpOh5dNXBCOrThTLX/PFmF
slka3QzX3YWS+kgGZr6BVUM5Hj00AiBVxCDh12YToAm7cPcFPQJuIDIChlUG
yNS6empUK5wPP0nEOgwpiy3RJyAOjE26ghjTpNiVz/PC8dsjilWFvM0oZwqp
Px55/vqlV/zXLmEoIx5ULgtVbm7KsCmTtFCj7LJynMlTHa5umFK4dR00HlXW
1y4X7WxNvQxtkVMFMzvDkjMoZg2FmdDyRSxUu7WtbOOOzCpg4nkQv8D7IjIX
fYX8kfQ7D0URNgzv2smOa9gV/pfTtNbQjfzcZyqMqOttaJz6yB9/PBA3X77I
rvc819jB85Xdmgyo4Odb9ViVp3adJS9KVeZv+CamgIo2SyfWpuTvf353+e6t
+fhj0smMzpMtbUU1is7TToygSWGqtoALLm25QJzgN1O30ERnDP33kXljBe/u
uCe+I/KASBz06vPaVYLziJSaEmxKVQpFi0GAt7A2YsNIbNT7ogI+3AUmhIbp
//gjItyXL0fc88rZEuIUDE3xd8xamsLZXDLqxor/uTn202hg3nlp5jLbQrF5
jLJAqTu3NYUv4SslIrui29r12tnqe0iSO5cPgAIoXjb4Q7dYt7MCThFBPdpu
NTVYfL9g0ILkRE30ddzE3DnkTky1cDFG5giAJeNHwosybYcK3HhATEky4hcl
/dIC+tSgMfRl1TqtSn1hxtBWWbQ4t5OEoMy1K24dzZD2+RjCwZaZpHO6Qff+
kUy3hvuXjQeubyNepekl0P3KCbb5EtgNojWDxwlC0aPz3NOT4Ym2WkRQxhbo
uXNkdJp/PNKo+dNc8eXLVIFoN37hWjQtfOhaY9mcTc9onIFLjUdPoAVkJuN+
a/2tLZg8xOsejOVDST+KgwjKXQ9WpycO0iXqJQxpqQqmV7halbJJDUXRg1zH
U9pSDZcnvLsbb7lHODcBHkDDCZhhsnLgD2kqugXxb+bUYDAelJtj6pka6erV
9Y8yizqupKChnL6bqvarNSwLYZHdcjOvwurPhZsaaidFMCEK+0W4iUMvGU1l
2mCzoecAwUyGDy3f/cjRTHnFdjzS0QyeHOgInWZFqIl2YReq/7/t8ZC67+gZ
0laqpNAR7r36lciASGWAZkrisQLpMEt6Zs2NMs00mfBSxUBb3ehODnxE4QPR
Ksg3RUnYNLQ4qxOd54nAvFWq8tKCgYBD3bjqUKLoqowUAqvnCHJIuVQ3khg/
kJBz9cE9OP/eON9lo44PAONEPryaA78K5LBcFO+bgXMJjka3SNR4PHpD/2AK
jsn5QTLV5wkkVGTTJ7TAn6TbQyyChQaF45GYpwJYAXSRL0siGBwtLam7YpIL
TDlDL4hiLwH0rLQwdBZ84ap1AdaxR9ipZtVL3+zJqnx2UaoBJD3bGT3s3n6R
xqpAEkqxYe+GtsBaqIQq5LZJl3y3gqikY+ORMIK4u9wcJPdNv4kT3w2gg6n5
uxMuapvHMZyxBvQE6ZDp7Vbj8/shqvLnehCW5EjnRlOxzTK3biQRaIpTeUiu
EqOdiEN2ZCsyZJ1K9kW2BH9EQkikD3YC/ijK4OueaAcIcYNQSRecy8pCV1LQ
0Yrvq7CAZ8O1v0oz0zSPJFqKZItaVs9R82gE9yRdt9TVJ8g4rpgbileEPsRj
UO7snDNtlh4hq/k1KUwWzR3ilGxPVpLdprmYsgvXOIEbwRmVhprv5BAGAZdN
O95dogm92vcpatrxf1+Xjxv1jg2nP1I+KVl8zRINmymizWq45yYuQ3shTOH3
oDqgtmUDe/oEQXyiNAPS1QPJJFYjaypTaUw6XLJCksZR5BMcp/jcwQ9xpy2g
CxfaukDWefJR1KtUrbRIRZqAIJsttQ4pAqw3c0hZLiWvMCgl/TzGGqm7umBK
B8Jo4X/19NBcwEGO+r0Pynqtlrhf7r53X3kRkCAv4onUBpmvsDCtSU0MVUkK
Ryf4VEuEfRpojF0Ec3Xx9gK/LTzqZh9J/lXZFZrE/CKPhcdA2YgupDFP23zK
wyeWrU4CYvJSPYgEipnkg2aS8eiXn386iqRADQr8RQjkXolYSuEePtkztd/a
wBAG5An8x7i6IcyAB4CVC2tW39igCExyM4VmjAL6IFzMY8m5F69BsFPYvLPV
nZotVijkqYTPTSWoTLgTp0YlxDib+8+pGHmQFgJeI0+KMNPhy9fhrFE5ZfPg
37M2cpfagZUnnypJFdrd0k1SNLBGy8cIGjHJXEvRM0ENsN7TkWVgXX94aWJb
5d8Xcqklwth2hbu1ksIsJ0QBBenTGkqrLasBn1NeJWPp8aE4e9x/9ys1DQBF
dLI/lnxkPBquqlH1wKqdoNpAKMMGfwbwA1zw84Rtd4IZxVqZmi3aebk/fRQE
kVQrIWQUwQJaMsR1Ik0UEiQseJ1AfFjJjkcaN+UkRzZcYuVb7zbg0W2V3Eeq
zJ9Qv5lLwJEYS3h7zxKl0b3o2jz4T2C+2CF+TAJ0fM0l2EvT1l1BNKgNxH9F
RLYEWWxzRZctg6sjL0s1mtD5tCE2E5HxJZfnbUaDSQq730cLAppJ5P9L9fdv
e4qoAM2QOsGJpePHrDCZaKstlPNWuLWU/6KggfNzGEsMNvE6ZTzQf0zK0aTU
S89cw1is3NpZBjM9EaZ2n0l5qICyAx7JVft8uF3nliU7nD3M6sAMzkglTt+J
F3XTfg+G5VFNYl0A4QFpNkNyY+ro+2fwO3KEgqi5NUvmtpwgmKzJtjK3p4SD
EKCdEGl9qmi5YMsTcTn23eBeQFen9QwgqHYSqS8u3yfdpunSslq5ITES0Dt8
in4yNS8AfXOh0QgMbo+63pnON9HZI6jTYJtl4I9AnDXbXGQ5nIQHEon4dbbm
hDkoVs4HKls+OJ2CGaXWEjq50BZbLNSixHGm6aEkUC0gyeNii3iGMpWVoFj6
4MOgXgZws54p7xu+nh6MRx+1Gq1WCf2695TlYXdgLqQbGylVUGNkso52hlFN
VywGACLN1hQ2p8y5mwsgaDj1ESsA1G2osLdODm7S60dymsSK757jHfzQJee0
FLlVlJF5yqxctdCK5N5Gj+4kg9i37gJAOfBWoumhTuBUzpDY3ATmImH9ruiG
5fZGirKDWGhyAYBQo5OyMojnJ3uaCDu5abCcwodFAC3gOg5smPShI8tAzVIy
Tqcg7lDeWOh5I/S6dKKswrt5l7i6tosWAE5yTgOiURAP6FVMMJICc9KiQdtv
hokBh9Fx0kTdRojzbQlREudzyIRZEzEMSua+rJ5z9J6MdFv4PX0jWeE+du36
AwlrVrQxyPbDneTSiCtdEYL9rULiifdMMTVv4FwppIXuy3J19D/CkDIjs5JG
B1CpgDARhaWbox1taWzU2oZAMI9Hl0MKlboOdYaigV+G2YKFLIG1dC6PiHjV
9AGwCCFnlDJx3y1rte9sPrHeAUHOP9H/H8jT8RBimJfNE2xQpRefYa8uDdt4
rMf9z1zUfd9O3KkpDiWAytTmhVU1QroTgt2zED0SSFWOIqS4RsYqA6oVfxWv
1hqMWOs2fZkZkUqyWkxwhP81aQ+KMMODegnAUyQs6bSRw1lpn4MAkTewAb8m
UxG2BZ+AVSoloH5Hd7EtvmGErJlwEKDrImxFEMZh3WZMNPO2MHEOYSGuo74/
iChnQ1HiKcnQpbNQVdpzcBUmsUdJ07vVu2Z71a6cO1hRza7MdPS59QX/P9ic
i/V5QZNAR7VK9nQoWYkiBLvRJryZO4agq/9ElhUwiyrMWI27u4Jo1+AzgljX
egZiHI8eiWqhCAuWOeq6Im56f896cRx4gm0kTQur6co3qQnhZJyomxxlI9tu
qFD3mTZHgVXy0Ld52D2OujO/u+ZuyY9iWMN5hdgtEvH4QUumv6FqWNlya168
e62/JVLZlYM9leBkHMdADxsAgfnoJHFlLZwjNjMkqGoqILL+0FZyqCIttOlO
57Kr9gpUQc3dlTz5NJOceQ07U6YnWP2QACAFgbzJ5hO8R7wsdpDjlYYuxQ3q
35KulHpGL2MX37y5+HsynlnC/WLJyj5AgGJ5CPGwMDLVyjmtpHfO85DuwuaI
Ui54hi12cJF41O16zUMqKfPiLDvy4+25VF28edM0KQPEI86OMRHNpFi6eDFo
xWvhaIspPlMP76QDTd5aPm56zXxgHGa+4Lm86/Y7yAYRCu/01APLSv0V+Q3s
06dDe/ugokw0mqho44oiSarzOFsVWxMbRInb6F0WOEetegK+0VFKC4PcOcbv
y9leLaSpAi94T5qlJHHsctF7zQGh5OOPE64J5R6IZ4Od6Y6KxNsT9znoh3Lk
gdZEIctsLYBacBAyU+BdHDhlX4poeW77ipmNawgrJlUh5E4Nv3KrtXL08YhN
Vknf25TlbF0HZJ7EHqjud6+708AYhV0eUk12xUo80kAlQO9UZ4pvJNGmkTPz
+gzCUwoMS5l8ZtiikXsOV2VnJjiYwgijqo8n2uqqzP2tdkOuu7tj0nRJ1fi3
09Pp6Z0DSrNKhyC+f7+/e1YbBCk8dYbMNS+2vSNfDCpwm6ULAx4MULUlJuzK
f1XM/bOijzvxd7e2snfTS5BG4M7Wj+JMIFFeE0bX28C24YZgXDxSqLr0mTEr
Sbjszg6LdRFy1+g7d7KO9u5MOrmdBrvOdoqNvpWNnHKrZbTct9DyUMJn5QSJ
QaLWcGIoVg/SdnuLyZjPeNZcijs/dAoQOWRcUIKRSypmBlKkNNk3nAolcJ2Y
puaJ0jFxMfiboDVNRPX+osrFS+GoEuZiPdqNWTFughcZZRO9T6Vy3cej18f1
vrDYe8DW3XdB/o2XAmJbMm0Qlsj05OtXsl6qlVxXcvw/n6Qrcnl/KtlfkYPa
jus0doIZF5NF63N2wSdYnPc5J+kcehL3ioUmYT7pNA4RT/5y8vTs5PgwBupL
lsfDnptuLV6fI99m6+Gb7w4TyENVBSkU9oZiRWan4qXM9sNUwcmm5lpv4+jm
9X5EcasBmBivMGKBUVnpKNFP1O/a6ew65Cy9QHZiFO1fcnjh4ekAT3i7L23n
9PSQh7CJTdIDY0FUp8PEdDtEpty4GcqkRpnxdbsAFZb84T7rmZ5UjMqqSqFY
g4zaiSUncahBQYiqNdMqT4LnKJ0lPrg+rGzLVMyTibJW7FKsuQ1FC0XQCOz2
kGft0L6ZtA0FkqHddQDF22p3XOJ/21ETqeGWfm0sK/cudB+Z16GClt/Yf7m2
kotNBzu/HCT2F1v7qREqfJFsFvqolcPnhC0Nx/Go7O9b6UnhzKXzWy2MS71J
aIj1lVPPYiGWOpekyXKPRst1X96qEyHbtrGfpQcl8ZxMFmpL0idWaEi9RERZ
4bMlpZbToMEdHxheWF3c3+W7/756OTl9jjiGblc+4/0zZcFxAi0Y5UyZVq2k
C06kEed0Kxq48nK6L6Uf0z2UDrtKUS7tc6Su7EbuDcWG+duwuuRt3EwPOsQo
F8qCV2ElNh7InBrLgxud0mE1DYCDx8vdGc6R2brYX0kb6u5ZSZdxlzhK4/2n
S9kJtJp2x45hzNmVWwDP5ToZjJIEUbVzimjwDi5NvEq5A3ea+7Evnj5pwlFz
RgyXaXMeRsbSgySZ5383vr9AEhvWR3LxgCG2mvlFKweb3bPo/unaX1eVP2m2
a7aphKkBFg55CMKeAJtdNp6vOTlK1M5BR9h83R8KyaZSd6HWQ2/doJyg1q5p
CtcfHw02dGQ6aqknhP9qy9TI0GNpRmouhxNeokRu4xWJiECv13SmbkG53EcN
Mf3sYGIyUVsWcoJTwoCxHu26qEKJWDXd0dN9N/wqL0xVT0RVXsXkVZOINB8B
YDlIOPkztPak4hHHoTRgUJa2Wnl2iV6UXYZ7hFa3zptRWi7sGqWfH1NRC93s
5okt2Gtb8Oj2MfuhFRCcdlhJw+9wcG6AeqgZNCh31Dmg0losfmpL7HIF//s0
WC36quqVJ+vafz2ijtakr7Er2uOxCfFUWmTsZ1qF3CWK/a6vyiWU3sndstiq
YkbQDurgSI3zICvkXUWVur/agpZvqMN3j6EI4L/21GQB12xn/FsDx0J9NovI
fo4j+zlWEY7Pnh0KFnzdu3o1Kb6r7Tktk/Q2MAK5sGuNi2Z40z3qQg72L2P3
TnsletCtT2y8yywnVH3L8hGJgnZs779750J9snR3qG9TA9mxytNZUsjFnm2q
hTJe8y5cvuhx75fasSOjLJ0VHrfLHOXTPUNIELBrutkrEsEGGPfe4p2/gYgh
4+Lrf4Zlaf5LD+jw9Q1Yq3WF+Zn/B90O/JFfzLUtfucAstISupXLpMML83V3
9X2G5BFvaGkT+aewMP/4lb7xKvdIkudmXUjnTC9F/uOfMvqRnmpMTk5kIvOu
8gvPtqL8LRee1Q4Hneqgi1wbtHsKu3RcNzHXEpPiysOr+LsTnumEsYGdjp7+
tKms3pBudsbeCrc5uLS4u8jTodQH94jzwe7oZzo6XuJzw6sG/ebiXMqyVpFl
8YG0qEK8sRIrBr0oNFzjm6FEd7JrWmQ4/lsd/zY0SUWoJf2iVMiZ7zttvH/S
OEl//wZsF4Xbf/CXO3A+hPEk3jpI60X4YbysH3rEomD/C2Gfoq5aNwAA

-->

</rfc>
