<?xml version="1.0" encoding="UTF-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.3.10 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>

<rfc ipr="trust200902" docName="draft-kuehlewind-update-tag-03" category="bcp">

  <front>
    <title abbrev="New Tag Definitions">Definition of new tags for relations between RFCs</title>

    <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>Kaloom</organization>
      <address>
        <email>Suresh@kaloom.com</email>
      </address>
    </author>

    <date year="2020" month="November" day="02"/>

    
    
    <keyword>Internet-Draft</keyword>

    <abstract>


<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>


<section anchor="introduction" title="Introduction">

<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 by different working groups and
different areas, which tend to apply different meanings to it. They also differ greatly 
about the obligations on the implementors of 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 implementors are also obliged to implement this new
RFC. Some other groups use the update tag to define optional extensions or use 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 don’t 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 one RFC as least look or also read the other
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" title="Requirements Language">

<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" title="New Definitions">

<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>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>

<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.
However, it is expected that some cases are less likely, e.g. an IETF-stream
RFC gets amended by an RFC from another stream. 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 anchor="additional-recommendations" title="Additional Recommendations">

<section anchor="discontinuation-of-the-use-of-updatesupdated-by" title="Discontinuation of the Use of Updates/Updated by">

<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. Any such change would require changing/updating/amending the RFC
carrying the “Updates” tag and building consensus for such a change might also not
be straight forward in all cases. Further, simply replacing the tag would 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="amendments" title="Amendments">

<t>This document does not impose any requirements on the form of the amendment
made. Some RFCs use and OLD/NEW style to highlight actual text changes others
simply describe the changes in text. Both can make sense in certain situation.
However, this document does recommend to use the OLD/NEW rather for smaller and
a limited number of changes, while if larger or many changes are needed, a new
document revision that obsoletes the old RFC should be considered.</t>

</section>
<section anchor="indication-of-linkage-in-the-abstract-and-introduction" title="Indication of Linkage in the Abstract and Introduction">

<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" title="Future work">

<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" title="Alternative Approaches">

<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" title="Security Considerations">

<t>The changes in this document do not have direct impact on 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>

</section>
<section anchor="acknowledgments" title="Acknowledgments">

<t>The authors would like to thank Alexey Melnikov, Alvaro Retana, Barry Leiba,
Eric Vyncke, Heather Flanagan, Martin Vigoureux, Brian Carpenter and Sandy
Ginoza for their reviews and comments that improved this document.</t>

</section>


  </middle>

  <back>

    <references title='Normative References'>





<reference  anchor="RFC2119" target='https://www.rfc-editor.org/info/rfc2119'>
<front>
<title>Key words for use in RFCs to Indicate Requirement Levels</title>
<author initials='S.' surname='Bradner' fullname='S. Bradner'><organization /></author>
<date year='1997' month='March' />
<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" target='https://www.rfc-editor.org/info/rfc8174'>
<front>
<title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
<author initials='B.' surname='Leiba' fullname='B. Leiba'><organization /></author>
<date year='2017' month='May' />
<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" target='https://www.rfc-editor.org/info/rfc7322'>
<front>
<title>RFC Style Guide</title>
<author initials='H.' surname='Flanagan' fullname='H. Flanagan'><organization /></author>
<author initials='S.' surname='Ginoza' fullname='S. Ginoza'><organization /></author>
<date year='2014' month='September' />
<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, &quot;Instructions to RFC Authors&quot;.</t></abstract>
</front>
<seriesInfo name='RFC' value='7322'/>
<seriesInfo name='DOI' value='10.17487/RFC7322'/>
</reference>




    </references>

    <references title='Informative References'>





<reference  anchor="RFC7991" target='https://www.rfc-editor.org/info/rfc7991'>
<front>
<title>The &quot;xml2rfc&quot; Version 3 Vocabulary</title>
<author initials='P.' surname='Hoffman' fullname='P. Hoffman'><organization /></author>
<date year='2016' month='December' />
<abstract><t>This document defines the &quot;xml2rfc&quot; 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>



  </back>

<!-- ##markdown-source:
H4sIAOFMoF8AA+1aW48bx5V+r19RO35YCyA5luxdR/OyGUsjW4guXo3kYJEE
QbG7SFam2c10dQ/FBPrv+51LVVdzZgMDCyywQB5scfpSdS7fOec7p3q5XJoh
DI2/si/9JrRhCF1ru41t/dEObhvtputt7xtHN6Jd++HofWs/vHoRjVuve39/
Zd/h2Y9uW6wQTd1Vrdtj2bp3m2F5N/pd44+hrZfjoXaDX2Lx5TffGvp9ZSr8
f9v1pyu7rg7GhEN/ZYd+jMOzb755/s0zc+dPx66vr+zrdvB964flS1rWmDi4
tv6za7oWW518NIdwZf8wdNXCxq4fer+J+HXa048/GePGYdf1V8baJf6zNrTx
yr5d2d9l8fiySP429H9x57e6fntlb/pQxdi1fMXvXWiu7J6eXk16/tbrQ6uq
2883vMWGfYi71rXFdrdj7+Nufod3+x3U4yXyXvLob+/4Bq9v2q7fw0f3MCbs
127KP81yubRuHYfeVbDZNbvPVq6FOFUz1t468jWuNI2v7cUn9lC8sMddqHb8
4NrbMeLe0JkmtHd4gQBCywydxX3/OcQhtFu6tLLvW3sY102oXIJTHLGQ440X
dtj5/IKhNY6haSZZWuvqmmHkGrv3g4M0jwlY2/UpyXjou/tQ+2idyAepaBcV
cmV/6o7+3ve0d4i81sGF3uJ32w326JtmWRN6sSgARe8CMV3vbRgMHqrGvvft
0JzEChQT+7EZwqHxtg6bjae70Lk/dNEDcSJU410dSZSqazdjJFO4dTcOhkSD
K0bWz7VkN9goi0YSwBoII9jIt9UJf0GQSJuvjPlIzyG+xj1t2nv4H79opx1J
E/EiLDtm29NlvJl/incv5d/arE/ZHgvdGru6mmzK6uCt3vuUEfhBuuYGu3P3
fmY8o+pEXog2rRxWWAkE96GuG2/MVxTGfVePFYn4T0D+/wekzz661H/ZFKVa
ZxIDdZOcyO13tOe278YDY8dMN13vXdYAu9fs4cOhKVfIuMO9MKwsRDpZ18RO
n8HS3tHmhhVmX3QAxFbrGixBl8IeBqSw6gBxjZfkW3bb73eh0RAigQVA8Cpc
afbuzscixPgVWOreNaFepLhj9FKIOthwPW7tJnzGVTiw6oExIMpWO9duKWpu
u73PRmGNp9XZuF1L1xhaiDXYsCap9X2geNjRLeM/H3w1CPY5cAmGM11hZDEX
G4XjanpAgIB3DNuApeoIkUk2CvQzyfC+4Nd2B40c/xnei2LuPmWkfNEcutAC
UkE8oXChOEI17xpyKaU9Tm8ttJnA7GwMg6a7I8UJEECIQ/SF3q3hL0NP1Ygk
e7EHuBxUPi2Hbpk1vMC2dcoOjyQQY34UTSE4PYnQRqxoFhTPcEJBWR5Q9qnw
ko8lacQU/Ck0YJ+FoWjyfx1TSGA5AnTX/uvwmDkpwF17OrNhSkuUBV1hqpxc
XJTMIXlFnXZ0p3Mr56QWqx0M8quy6oIzFbII/jzTzkooBKoQfY0tsd4mSBqL
OQnGFE4zJO7DdicJEDm+BYQGu+m7PejcnoD8mPqRM/hJXyWpUB3ckTAtMbzn
DOYDqy9Ss4X3poOR1BZIQnHgerUooE/JvyHOSZ7YewqtEPepRgIYL3JeK4xw
ORWEKQmCu1G4TpWBPQHDSoE4diYV9cgJTGqnpQtQkgrBuiNcAfg91plbh8sZ
r+S23miy5LJ2FvrIg/AIZzcsyr4FSrAmlAedvGPDUiagByVPktkk9K9zHWxO
C4UWmXlPlUnElQicy4NYGJtaa/ZmbDS7wBDesJ9aH1kicjLBw2vPQYkINm+7
ptueOJ9R8hYLSv49lZGrWdxgbZB/11aZ9JAgWCwZGJpIpi6ClELsjCqVkDak
J2GH7b/AI4CiZhqFFBVJ0Tyxnv8lVTtD0/8RVfvKfkBiCj0HQLRvUExGAhXX
eXRiFClQ4eLtp9uPFwv51757z78/3Pznp9cfbl7S79ufrt+8yT+MPnH70/tP
b15Ov6Y3X7x/+/bm3Ut5GVft7JK5eHv9Xxei9sX7nz++fv/u+s2FBG9pZHIT
4AWsBeoVD70nFDl0pD6iwq7FSz+8+Nk+/c7+/e//Alw/e/r0+Zcv+sdvnn7/
Hf4AjFvZjGus/ElZxiDdAwC0CKIARjuEAfHCuTbuumNrKQBW3K5ZC2NSd1x2
xuYHR1BRrMJzqFB7JMua4nwTcpzP1RKvPepgk+o8INw03ZECIzkX7d81I+6S
/+GMdCWltCRnDF5ehvIdPalJXsCTCAVxCafrcD7ghSS4E1vOlGYBHwB1gZiN
vu+HSt8J0ZB7eCV4KyJJhQ0yeKrO05ZdMlOmAaBEHehESVBJD6LFtFTYEtng
enWiDEdJjWvUnNF4W2gianIRYTRTAjSPPD3xgRuqRDCr/Pur7MrFa27Y5FW0
+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
5r8BmvYErRAxAAA=

-->

</rfc>

