<?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.21 (Ruby 3.3.6) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-xu-savax-control-08" category="std" consensus="true" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.24.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-08"/>
    <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>Zhongguancun Laboratory</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="2024" month="November" day="28"/>
    <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.
AER:</t>
          </dd>
          <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>
        <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>
        <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>
        <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>
        <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. [STANDARDS-TRACK]</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 337?>

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

-->

</rfc>
