<?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.36 (Ruby 3.4.9) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-xu-savax-control-11" category="std" consensus="true" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="savax-control">Control Plane of Source Address Validation Architecture-eXternal (SAVA-X)</title>
    <seriesInfo name="Internet-Draft" value="draft-xu-savax-control-11"/>
    <author initials="K." surname="Xu" fullname="Ke Xu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>xuke@tsinghua.edu.cn</email>
      </address>
    </author>
    <author initials="X." surname="Wang" fullname="Xiaoliang Wang">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>wangxiaoliang0623@foxmail.com</email>
      </address>
    </author>
    <author initials="Y." surname="Guo" fullname="Yangfei Guo">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>guoyangfei@zgclab.edu.cn</email>
      </address>
    </author>
    <author initials="J." surname="Wu" fullname="Jianping Wu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>jianping@cernet.edu.cn</email>
      </address>
    </author>
    <date year="2026" month="May" day="17"/>
    <workgroup>Network Working Group</workgroup>
    <abstract>
      <?line 55?>

<t>Due to the fact that the Internet forwards packets in accordance with the IP destination address, packet forwarding generally occurs without examination of the source address. As a result, malicious attacks have been initiated by utilizing spoofed source addresses. The inter-domain source address validation architecture represents an endeavor to enhance the Internet by employing state machines to generate consistent tags. When two end hosts at different address domains (ADs) of the IPv6 network communicate with each other, tags will be appended to the packets to identify the authenticity of the IPv6 source address.</t>
    </abstract>
  </front>
  <middle>
    <?line 61?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The Inter-Domain Source Address Validation-eXternal (SAVA-X) mechanism serves to establish a trust alliance among Address Domains (AD). It maintains a one-to-one state machine among ADs in conjunction with the AD Control Server (ACS). Moreover, it generates a consistent tag and deploys this tag to the ADs' border router (AER). The AER of the source AD appends a tag to packets originating from one AD and destined for another AD, thereby identifying the identity of the AD. The AER of the destination AD verifies the source address by validating the correctness of the tag to determine whether the packet has a forged source address.</t>
      <t>In the packet forwarding process, if both the source address and the destination address of a packet belong to the trust alliance, the tag is either not added or added incorrectly. In such a case, the AER of the destination AD determines that the source address is forged and directly discards this packet. For packets with a source address outside the trust alliance, the destination AD forwards the packet directly.</t>
      <t>This document primarily focuses on researching the relevant specifications of the control plane of the SAVA-X between ADs. This will safeguard IPv6 networks from forged source addresses. For more detailed information about IPv6, refer to <xref target="RFC8200"/>. It stipulates the design of the consortium blockchain, the joining and exiting of nodes, the maintenance of trust alliance information based on the consortium blockchain, and the maintenance of the state machine. Its promotion and application can achieve the standardization of the control plane in the SAVA-X, facilitating the cooperation of related equipment developed by different manufacturers and organizations to jointly accomplish inter-domain source address validation.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

<section anchor="terminology-and-abbreviation">
        <name>Terminology and Abbreviation</name>
        <t>The following terms are used with a specific meaning:</t>
        <dl newline="true">
          <dt>ACS:</dt>
          <dd>
            <t>AD Control Server. The server maintains the state machine with other ACS and distributes information to AER.</t>
          </dd>
          <dt>AD:</dt>
          <dd>
            <t>Address Domain or Administrative Domain. The unit of a trust alliance. It is an address set consisting of all IPv6 addresses corresponding to an IPv6 address prefix.</t>
          </dd>
          <dt>ADID:</dt>
          <dd>
            <t>The identity of an AD.</t>
          </dd>
          <dt>ADID_Rec:</dt>
          <dd>
            <t>The record of the number of an AD.</t>
          </dd>
          <dt>AER:</dt>
          <dd>
            <t>AD border router, which is placed at the boundary of an AD of STA.</t>
          </dd>
          <dt>API_Rec:</dt>
          <dd>
            <t>The record of the prefix of an AD or STA.</t>
          </dd>
          <dt>ARI_Rec:</dt>
          <dd>
            <t>The record with relevant information of an AD or STA.</t>
          </dd>
          <dt>CSR:</dt>
          <dd>
            <t>Certificate Signing Request, which is used for an AD or STA to join or exit the consortium blockchain.</t>
          </dd>
          <dt>SM:</dt>
          <dd>
            <t>State Machine, which is maintained by a pair of ACS to generate tags.</t>
          </dd>
          <dt>STA:</dt>
          <dd>
            <t>sub-Trust Alliance, parts of TA.</t>
          </dd>
          <dt>STA-admin:</dt>
          <dd>
            <t>STA Administrator, the administrator of STA.</t>
          </dd>
          <dt>TA:</dt>
          <dd>
            <t>Trust Alliance. The IPv6 network that uses the SAVA-X mechanism.</t>
          </dd>
          <dt>Tag:</dt>
          <dd>
            <t>The authentic identification of the source address of a packet.</t>
          </dd>
        </dl>
      </section>
    </section>
    <section anchor="the-design-of-the-consortium-blockchain">
      <name>The design of the Consortium Blockchain</name>
      <t>As discussed in the introduction, consortium blockchain will be used in the SAVA-X mechanism.</t>
      <section anchor="trust-alliance">
        <name>Trust Alliance</name>
        <t>Trust Alliance (TA) is a hierarchical structure. Address domains (AD) are assigned into different sub-trust alliances (STA) according to geographic location, economic relationship, political relationship, social relationship, and military relationship. AD is the minimum unit for trust. The one-to-one maintenance state machine between ADs located in the same layer of sub-trust alliance generates consistent tags and deploys the tags to their AERs. The ADs in each sub-trust alliance elect a master AD node. The master AD node represents the sub-trust alliance and maintains the alliance-level state machine with other master AD nodes to generate alliance-level tags. When communicating across sub-trust alliances, it is necessary to achieve the feature of tag replacement.</t>
        <t>The AD in the SAVA-X must be located in a specific sub-trust alliance. According to its position in the SAVA-X, AD can be divided into three roles: primary address domain, boundary address domain, and ordinary address domain which is neither primary nor boundary address domain.</t>
        <ul spacing="normal">
          <li>
            <t>The primary address domain is the representative node of the aforementioned sub-trust alliance and is used to establish a connection with the primary address domain of other sub-trust alliances. In this way, the relationship between trust alliances finally forms a tree-like relationship, and there will be no direct relationship between address domains under the same branch.</t>
          </li>
          <li>
            <t>The boundary address domain is the address domain located at the boundary of the sub-trust alliance. It sends the packet to other sub-trust alliances or outside the trust alliance.</t>
          </li>
          <li>
            <t>The ordinary address domain is neither the primary address domain nor the address domain of the boundary address domain.</t>
          </li>
        </ul>
        <t>Due to the uncontrollable packet forwarding path, in SAVA-X, a virtual address domain needs to be set up as a non-boundary AD to communicate with the sub-trust alliance outside or receive packets sent from outside the sub-trust alliance to maintain the state machine. The virtual AD is recorded as AD_V (Virtual Address Domain). When a packet from an AD in a sub-trust alliance needs to be sent outside the sub-trust alliance, but there are multiple paths to the destination AD in the sub-trust alliance, the sub-trust alliance may have multiple boundary ADs to reach the destination AD. The sub-trust alliance does not know which boundary AD will be selected during the packet forwarding. Therefore, the primary function of AD_V is to prevent this by specifying the specific tag that should be added to the packet sent to the external address domain of the sub-trust alliance.</t>
        <t>What's more, the tag needs to be verified by the boundary address domain of the sub-trust alliance. Therefore, the boundary AD also needs to receive the tags maintained by the AD and AD_V in the trust alliance. As a tag for communicating data between the non-primary address domain and the external address domain of the sub-trust alliance.</t>
      </section>
      <section anchor="consortium-blockchain">
        <name>Consortium Blockchain</name>
        <t>To simplify the control plane's design and avoid the single-point failure to subvert the SAVA-X, we design the SAVA-X with a decentralized infrastructure that will store the information of the trust alliance.</t>
        <t>The consortium blockchain is composed of the trust alliance management committee chain and several sub-chains. Among them, the management committee chain is composed of several nodes to manage the administrator nodes of each sub-chain. The consortium blockchain records information of the sub-trust alliance administrator node, named STA-admin (Sub Trust Alliance administrator), and the member list of each sub-chain which is packaged and submitted by the STA-admin. Each sub-trust alliance has one STA-admin that is assumed by a specific elected AD in the sub-trust alliance. The AD in the same sub-trust alliance forms a private chain to maintain the information of the members of the sub-trust alliance jointly. The STA-admin in each sub-trust alliance is responsible for managing the joining and exiting of the sub-trust alliance node. The STA-admin of each sub-trust alliance maintains the relationship of the members in each sub-trust alliance through the trust alliance management committee chain.</t>
      </section>
      <section anchor="joining-and-exiting">
        <name>Joining and Exiting</name>
        <section anchor="node-joining">
          <name>Node Joining</name>
          <t>This is the admission of joining the sub-trust alliance member AD. The prerequisite for the AD to join the sub-trust alliance is to have a certificate issued by the STA-admin first. AD's Address Control Server (ACS), which will maintain the state machine with other ACS and distribute alliance information and other information to AER, submits a Certificate Signing Request file to the STA-admin of the sub-trust alliance that it wants to join to request the certificate. The CSR file includes ADID, ACS address information, IPv6 address prefix information, and its public key information. If the file is valid, STA-admin verifies the file, generates a node certificate, packages the AD's information into a block, and updates the list of members of the sub-consortium. STA-admin submits the latest block to the consortium blockchain, and the consortium blockchain updates the list of alliance members of the entire trust alliance.</t>
          <t>When a sub-trust alliance wants to join the trust alliance, STA-admin submits a CSR file to the consortium blockchain, including the member information list in the sub-chain and the information of the STA-admin. It requires offline negotiation and cooperation to apply for joining the consortium blockchain. The consortium blockchain management committee verifies the validity of the request, issues administrator certificates, and updates block information. The STA-admins in the current trust alliance jointly maintain a management committee chain, manage the administrator certificates of each sub-trust alliance, and use the certificates for encrypted communication. STA-admin submits the list of members of the sub-trust alliance to the consortium blockchain and joins the entire trust alliance.</t>
          <t>After a node joins the consortium blockchain, there is an Effecting Time and an Expiration Time in the CSR file. STA-admin will assign the sub-trust alliance member with an ADID number if it does not contain the ADID information in the submitted information. The consortium blockchain will give the permitted sub-trust alliance a sub-trust alliance number if the information submitted by the sub-trust alliance does not have the sub-trust alliance number. If there is a conflict between the submitted information and the returned information, the returned ADID or sub-trust alliance number will be selected.</t>
        </section>
        <section anchor="node-exiting">
          <name>Node Exiting</name>
          <t>The member node needs to submit the CSR file again to delete its relevant information. Its STA-admin decides whether to allow it to exit or not. After passing the validation, nodes of the sub-blockchain delete the relevant member information. It also needs to submit a CSR file for the exit of the sub-trust alliance node, which the alliance management committee decides whether to allow it. After validating the receiving exit request, other sub-trust alliance administrator nodes need to delete their maintenance-related sub-alliance node information.</t>
        </section>
      </section>
    </section>
    <section anchor="alliance-information-and-state-machine-maintenance-based-on-the-consortium-blockchain">
      <name>Alliance Information and State Machine Maintenance based on the Consortium Blockchain</name>
      <t>On the AER of the destination AD, to validate the tag, it is first necessary to find out the sub-trust alliance number from the source address of the arriving packet and find its corresponding source Address Domain Identity (ADID) number. Then find the currently valid tag according to the ADID number. The generation of the tag requires the maintenance of the state machine between the ACSes. In SAVA-X, member ADs need to inform each other of their sub-trust alliance number, ADID number, AD role, ACS address, and IPv6 address prefix. The members interact with each other with the state machine information according to the hierarchical division structure after obtaining the basic information of the other members. And use the tags generated by the state machine during the packet forwarding after the specified time to add and validate the tags.</t>
      <t>The relevant information needs to be stored in the sub-chains, where the node is located after joining the consortium blockchain. The information stored on the consortium blockchain needs the content specified in the following three message formats, namely ADID_Rec, ARI_Rec, and API_Rec. We give the packet format required by SAVA-X in the control plane as follows.</t>
      <section anchor="address-domain-identity-record">
        <name>Address Domain Identity Record</name>
        <t>Address Domain Identity Record (ADID_Rec) is used to identify an address domain uniquely in the trust alliance.</t>
        <figure anchor="fig-adid-rec">
          <name>Format of Address Domain Identity Record</name>
          <artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+
 |   ADID Type   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 ~              Address Domain Identity (ADID)                   ~
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <dl newline="true">
          <dt>ADID Type:</dt>
          <dd>
            <t>8-bit Type of ADID, 1 for 16-bit AS number, 2 for 32-bit AS number, 3 for 32-bit AD number, and other unassigned.</t>
          </dd>
          <dt>ADID:</dt>
          <dd>
            <t>The 16-bit or 32-bit ADID number. Its value can be the AS number or the number assigned by the consortium blockchain, and the specific length is determined by the ADID Type field. When each bit of ADID is 1, it represents that the AER requests the information of all members from ACS.</t>
          </dd>
        </dl>
      </section>
      <section anchor="ad-registration-information-record">
        <name>AD Registration Information Record</name>
        <t>AD Registration Information Record (ARI_Rec) is the registration information record of AD, which is used to record the necessary information required to register a specific member AD. The ACS and AD establish connections.</t>
        <figure anchor="fig-ari-rec">
          <name>Format of AD Registration Information Record</name>
          <artwork><![CDATA[
  0                   1                   2                   3
  0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |     Action    |     AD Type   |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 ~                            ADID_Rec                           ~
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                          ACS Address                          |
 |                                                               |
 |                                                               |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 |                         Effecting Time                        |
 |                                                               |
 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <dl newline="true">
          <dt>Action:</dt>
          <dd>
            <t>8-bit instruction to add (ADD=1) or delete (DEL=2) this record. Others are unassigned.</t>
          </dd>
          <dt>AD Type:</dt>
          <dd>
            <t>8-bit unsigned number indicating the role of AD. 0 for ordinary AD, 1 for primary AD, and 2 for boundary AD. Others are unassigned.</t>
          </dd>
          <dt>ADID_Rec:</dt>
          <dd>
            <t>Reference the ADID_Rec packet.</t>
          </dd>
          <dt>ACS Address:</dt>
          <dd>
            <t>128-bit the IPv6 address of ACS.</t>
          </dd>
          <dt>Effecting Time:</dt>
          <dd>
            <t>64-bit time specifies when this record is applied. It is recommended to use the 64-bit <tt>struct timeval</tt> format for the effecting time of the execution of this record. If all bits of this field are 0 or earlier than the current time, it means that it takes effect immediately.</t>
          </dd>
        </dl>
        <t>The role of the address domain is essential, and each address domain needs to be assigned a corresponding role according to its position in the sub-trust alliance. A sub-trust alliance needs to set one (and only one) primary address domain. It serves as the representative of the sub-trust alliance. The tag generated by its ACS and the ACSes of other sub-trust alliances' primary address domain maintains the state machine to generate the tag of the sub-trust alliance, and it issues the tag to the boundary address domain of the sub-trust alliance. A specific recommendation of a consensus algorithm could generate the primary address domain or be directly specified by the operator of the address domain with offline negotiation. The boundary address domain means that packets forwarded outside the address domain are no longer in the current sub-trust alliance. The primary address domain can be a boundary address domain or not. The tag replacement may occur in the boundary address domain. The ordinary address domain is neither a primary address domain nor a boundary address domain.</t>
      </section>
      <section anchor="ad-prefix-information-record">
        <name>AD Prefix Information Record</name>
        <t>AD Prefix Information Record (API_Rec) is the prefix information corresponding to the prefix of a specific AD. An AD may have more than one prefix, so registration information and prefix information records must be separated.</t>
        <figure anchor="fig-api-rec">
          <name>Format of AD Prefix Information Record</name>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Action    |   Alliance    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~                            ADID_Rec                           ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Prefix Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                         IPv6 Address                          |
|                                                               |
|                                                               |
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                         Effecting Time                        |
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        </figure>
        <dl newline="true">
          <dt>Action:</dt>
          <dd>
            <t>8-bit instruction to add (ADD=1) or delete (DEL=2) this record. Others are unassigned.</t>
          </dd>
          <dt>Alliance:</dt>
          <dd>
            <t>8-bit the sub-trust alliance number.</t>
          </dd>
          <dt>ADID_Rec:</dt>
          <dd>
            <t>Reference the ADID_Rec packet.</t>
          </dd>
          <dt>Prefix Length:</dt>
          <dd>
            <t>8-bit the length of the IPv6 prefix.</t>
          </dd>
          <dt>IPv6 Address:</dt>
          <dd>
            <t>128-bit indicates a certain address prefix operated by the corresponding member AD using together with Prefix Length.</t>
          </dd>
          <dt>Effecting Time:</dt>
          <dd>
            <t>64-bit time specifies when this record is applied. It is recommended to use the 64-bit struct timeval format for the effecting time of the execution of this record. If all bits of this field are 0 or earlier than the current  time, it means that it takes effect immediately.</t>
          </dd>
        </dl>
        <t>ARI_Rec and API_Rec are required to store the AD information in the consortium blockchain and send it to all AERs of their AD with the communication protocol between ACS and AER.</t>
      </section>
    </section>
    <section anchor="time-synchronization">
      <name>Time Synchronization</name>
      <t>Due to the time error between the border routers of the member ADs, to ensure the correct operation of the tag validation, it is necessary to make each device including ACS and AER in the trust alliance calibrate to the same clock reference. The NTP protocol could achieve this goal. You could see <xref target="RFC5905"/> for more details.</t>
      <t>Although the NTP protocol can guarantee the time synchronization between AERs, there may inevitably still be a slight time difference between AERs and ACSes. Therefore, each AER sets a shared time slice. With this time slice, both the expired tag and the new tag are considered valid. That is, more than one tag is valid for a while. The destination AD needs to validate all valid tags belonging to a specific source AD. The tag is correct if one of the tags is validated.</t>
      <t>Assuming that the maximum time difference between AER and ACS is <tt>te</tt>, we set a shared time slice with a length of <tt>2te</tt> between two adjacent tags. In this shared time slice, the two tags before and after are valid. The validity period of the tag with the shared time slice is shown below, see <xref target="figure1"/>.</t>
      <figure anchor="figure1">
        <name>Validity period of tag with the shared time slice</name>
        <artwork><![CDATA[
     +----------------------+
     |      Tag_(n-1)       |
     +----------------------+
                         +----------------------+
                         |         Tag_n        |
                         +----------------------+
                         |  |
                         |  |
                         |  |
     --------------------|--|------------------------------> Time Line
                         2te
]]></artwork>
      </figure>
      <t>In addition to the time difference, we should also take into account the packet transmission delay in the network. Set the minimum delay to <tt>td_min</tt> and the maximum delay to <tt>td_max</tt>. The expiration of <tt>Tag_n</tt> should be extended to <tt>td_max</tt> later, and the beginning of <tt>Tag_(n+1)</tt> validity period should be delayed to <tt>td_min</tt> later. The shared time slice and tag validity period corrected according to transmission delay is shown as follows, see <xref target="figure2"/>.</t>
      <figure anchor="figure2">
        <name>Validity period of tag with the shared time slice after modified</name>
        <artwork><![CDATA[
    +----------------------+
    |      Tag_(n-1)       |
    +----------------------+
                         +----------------------+
                         |        Tag_n         |
                         +----------------------+
                         | |
                         | |
    ---------------------|-|------------------------------> Time Line
                         2te-td_min+td_max
]]></artwork>
      </figure>
      <t>The expiration of the <tt>Tag_n</tt> is extended to <tt>te+td_max</tt>, and the beginning of the <tt>Tag_(n+1)</tt> is extended to <tt>te-td_min</tt>.  The parameters such as <tt>te</tt>, <tt>td_min</tt>, <tt>td_max</tt>, the period of the shared time slice, and the tag validity period are determined by the destination based on the actual network environment. Therefore, the lifecycle of a tag is as: <tt>lifecycle = Transition Interval + 2te - td_min + td_max</tt>.</t>
    </section>
    <section anchor="security-consideration">
      <name>Security Consideration</name>
      <t>TBD.</t>
    </section>
    <section anchor="iana-consideration">
      <name>IANA Consideration</name>
      <t>TBD.</t>
    </section>
  </middle>
  <back>
    <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="RFC5210">
        <front>
          <title>A Source Address Validation Architecture (SAVA) Testbed and Deployment Experience</title>
          <author fullname="J. Wu" initials="J." surname="Wu"/>
          <author fullname="J. Bi" initials="J." surname="Bi"/>
          <author fullname="X. Li" initials="X." surname="Li"/>
          <author fullname="G. Ren" initials="G." surname="Ren"/>
          <author fullname="K. Xu" initials="K." surname="Xu"/>
          <author fullname="M. Williams" initials="M." surname="Williams"/>
          <date month="June" year="2008"/>
          <abstract>
            <t>Because the Internet forwards packets according to the IP destination address, packet forwarding typically takes place without inspection of the source address and malicious attacks have been launched using spoofed source addresses. In an effort to enhance the Internet with IP source address validation, a prototype implementation of the IP Source Address Validation Architecture (SAVA) was created and an evaluation was conducted on an IPv6 network. This document reports on the prototype implementation and the test results, as well as the lessons and insights gained from experimentation. This memo defines an Experimental Protocol for the Internet community.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5210"/>
        <seriesInfo name="DOI" value="10.17487/RFC5210"/>
      </reference>
      <reference anchor="RFC5905">
        <front>
          <title>Network Time Protocol Version 4: Protocol and Algorithms Specification</title>
          <author fullname="D. Mills" initials="D." surname="Mills"/>
          <author fullname="J. Martin" initials="J." role="editor" surname="Martin"/>
          <author fullname="J. Burbank" initials="J." surname="Burbank"/>
          <author fullname="W. Kasch" initials="W." surname="Kasch"/>
          <date month="June" year="2010"/>
          <abstract>
            <t>The Network Time Protocol (NTP) is widely used to synchronize computer clocks in the Internet. This document describes NTP version 4 (NTPv4), which is backwards compatible with NTP version 3 (NTPv3), described in RFC 1305, as well as previous versions of the protocol. NTPv4 includes a modified protocol header to accommodate the Internet Protocol version 6 address family. NTPv4 includes fundamental improvements in the mitigation and discipline algorithms that extend the potential accuracy to the tens of microseconds with modern workstations and fast LANs. It includes a dynamic server discovery scheme, so that in many cases, specific server configuration is not required. It corrects certain errors in the NTPv3 design and implementation and includes an optional extension mechanism.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="5905"/>
        <seriesInfo name="DOI" value="10.17487/RFC5905"/>
      </reference>
      <reference anchor="RFC8200">
        <front>
          <title>Internet Protocol, Version 6 (IPv6) Specification</title>
          <author fullname="S. Deering" initials="S." surname="Deering"/>
          <author fullname="R. Hinden" initials="R." surname="Hinden"/>
          <date month="July" year="2017"/>
          <abstract>
            <t>This document specifies version 6 of the Internet Protocol (IPv6). It obsoletes RFC 2460.</t>
          </abstract>
        </front>
        <seriesInfo name="STD" value="86"/>
        <seriesInfo name="RFC" value="8200"/>
        <seriesInfo name="DOI" value="10.17487/RFC8200"/>
      </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>
    </references>
    <?line 340?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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

-->

</rfc>
