<?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-data-10" category="std" consensus="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="savax-data">Data Plane of Source Address Validation Architecture-eXternal (SAVA-X)</title>
    <seriesInfo name="Internet-Draft" value="draft-xu-savax-data-10"/>
    <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"/>
    <abstract>
      <?line 54?>

<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>
      <t>This memo focuses on the data plane of the SAVA-X mechanism.</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 mainly studies the relevant specifications of the data plane of the SAVA-X between ADs, which will protect IPv6 networks from being forged source addresses. See <xref target="RFC8200"/> for more details about IPv6. It stipulates the state machine, tag generation and update, tag processing in AER, and packet signature Its promotion and application can realize the standardization of  the data plane in the SAVA-X to facilitate the related equipment developed by different manufacturers and organizations to cooperate to accomplish the inter-domain source address validation jointly.</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. 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>SM:</dt>
          <dd>
            <t>State Machine, which is maintained by a pair of ACS to generate tags.</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="state-machine-mechanism">
      <name>State Machine Mechanism</name>
      <t>In SAVA-X, the state machine mechanism is used to generate, update, and manage the tags.</t>
      <figure anchor="SM">
        <name>State machine mechanism.</name>
        <artwork><![CDATA[
+------+              +-------+                    +---------+
| S_n  |     triger   | A-Box |     transition     | S_(n+1) |
|      |------------->|       |------------------->|         |
+------+              +-------+                    +---------+
                          | generation
                          |
                          v
                      +-------+
                      | Tag_n |
                      +-------+
]]></artwork>
      </figure>
      <dl newline="true">
        <dt>State:</dt>
        <dd>
          <t><tt>S_n</tt> and <tt>S_(n+1)</tt> represent the current state and next state of the SM respectively.</t>
        </dd>
        <dt>Tag:</dt>
        <dd>
          <t><tt>Tag_n</tt> is generated in the progress of state transiting from <tt>S_n</tt> to <tt>S_(n+1)</tt>.</t>
        </dd>
        <dt>Algorithm Box:</dt>
        <dd>
          <t>A-Box is Alogorithm Box. It is used to transmit the State and generate the tag. It takes the current State as the input and the following State and current tag as the output. The algorithm box consists of two parts: one is the transition function <tt>transit()</tt>, <tt>S_(n+1)</tt> = transit(<tt>S_n</tt>); the second is the function <tt>generate()</tt> to generate tags. <tt>Tag_n</tt> = generate(<tt>S_n</tt>). The algorithm box (A-Box) is the core of the state machine. It determines the data structure of state and tag, the specific mode of state machine implementation, as well as its security and complexity.</t>
        </dd>
        <dt>Trigger:</dt>
        <dd>
          <t>It is used to trigger the transition of State.</t>
        </dd>
        <dt>Transition:</dt>
        <dd>
          <t>It reprents the progress of state transiting from <tt>S_n</tt> to <tt>S_(n+1)</tt>.</t>
        </dd>
        <dt>Generation:</dt>
        <dd>
          <t>It represents the progress of calculating the current tag from the current State.</t>
        </dd>
      </dl>
    </section>
    <section anchor="tag">
      <name>Tag</name>
      <section anchor="tag-generation-algorithm">
        <name>Tag Generation Algorithm</name>
        <t>There are two ways to generate tags: pseudo-random number algorithm and hash chain algorithm.</t>
        <section anchor="pseudo-random-number-algorithm">
          <name>Pseudo-Random Number Algorithm</name>
          <t>In the pseudo-random number generation algorithm, an initial number or string is usually used as the "seed", which corresponds to the initial state of the state machine. Using seeds, a pseudo-random number sequence is generated as a tag sequence through some algorithm. Next, we would take KISS (keep it simple stub), a pseudo-random number generation algorithm, as an example to introduce how to apply it to the state machine mechanism. For the algorithm details of KISS, you could refer to the following reference pseudo code:</t>
          <figure anchor="kiss99">
            <name>KISS99: Pseudo-random number generatation</name>
            <artwork><![CDATA[
/* Seed variables */
uint x = 123456789,y = 362436000,z = 521288629,c = 7654321;
uint KISS(){
   const unsigned long a = 698769069UL;
   unsigned long t;
   x = 69069*x+12345;
   y ^= (y<<13); y ^= (y>>17); y ^= (y<<5);
   t = a*z+c; c = (t>>32);
   z=cast(uint)t;
   return x+y+z;
}
]]></artwork>
          </figure>
          <t>In this algorithm, State <tt>S</tt> can be expressed as (<tt>x</tt>, <tt>y</tt>, <tt>z</tt>, <tt>c</tt>). The algorithm box is <tt>KISS()</tt>. After each calculation, the state undergoes a transition from <tt>S_n</tt> to <tt>S_(n+1)</tt>, that is, the four variables <tt>x</tt>, <tt>y</tt>, <tt>z</tt>, and <tt>c</tt> are all changed. At the same time, a pseudo-rng number (<tt>x</tt> + <tt>y</tt> + <tt>z</tt>) is generated.</t>
          <t>As the state machine shown above, the initial state is <tt>S_0 = (123456789, 362436000, 521288629, 7654321)</tt>. In fact, the initial state can be arbitrarily selected by the algorithm shown below:</t>
          <figure anchor="seeds-rng">
            <name>KISS99: Initial state selection</name>
            <artwork><![CDATA[
void init_KISS() {
   x = devrand();
   while (!(y = devrand())); /* y must not be zero */
   z = devrand();
   /* Don't really need to seed c as well
      but if you really want to... */
   c = devrand() % 698769069; /* Should be less than 698769069 */
}
]]></artwork>
          </figure>
          <t>The basic design goal of the pseudo-random number generation algorithm is mainly a long cycle and pretty distribution, however, without or little consideration of safety factors. The backstepping security and prediction ability of the KISS algorithm have not been proved.</t>
        </section>
        <section anchor="hash-chain-algorithm">
          <name>Hash Chain Algorithm</name>
          <t>For the design of a hash chain-based tag generating algorithm, one can see S/Key in <xref target="RFC1760"/>. In the S/Key system, there is an encryption end and an authentication end. The encryption end generates an initial state <tt>W</tt>, and then uses some hash algorithm <tt>H()</tt> to iterate on <tt>W</tt> to obtain a string sequence: <tt>H_0(W)</tt>, <tt>H_1(W)</tt>, ..., <tt>H_N(W)</tt>, where <tt>H_n(W)</tt> represents the iterative operation of <tt>H()</tt> on <tt>W</tt> n times, <tt>H_0(W)</tt> = <tt>W</tt>. The state sequence <tt>{S}</tt> is defined as the reverse order of the hash chain, that is, <tt>S_n</tt> = <tt>H_(N-n)(W)</tt>. For example, the initial state <tt>S_0</tt> = <tt>H_N(W)</tt> and the final state <tt>S_N</tt> = <tt>H_0(W)</tt> = <tt>W</tt>, so the transfer function <tt>transit()</tt> is repsented as the invere <tt>H()</tt>. Different from the KISS pseudo-random number generation algorithm mentioned in the previous section, in the hash chain, the tag is the state itself, that is, the output and input of <tt>generate()</tt> are consistent, and <tt>Tag_n</tt> = <tt>S_n</tt>. In the following discussion, <tt>S_n</tt> is temporarily used instead of <tt>Tag_n</tt> for the convenience of expression.</t>
          <t>The encryption end sends the initial state <tt>S_0</tt> to the verification end, and maintains <tt>S_1</tt> ~ <tt>S_n</tt>, which is also the tag sequence used. The encryption end sends <tt>S_(n+1)</tt> to the verification end every time. The verification end uses the <tt>S_n</tt> maintained by itself to verify the tag correctness of the encryption end by calculating <tt>S_(n+1)</tt> = transit(<tt>S_n</tt>). As explained above, <tt>transit()</tt> is the inversion of <tt>H()</tt>. In practice, a secure hash algorithm is usually used as <tt>H()</tt>, such as SHA-256. For these hash algorithms, it is easy to calculate <tt>H()</tt>, but it is difficult to calculate the inversion of <tt>H()</tt>. Therefore, the actual operation is as follows: after receiving  <tt>S_(n+1)</tt>, the verification end calculates whether H(<tt>S_(n+1)</tt>) is  equal to <tt>S_n</tt>. If it is equal, the verification is successful, otherwise, it fails.</t>
          <t>Hash chain algorithm has high security. It can prevent backstepping and prediction well. Not only the attacker cannot backstep or predict, but also the verification end cannot do that. The disadvantage of the hash chain algorithm is that before using tags, the encryption end needs to calculate all tag sequences, and then send the last of the sequence to the verification end as the initial state. At the same time, the encryption end needs to save a complete tag sequence, although it can be deleted after each tag is used up. The cost of storage of the hash chain algorithm can not be ignored</t>
        </section>
      </section>
      <section anchor="tag-update">
        <name>Tag Update</name>
        <t>After the state machine is enabled, the source AD uses the initial state <tt>S_0</tt> to transfer to the state <tt>S_1</tt> through the algorithm box, and generates the tag <tt>Tag_1</tt>. In the subsequent state transition interval, the AER of the source AD uses the same tag, <tt>Tag_1</tt>, to add to the message sent from this AD to the destination AD. The source AD does not transfer from the state <tt>S_1</tt> to the state <tt>S_2</tt> until the transition interval passes, and starts to use tag <tt>Tag_2</tt>. In this cycle, the state sequence <tt>S_1</tt> ~ <tt>S_N</tt> and tag sequence <tt>Tag_1</tt> ~ <tt>TAG_N</tt> are experienced, in which <tt>Tag_1</tt> ~ <tt>Tag_N</tt> are used as tags in turn and added to the message by the source AER. Similarly, the destination AER uses the same state machine to calculate the tag sequence, so as to verify the tag in the message. If the source AD and the destination AD can ensure the synchronization of the state machine, it would guarantee the synchronization of the tags. So the tags can be verified correctly.</t>
        <t>Each state machine has an activation time and an Expiration Time. After the expiration time comes, the current state machine is deactivated. If a new state machine is available, the new state machine will be used and perform the same label verification process.</t>
      </section>
    </section>
    <section anchor="packet-processing-at-aer">
      <name>Packet Processing at AER</name>
      <t>SAVA-X does not require the intermediate router to recognize and process the SAVA-X option, which we will describe at <xref target="iana"/>, as long as the intermediate router correctly implements the extension header and option processing method described in IPv6 protocol  <xref target="RFC8200"/>. The intermediate router could correctly forward the packet regardless of its specific content even if it does not recognize the SAVA-X option well.</t>
      <t>The border router, AER, needs to handle the tag correctly. The AER of the source AD judges whether the IPv6 destination address belongs to the trust alliance. If no, the packet will be forwarded directly. If yes, the AER continues to judge the hierarchical relationship between the source AD and the member ADs to which the packet's destination IP address belongs. If the source AD and the destination AD are under the same sub-trust alliance, the AER would add the tag between the two ADs, otherwise add the AD_V tag.</t>
      <t>Note that the packet will not be processed at other AERs in the sub-trust alliance.</t>
      <t>At the AER of the boundary of the sub-trust alliance, the packet is classified according to the IPv6 destination address. If the destination address is not within the trust alliance, it will be forwarded directly. If the destination address belongs to this sub-trust alliance, it will be classified according to the source IP address. If the source address also belongs to this sub-trust alliance, it will be forwarded directly. If the source address does not belong to this sub-trust alliance, the AER needs to verify the sub-trust alliance tag and replace it with the AD_V tag in this sub-trust alliance for following forwarding. If the destination IP address of the packet belongs to another sub-trust alliance, it <bcp14>SHALL</bcp14> be classified according to the source address. If the source address belongs to this sub-trust alliance, verify the AD_V tag. If consistent, replace with a sub-trust alliance tag. If the source address is not in this sub-trust alliance, it will be forwarded directly. Otherwise, the packet will be discarded.</t>
      <t>The AER of the destination AD classifies the packet according to the source address of the packet to be forwarded to determine whether it originates from a member AD. If yes, enter the label check. Otherwise, it will be forwarded directly. Tag verification process: if the tag carried by the packet is consistent with the tag used by the source AD, remove the tag and forward the packet. Otherwise, the packet will be discarded.</t>
      <section anchor="port-classification">
        <name>Port Classification</name>
        <t>In order to classify packets correctly to complete tag addition, inspection, and packet forwarding, it is necessary to classify the ports (interfaces) of AER. Any connected port of AER must belong to and only belong to the following types of ports:</t>
        <ul spacing="normal">
          <li>
            <t>Ingress Port: Connect to the port of the non-SAVA-X router in this AD. Generally connected to IGP router in the domain.</t>
          </li>
          <li>
            <t>Egress Port:  Connect to other AD ports.</t>
          </li>
          <li>
            <t>Trust Port:   Connect to the port of the SAVA-X router in this AD.</t>
          </li>
        </ul>
      </section>
      <section anchor="source-address-validation">
        <name>Source Address Validation</name>
        <t>In SAVA-X, AER must check the source address of the packet. Only the packet passing the check will be subject to the  <xref target="pkt-clsscify"/> step, and the packet using the fake source IP address will be discarded. The source address is checked using the ingress filtering method. AER only checks the source address according to the following three rules:</t>
        <ul spacing="normal">
          <li>
            <t>The packet entering an AER from the Ingress Port <bcp14>SHALL</bcp14> only carry the source address prefix belonging to this AD.</t>
          </li>
          <li>
            <t>The packet entering an AER from the Egress Port <bcp14>SHALL NOT</bcp14> carry the source address prefix belonging to this AD.</t>
          </li>
          <li>
            <t>Packets entering an AER from Trust Port are not checked.</t>
          </li>
        </ul>
        <t>The prefix of IP address owned by one AD <bcp14>SHALL</bcp14> be configured by the administrator or obtained from the control plane and deployed to AER by ACS of this AD.</t>
      </section>
      <section anchor="pkt-clsscify">
        <name>Packet Classification</name>
        <t>It <bcp14>SHALL</bcp14> be classified after the packet entering an AER passes the source address validation. There are three types of packets: packets that <bcp14>SHOULD</bcp14> be tagged, packets that <bcp14>SHOULD</bcp14> check tags and other messages. The judgment rules of the three packets are as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Packets entering AER from Ingress Port. If the source address belongs to this AD and the IPv6 destination address belongs to another AD in the same sub-trust alliance, the tag must be added. If the source IP address belongs to another AD in the same sub-trust alliance and the IPv6 destination address belongs to another sub-trust alliance, the  tag must be verified and replaced with the sub-trust alliance tag. Other packets are forwarded directly.</t>
          </li>
          <li>
            <t>Packets entering AER from the Egress Port. The tag must be checked if the source address belongs to another AD in the same sub-trust alliance and the IPv6 destination address belongs to this AD. If the source address belongs to another sub-trust alliance and the IPv6 destination address belongs to another AD in the same sub-trust alliance, the tag must be checked and replaced. And other packets can be forwarded directly.</t>
          </li>
          <li>
            <t>Packets entering AER from Trust Port. These packets <bcp14>SHOULD</bcp14> be forwarded directly.</t>
          </li>
        </ul>
        <t>The relationship between IP address and ADs <bcp14>SHALL</bcp14> be obtained from the control plane and deployed to the AER by the ACS of the AD. When the SAVA-X option of the packet received from the progress port carries the active AD number, you can skip the "mapping from address to AD number" process and directly use the AD number carried in the message.</t>
      </section>
      <section anchor="tag-addition">
        <name>Tag Addition</name>
        <t>AER <bcp14>SHOULD</bcp14> add a destination option header and add the SAVA-X option into the packet according to the requirements of IETF <xref target="RFC8200"/>.</t>
        <t>According to <xref target="RFC8200"/>, the destination option header <bcp14>SHOULD</bcp14> be filled so that its length is an integer multiple of 8 bytes, including the Next Hader and Hdr Ext Len fields of the destination option header, the Next Header and Payload Length fields of the IPv6 packet header, and the upper protocol header (such as TCP, UDP, etc.). If it is necessary, AER <bcp14>SHOULD</bcp14> recalculate the Checksum field.</t>
      </section>
      <section anchor="tag-verify">
        <name>Tag Verification</name>
        <t>AER will process the first option with Option Type equal to the binary code of <tt>00111011</tt> in the destination header. It is detailed described at <xref target="iana"/>.</t>
        <ol spacing="normal" type="1"><li>
            <t>If the packet does not contain a destination option header or SAVA-X option. the packet <bcp14>SHOULD</bcp14> be discarded.</t>
          </li>
          <li>
            <t>If the packet contains the SAVA-X option but the parameters or tag are incorrect, the packet <bcp14>SHOULD</bcp14> be discarded.</t>
          </li>
          <li>
            <t>If the packet contains the SAVA-X option, and the parameters and tag are correct, AER must replace the tag or remove the tag when needed before forwarding the message.</t>
          </li>
        </ol>
        <t>In the following scenarios, the tag needs to be removed. If there are only the SAVA-X option, Pad1, and PadN options in the destination option header of the message, AER <bcp14>SHOULD</bcp14> remove the whole destination option header. If there are other options besides the SAVA-X option, Pad1 and PadN option in the destination option header, AER <bcp14>SHOULD</bcp14> remove the SAVA-X option and adjust the alignment of other options according to the relevant protocols of IPv6. In order to remove the SAVA-X option, the destination option header may also be filled, or some Pad1 and PadN may be removed, to make its length multiple of 8 bytes. At the same time, the Next Header field and Payload Length field deployed in the IPv6 message header, and the Checksum field of the upper protocol header (such as TCP, UDP, etc.) <bcp14>SHALL</bcp14> be rewritten
as necessary.</t>
      </section>
      <section anchor="tag-replacement">
        <name>Tag Replacement</name>
        <t>The tag needs to be replaced when the packet passes through different sub-trust alliances. Tag replacement needs to be done on the AER of the boundary address domain of the sub-trust alliance. This feature is not necessary to realize the AER of each non-boundary address domain in the sub-trust alliance.</t>
        <t>When the packet arrives at the AER of the sub-trust alliance boundary, it is classified according to the destination address.</t>
        <ol spacing="normal" type="1"><li>
            <t>If the destination address does not belong to the trust alliance, it will be forwarded directly.</t>
          </li>
          <li>
            <t>If the destination address belongs to this sub-trust alliance, it will be classified according to the source address of the packet.
            </t>
            <ul spacing="normal">
              <li>
                <t>If the source address also belongs to this sub-trust alliance, the packet will be forwarded directly.</t>
              </li>
              <li>
                <t>If the source address does not belong to this sub-trust alliance, AER should verify the sub-trust alliance tag and replace it with the AD_V tag in this sub-trust alliance for forwarding.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>If the destination address of the packet belongs to another sub-trust alliance, it shall be classified according to the source address.
            </t>
            <ul spacing="normal">
              <li>
                <t>If the source address belongs to this sub-trust alliance, AER should verify the AD_V tag and replace the tag with the sub-trust alliance tag when it is consistent.</t>
              </li>
              <li>
                <t>If the source address is not in this sub-trust alliance, it will be forwarded directly.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Otherwise, the packet will be discarded.</t>
          </li>
        </ol>
        <t>Alliance tag will be used when the packet crosses the upper AD which is at the higher level of source AD and destination AD. Alliance tag is the tag maintained between the source AD corresponding to the AD in the parent AD and the destination AD corresponding to the address domain in the parent AD.</t>
      </section>
    </section>
    <section anchor="packet-signature">
      <name>Packet Signature</name>
      <t>It is difficult to accurately synchronize time among the trust  alliance members. So we propose a shared time slice, which means that there are two tags affecting at the same time in a period of time. But it may suffer from a replay attack. Therefore, a packet signature mechanism is proposed to prevent replay attacks and conceal the original tag.</t>
      <t>The tag is time-dependent. The state machine triggers state transition by time and generates a new tag. In a short period of time, all data packets are labeled with the same tag. Moreover, due to the subtle differences in time synchronization, both old and new tags can be used for this short period of time, so attackers can reuse tags for replay attacks by simply copying tags.</t>
      <t>The packet signature mechanism joins the 8-bit part of the payload in the packet and the tags generated by the state machine. Then it calculates the hash value with the parameters above to achieve the effect of packet-by-packet signature and resist the attacker's reuse of tags. Its processing flow is shown below.</t>
      <figure anchor="fig-pkt-sig">
        <name>Format of the Packet-by-Packet signature</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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                     Packet-by-Packet Signature                |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Level       |    Length     |           Reserved          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <dl newline="true">
        <dt>Packet-by-Packet Signature:</dt>
        <dd>
          <t>The hash value of the original tag, source address, destination address, first 8-bit of payload, credible level, and credible prefix length.</t>
        </dd>
        <dt>Level:</dt>
        <dd>
          <t>8-bit of credible level.</t>
        </dd>
        <dt>Length:</dt>
        <dd>
          <t>8-bit of credible prefix length.</t>
        </dd>
        <dt>Reserved:</dt>
        <dd>
          <t>16-bit of reserved field. 0 will be padded.</t>
        </dd>
      </dl>
      <t>Firstly, it takes the source address, destination address and the first 8-bit of the data part of the data packet from the data packet, joins them in the way of <tt>(src-ip, dst-ip, first 8-bit of payload)</tt>, and then joins the tag generated by the state machine at this time, the credible level of the SAVA architecture adopted by this AD and the length of the credible prefix to hash the concatenated string with the hash algorithm to get a new message digest. Then it is reduced to a 32-bit packet signature by clipping and folding algorithm. The AER adds the 32-bit packet signature together with the 2-bit credible level and the 7-bit credible prefix length to the SAVA-X option, fills the option into 64-bit, and forwards it. At the AER of the destination AD, the same splicing and the same hash operation are performed to verify whether the generated string is consistent with the signature of the data packet. If they are consistent, they are forwarded. Otherwise, it is considered that the source address is forged and the data packet is discarded.</t>
      <t>Due to the problem of time synchronization, when both old and new tags are valid, both old and new tags need to be verified. As long as one of them passes the verification, the packet should be forwarded. The original tag generated by the state machine will not appear in the packet. The attackers do not know the tag generated by the state machine at this time, so they can not forge the packet signature in the same way, which ensures the security of the data communication plane.</t>
    </section>
    <section anchor="mtu-consideration">
      <name>MTU Consideration</name>
      <t>As the AER adds an option to the packet, the length of this packet is increasing, causing the MTU problem. This problem could taken  place in source AER or the link between source AER and destination AER. If it occurs on the source AER, the source AER returns the ICMP message of "packet too big" to the source host and informs the host to reduce the packet size. Otherwise, if it occurs on other links from the source AER to the destination AER, which means the packet size  exceeds the MTU of other links from the source AER to the destination AER after adding the tag, the corresponding router will return the ICMP message of "packet too big" to the source host. However, after the source host adjusts its own MTU, the problem <bcp14>MAY</bcp14> still exist because the root cause is AER causing packet size to exceed MTU, and the host does not know it. This problem can be solved by the following two methods. First, the MTU of the external link is set to 1280 at the source AER as this is the minimum value of MTU under IPv6. Then the MTU of the source host end will be set to the minimum value of MTU subtracting the maximum value of the SAVA-X option. This method can solve the problem, but it greatly limits the packet size and wastes the available MTU. The second is to monitor the ICMP message of "packet too big" sent to the host in the domain at the source AER. If such a message is monitored, the expected MTU value in the message minus the maximum value of the SAVA-X option will be forwarded. This method makes good use of MTU value to a certain extent, but it causes a large monitoring cost.</t>
    </section>
    <section anchor="security-consideration">
      <name>Security Consideration</name>
      <t>TBD.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>SAVA-X is designed for IPv6-enabled networks. It takes a destination option, SAVA-X option, and header to carry the Tag. We recommend using  <tt>00111011</tt>, i.e. <tt>59</tt>, for the SAVA-X option. Here we give our SAVA-X option format in use.</t>
      <figure anchor="fig-savax-opt">
        <name>Format of SAVA-X option.</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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  Option Type  | Opt Data Len  |Tag Len|AI Type|   Reserved    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~                              TAG                              ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~                     Additional Information                    ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <dl newline="true">
        <dt>Option Type:</dt>
        <dd>
          <t>8-bit field. The destination option type of SAVA-X = 59.</t>
        </dd>
        <dt>Opt Data Len:</dt>
        <dd>
          <t>8-bit field. The bytes length of the SAVA-X option. Its value is <tt>2 + LenOfAI + (TagLen + 1)</tt>, where LenOfAI is 2 when AI Type is 1, or 4 when AI Type is 2, or 0 default.</t>
        </dd>
        <dt>Tag Len:</dt>
        <dd>
          <t>4-bit field. The bytes length of TAG equals to <tt>(Tag Len + 1) * 8</tt>, e.g. if Tag Len = 7, it means SAVA-X uses 64 bits long TAG. It guarantees the length of TAG would be an integral multiple of 8 bits. The maximum length of TAG is 128 bits and the minimum length of TAG is 32 bits.</t>
        </dd>
        <dt>AI Type:</dt>
        <dd>
          <t>4-bit field. The type of Additional Information. 0 for no Additional Information, 1 for 16-bit long Additional Information, and 2 for 32-bit long Additional Information. Others are not assigned.</t>
        </dd>
        <dt>Reserved:</dt>
        <dd>
          <t>These bits are not used now and must be zero.</t>
        </dd>
        <dt>TAG:</dt>
        <dd>
          <t>Variable-length field The actual tag, and its length is determined by the Tag Len field.</t>
        </dd>
        <dt>Additional Information:</dt>
        <dd>
          <t>As defined in the AI Type field.</t>
        </dd>
      </dl>
    </section>
  </middle>
  <back>
    <references anchor="sec-normative-references">
      <name>Normative References</name>
      <reference anchor="RFC1760">
        <front>
          <title>The S/KEY One-Time Password System</title>
          <author fullname="N. Haller" initials="N." surname="Haller"/>
          <date month="February" year="1995"/>
          <abstract>
            <t>This document describes the S/KEY* One-Time Password system as released for public use by Bellcore. This memo provides information for the Internet community. This memo does not specify an Internet standard of any kind.</t>
          </abstract>
        </front>
        <seriesInfo name="RFC" value="1760"/>
        <seriesInfo name="DOI" value="10.17487/RFC1760"/>
      </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="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="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>
    </references>
    <?line 387?>

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

-->

</rfc>
