<?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 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-kuehlewind-rswg-updates-tag-03" category="bcp" consensus="true" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="New Tag Definitions">Definition of new tags for relations between RFCs</title>
    <seriesInfo name="Internet-Draft" value="draft-kuehlewind-rswg-updates-tag-03"/>
    <author initials="M." surname="Kuehlewind" fullname="Mirja Kuehlewind">
      <organization>Ericsson</organization>
      <address>
        <email>mirja.kuehlewind@ericsson.com</email>
      </address>
    </author>
    <author initials="S." surname="Krishnan" fullname="Suresh Krishnan">
      <organization>Cisco</organization>
      <address>
        <email>sureshk@cisco.com</email>
      </address>
    </author>
    <date/>
    <abstract>
      <?line 32?>

<t>An RFC can include a tag called "Updates" which can be used to
link a new RFC to an existing RFC. On publication of such an RFC, the existing
RFC will include an additional metadata tag called "Updated by" which provides a
link to the new RFC. However, this tag pair is not well-defined and therefore it
is currently used for multiple different purposes, which leads to confusion about
the actual meaning of this tag and inconsistency in its use.</t>
      <t>This document recommends the discontinuation of the use of the updates/updated
by tag pair, and instead proposes three new tag pairs that have well-defined
meanings and use cases.</t>
    </abstract>
  </front>
  <middle>
    <?line 45?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>An RFC can include a tag called "Updates" which can be used to
link a new RFC to an existing RFC. On publication of such an RFC, the existing
RFC will include an additional metadata tag called "Updated by" which provides a
link to the new RFC. However, this tag pair is not well-defined and therefore it
is currently used for multiple different purposes, which leads to confusion about
the actual meaning of this tag and inconsistency in its use.</t>
      <t>The "Updates/Updates by" tag pair is currently used consistently as different working
groups or areas tend to apply different meanings to it. Opinions also differ greatly
about the obligations on implementors for the updated RFC. While updating an RFC never
makes the updated RFC invalid, updates can contain bug fixes or critical changes.
Some groups apply the update tag only to these kind of changes with the
expectation that new implementions are also obliged to implement the new
updating RFC. Some other groups use the update tag to define optional extensions
or new uses of extension points in the current protocol. This disconnect leads to a
situation where it is desirable to add a "mandatory-to-implement" indication to an
existing RFC.</t>
      <t>Groups or individuals that apply such restrictive conditions to the Updates tag,
consequently usually do not use the update tag for any extensions or addition to
a protocol. However, as there is no other way in the current metadata scheme to
link a new RFC to an existing RFC, not using the Updates tag makes it harder to
find these new RFCs. While implementors might well benefit from some
extensions or additions, they might not be aware of them and either not use them
or, in the worst case, implement an alternate mechanism instead.</t>
      <t>Currently the Updates/Updated by tag pair mainly provides a way to link two
documents. The cases mentioned above clearly benefit from such a linkage
which the expectation that readers of upadted RFC as least look or also read the updating
RFC. Additionally, there are more cases where such a linkage could be useful to improve
awareness of some newer related technology without providing any indication on the
importance of the linked document. As the conditions for the use of the Updates tag
are not clear, often it is not used in such cases.</t>
      <t>This document recommends the discontinuation of the use of the Updates/Updated
by tag pair, and instead proposes three new tag pairs that have well-defined
meanings and use cases.</t>
    </section>
    <section anchor="requirements-language">
      <name>Requirements Language</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
    </section>
    <section anchor="new-definitions">
      <name>New Definitions</name>
      <t>Based on the problems identified above this document defines three new tag pairs
with the following meanings:</t>
      <t>Amends/Amended by: This tag pair is used with an amending RFC that changes the
amended RFC. This could include bug fixes, behavior changes etc. This is
intended to specify mandatory changes to the protocol. The goal of this tag pair
is to signal to anyone looking to implement the amended RFC that they MUST also
implement the amending RFC.</t>
      <t>Extends/Extended by: This tag pair is used with an extending RFC that defines an
optional addition to the extended RFC. This can be used by documents that use
existing extension points or clarifications that do not change existing protocol
behavior. This signals to implementers and protocol designers that there are
changes to the extended RFC that they need to consider but not necessarily
implement.</t>
      <t>See Also/See Also: This is intended as a catch-all tag where two documents are
related loosely but do not fit either of the above categories. The main
intention of this tag is to provide a forward reference from the existing RFC to
the RFCs that may be of interest to read. However, it is not recommenced to
use this tag extensively.</t>
      <t>These three tags MUST only be used for the defined meanings, mostly with respect
to the implication on implementation requirements. This document does
not mandate the use of these tags if one of the described use cases apply. Tags
are optional metadata that are useful to understand the context of RFCs and navigate
the RFC series. All three tags can only be used to reference other RFCs (and not as
reference to external sources).</t>
      <t>If a new RFC amends an old RFC while also defining an extension, usually it is
sufficient to use the "Amends" tag. However, both tags could be used as well.
In any case, it is more important to explain clearly in the abstract what
is amended/extended by the new RFC (see section <xref target="explain-in-abstract"/>).</t>
      <t>As today with "updates", none of the new tags makes the extended/amended
RFC invalid. An implementation that conforms to the amended RFC still conforms
to that RFC, even when an amendment is published. However, an implementation
can, and hopefully should, of course be updated to also conform to the new RFC
with the amendment. If only conformance to the new RFC is desired, obsoleting
the respective RFC with a new full (bis) specification may be more appropriate and
should be consider instead.</t>
      <section anchor="cross-stream-use-and-maturity-levels">
        <name>Cross-stream use and maturity levels</name>
        <t>This document does not impose any restrictions on the status or maturity level of
the RFC that uses these new tags in relation the RFC that gets amended/extended.
Further, no restrictions are made on the use of these tags across RFC streams.</t>
        <t>However, it is expected that some cases are less likely, e.g. an IETF-stream
RFC gets amended by an RFC from another stream. For amendments that effectively
change the orginially RFC is is expected that the same consensus process is applied.
This document does not speicify any detailed process requirements on how this is achieved.</t>
        <t>Examples exist where non
IETF-stream documents update IETF-stream documents. However, these updates usually
utilize an existing extension point and therefore the use of "Extends" would be expected
in future, e.g. RFC 3579 (RADIUS Support For EAP) which is a document in the
Independent Submission Stream updates RFC 2869 (RADIUS Extensions), an IETF stream
document. In fact, this new, more clear definition of tags could even lead to
an increase in cross stream usage of the "Extends" tag (if adopted by other
streams, which is still open for discussion and may be reflected in future versions
of this document).</t>
      </section>
    </section>
    <section anchor="additional-recommendations">
      <name>Additional Recommendations</name>
      <section anchor="discontinuation-of-the-use-of-updatesupdated-by">
        <name>Discontinuation of the Use of Updates/Updated by</name>
        <t>[NOTE: This is open for discussion and we would like opinions on
whether the use of Updates needs to be discontinued for all future
documents or not. This requires further discussion with the
RFC Editor and the other stream managers to see if we can have a
unified policy for all streams]</t>
        <t>This document makes the updates tag obsolete for future use: it MUST NOT
be used in new IETF stream documents.  The new tags are to be used
instead, beginning with the publication of this document as an RFC.</t>
        <t>However, the Updates/Updated by tag pair will remain in existing documents
and there is no plans to change these metadata in order to apply the new tags
instead. While it would be possible to change the "Updated by" tag in the metadata
without republishing the updating RFC, the mapping to either "Amended by", "Extended
by", or "See also" is not always straight forward and as such would require building
consensus for each RFC separately. Further, simply replacing the tag would in any way
not be sufficient, as also RFCs that currently do not have an updates tag would
probably qualify to have one of the new tags defined in this document.</t>
      </section>
      <section anchor="formating-style-of-amendments">
        <name>Formating Style of Amendments</name>
        <t>Currently some RFCs use and OLD/NEW style to highlight actual text changes others
simply describe the changes in text. While this document does not require a specific format of amendments,
it recommends the use of the
OLD/NEW style in Amending RFCs for minor and limited number of changes. This could
enable the use of automated tools in the future to produce a marked up copy of the Amended
RFC that shows the effect of these changes in place. If extensive or a large number of
changes are needed, a new document revision that obsoletes the old RFC might still
be a better option.</t>
      </section>
      <section anchor="explain-in-abstract">
        <name>Indication of Linkage in the Abstract and Introduction</name>
        <t>The RFC style guide <xref target="RFC7322"/> recommends to indicate updates in the abstract
and introduction. Note that both is needed as the abstract is meant to function
in a stand-alone fashion. This document will keep this practice for the new
Amends/Amended by and Extends/Extended by tag pairs as well. It is further
recommended to provide additional information about the extension in the
abstract or introduction for the Extends/Extended by tag pair in order to
provide the reader some assistance whether he or she also needs to read the rest
of extending RFC.</t>
        <t>For the See Also/See Also tag pair, additional information of the linked RFC may
be added in the introduction but there is no expectation to name these RFC in
the abstract.</t>
      </section>
    </section>
    <section anchor="future-work">
      <name>Future work</name>
      <t>There will be a need to update the RFC Style Guide <xref target="RFC7322"/> (and specifically
Section 4.1.4.) in order to discuss the new tags if and when this document is
published.</t>
      <t>Further, the "updates" attribute is part of the "xml2rfc" Version 3 Vocabulary <xref target="RFC7991"/>.
Therefore an extension to <xref target="RFC7991"/> is need as well. This may be done by a future version of
this draft or in a separate draft, e.g. with other extension or amendments to <xref target="RFC7991"/>.</t>
    </section>
    <section anchor="alternative-approaches">
      <name>Alternative Approaches</name>
      <t>This document proposes three new meta data tag pairs to address the problem that the use of
the "Updates" tag is currently undefined which causes confusion due to various different practices
applied in different group and after all a waste of time in recurring discussion about using
or not using the tag.</t>
      <t>Alternatively, in order to solely solve the problem of avoiding unnecessary discussion time, it would
also be possible to document that the "Updates" tag is undefined and as such there are no
strict rules about applying it or any implications of using it. This was proposed by the IESG
providing an IESG statement for community discussion and lead to community feedback indicating
that this solution is not preferred.</t>
      <t>However, rather than defining three new tags, one could also just clearly define the meaning of the existing
update tag. Still, this could also be confusing as it would not apply to RFCs that are already published.
So re-naming and defining one tags, instead of three, would be an alternative. This one tag
could either cover all three usages that are described in this draft or only one (probably the one
as defined by the proposed "Amends" tag, as this is usually seen as the most important one).</t>
      <t>This draft proposes three tags as those tags are considered to cover most of the usages that we
see today for the "Updates" tag, assuming that these cases are benefiting from a forward reference
of an already published RFC to a new RFC. Especially separating changes to an existing RFC, as often done
by use of the OLD/NEW notation, from extension/additions to an RFC is one of the main confusion and
discussion points and therefore this draft proposes different tags for it. However, if it is observed that
not all proposed tags are actively used in future, or their usage is still not sufficiently clear,
it should be considered to deprecate the unused tags and therefore restrict forward references to
only some of the identified usages.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The changes in this document do not have directly impact the security of any protocol
or mechanism specified in the RFC series. However, amendments or extensions can help
to improve security or discuss security-related issues. Therefore, the use of the
proposed tags and their clear definition can also support such RFCs in their intended
goals regarding security.</t>
      <t>If a document is amended, it is expected that the same consensus process is used as for
the original document as an amended can be see as an actual change of the original document.
For extension points usually the orginially specification also defines requirement for an
extension mechanism to be used, e.g. in form of policy for IANA registries. Of course,
the requirement must be considered when extending a protocol.</t>
      <t>There is a risk that this experiment fails by either not seeing adoption from the community
or not addressing the discussed problems sufficiently (ambiguity of use, implications for
implementations). However, it is not expected that the proposed tags will make these problem worse.
In the worst case, if the experiment is decided to be reverted in future and the Updates tag
should be used instead again, this will likely not make the situation worse or more confusing
than it already is either. Maybe this effort is than seen as a waste of time but the same recurring
discussions about using or not using the Updates tag (especially during IESG review but also
before that in the working group discussion) are a waste of time as well.</t>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>The authors would like to thank Alexey Melnikov, Alvaro Retana, Barry Leiba,
Eric Vyncke, Heather Flanagan, Martin Vigoureux, Brian Carpenter, Sandy
Ginoza, Eric Rescorla and Robert Sparks for their reviews and comments that improved this document.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. 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="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC7322">
          <front>
            <title>RFC Style Guide</title>
            <author fullname="H. Flanagan" initials="H." surname="Flanagan"/>
            <author fullname="S. Ginoza" initials="S." surname="Ginoza"/>
            <date month="September" year="2014"/>
            <abstract>
              <t>This document describes the fundamental and unique style conventions and editorial policies currently in use for the RFC Series. It captures the RFC Editor's basic requirements and offers guidance regarding the style and structure of an RFC. Additional guidance is captured on a website that reflects the experimental nature of that guidance and prepares it for future inclusion in the RFC Style Guide. This document obsoletes RFC 2223, "Instructions to RFC Authors".</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7322"/>
          <seriesInfo name="DOI" value="10.17487/RFC7322"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC7991">
          <front>
            <title>The "xml2rfc" Version 3 Vocabulary</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="December" year="2016"/>
            <abstract>
              <t>This document defines the "xml2rfc" version 3 vocabulary: an XML-based language used for writing RFCs and Internet-Drafts. It is heavily derived from the version 2 vocabulary that is also under discussion. This document obsoletes the v2 grammar described in RFC 7749.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7991"/>
          <seriesInfo name="DOI" value="10.17487/RFC7991"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
OAAA

-->

</rfc>
