<?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.11 (Ruby 3.2.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-xu-savax-data-06" category="std" consensus="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.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-06"/>
    <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="May" day="27"/>
    <abstract>
      <?line 53?>

<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. The inter-domain source address validation architecture is an effort to enhance the Internet by using state machines to generate consistent tags. When communicating between two end hosts at different ADs of the IPv6 network, tags will be added 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 59?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The Inter-Domain Source Address Validation (SAVA-X) mechanism establishes a trust alliance among Address Domains (AD), maintains a one-to-one state machine among ADs, generates a consistent tag, and deploys the tag to the ADs' border router (AER). The AER of the source AD adds a tag to identify the identity of the AD to the packet originating from one AD and sinking in another AD. The AER of the destination AD verifies the source address by validating the correctness of the tag to determine whether it is a packet with a forged source address.</t>
      <t>In the process of packet forwarding, if the source address and the destination address of this packet both belong to the trust alliance, but the tag is not added or incorrectly added, the AER of the destination AD determines that the source address is forged and directly discards this packet. The destination AD forwards the packet directly for packets whose source address is an address outside the trust alliance.</t>
      <t>This document mainly studies the relevant specifications of the data plane of the inter-domain source address validation architecture mechanism between ADs, which will protect IPv6 networks from being forged source address. 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 386?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA9092XbcRnbv/RU11MkZ0urmkJRESbTluC3KFjPaIlKWnZzE
RAPV3WWhgQ4KINla5uQ38pZvyafkS3K3WoBGU4tn5iGaM3IDqOXW3e+tW6XR
aDQY1KbO9ZHaOk7qRL3Ik0KrcqpOy6ZKtRpnWaWtVT8lucmS2pSFGlfp3NQ6
rZtKj/TPta6KJFfbp+OfxqOfd7YGyWRS6QsY0CYXydUIeiVbgzSp9aysVkfK
1tlgYJbVkaqrxtYHe3v39w4GWZkWyQLAyKpkWo+umlHoPdo7HNxQtpksjLUA
Qb1aQsOTR2c/KHVDJbktYTJTZHqp4a+i3hqqrZPx9/CfsoJfL89+2BoUzWKi
q6MBjKePBmlZWF3YxhIQegDQ3oIpkkonR2r88tEYHi7L6s2sKpvlkXqma3xS
r+EvU8zUj/h6AKNk8HSkGjtKbGrMYGmOlEKY0qSAtxoGrJKV2jZTgDJXK213
EKR5Yudqris9qMv0CF8PbFnVlZ5aesIRMj1Nmry2qi65wWrhvw8GSVPPS1jN
aKAUo+3PWv3cwFNZAUBnFuCaN4l6VZgLXVlTr+BTWjZFjRR4ODdFAi/0IjH5
kbpq3ujvaumyq7NmNy2ikX82SZmbBJb9Gv76sikuoeeVG2fv8ODWd9PyCj/t
puUimusX+DzVRv3YlG6if5mXxWzWJEXaFOpJMimrpAY+umayWVOueJzv3s7S
PJmsr+mfAI4lUvL1F+LsNxnguxS4X9duhkFRVguQkgvgMaVe/vBw/+7hnvy8
c7Dvft4Dpj8CISimoflgMBqNVDKxdZWk9WDwvU4TZKF6rtVJUdM0CtpfJlVm
1TJJ32jgjiRNywq5EPmEmr4A1rE1AEuymrD4DqWDG4A6rJYmBbZcqTp5A0y3
zBOQ90sDnNXUyhR2CSKOY4AywJEtKwQZUSVFphagFFJTNvBU1zCBBda+0Gqi
daHypCnSuc5ADnA2uyzLKTy1R9F2V53B2AYXOMpKQG7RnegiaJ4k0jzKIAxK
T2FJNa5eF3Ngkg7CJis3fw2CDwDDAIUmqZrpQlf4EpWBsTUoDsDEDCB6PQf4
gTEXTQEYqrH7BDQArgr0AEyUqXlpEfu1ysx0CpIMfcfH1qHq5MXFoSpYaQxp
UMArKIAJrQqwIMRyVIRHg4rLTFf0HsUbH1NgwtaYbdTsDgZnc0DDQi9KoGwK
7AIgFNQc9SaSlJU5vmH9DI1TwJOxi13muIXJslwD+91ArFVl1hDVcWjB4+iY
6bLZIjjdHwZXwIPJJDd2DiAlrOlRBxoiUbIAmfYD8fBWbY+Pd4YKf9f0nMBa
9KguR/CfNv3cAMfA2I6M2L5NySHxKFiFvFxZQgG8dKiHvn9UoEwyXSnQ5rBM
mP/Ryx3mR/jVYfvxMWKd1sKDtAjGD4FY0LpFYlAxZkYyCWBPq3KBS6MxAULg
T7IqgOKkKKFTBV/W4IilGjqCijJTo22faALTO6FBOZ8ji1cViE2BX2U8WUam
YekLxOnlXNPcpibRcpCjQoAnkLLZmvgCC50wuy2rMpXB1zTNUJmNGqS7MveN
gDROzwGhAIiJzsug6NosNVQTUFpuXdARECmyBgbXFIIAUHb0cshU2ohdjxXE
b1L3QQ9zCE6Iy4wMnxmbkoaOwGdadqbwqjziEj8KfPTK4RJ0Td/sSYStBsx3
pnvw4lQEuFfNAuUCxQsmsHWTOe6pdK4vEviGGh+YKiUYPaOsa5Iv0dZBMzhV
StJ7OTfpnJUjsBA2bilPy8Iy0SQ3vSyoTrVW796JVf3wgXC3KCtEOOiRHBA1
QYOGw+6qE1hlbZZNThqDyBorFlLWTqXQGoC2zRKdRv4kfC7iCgzESkboZ80M
CIzLPQHCQdtF6UdJlstcUEvuIbiauXmrHQxFhsLyNnEWt4t6U8RKHGRgmqQm
NwS8EBF+Zkr/R2OWROlMX4DALOHdZBWZqUVSNNAXoaxYBgGtQJm3QnUYOi2h
G5lGeEAPY7FETf45tP+thIb5apfsysOyuED9iMPjhMd6agpDz2xm3ugVutsg
DFtPX52eof+O/1XPntPvl4/++dXJy0fH+Pv08fjJE/9jIC1OHz9/9eQ4/Ao9
Hz5/+vTRs2PuDG9V69Vg6+n4ly2m4dbzF2cnz5+Nn2wxsmOpgcAAcTGR9S8r
jbhO7ACEOq3MBB6gz/cPX/zPf+/fBm78A7Djwf7+fWBHfri3f/c2PICOLXi2
EqWQHwGtqwGwh04qsgEgC2myBNLmICCJVXZeXhYULwA6v/pXxMy/HalvJuly
//a38gIX3HrpcNZ6SThbf7PWmZHY86pnGo/N1vsOptvwjn9pPTu8Ry+/+ccc
TdJo/94/fossdEOdkT4u83K2IvyNKcg0SfBVpmWel5dk8aCtJZqBR5Q5C+a0
G6giYHeI2waDd0fqwoLs6gdbe1sfBoPxw9OjwRFqZ2BZ8IVyUC4VWFpW4JZ+
Rw7KmvrgqcSEPzwVywAevQHrBPrGO/zopJWoPoCi42Oas+UM8YTgftaoC7r+
E6mxtgWwoH3E+0EMlBxwkir1rjZ7AeCIFy5ggAHiJqCxQDKvCKYTguqs49sk
qLbl+68vderagNkC8XX2gWPtVvtHLwWxLZfL6X8j0UemxNaCxkaFGOakjMTZ
GId6cbJ5Zl5A1KtyvV729SJyefMXU2d9hNOn2PmUyP3UWQsPvmMK1rboPBlC
AHJBHGtQgAH8OiZIiKpjT9WzTujAvgd59Rsc+LNk5pbkYwbnmTpj0x++EVuJ
e4I6urUw9dTNQQ4eTzzs4fdg1QEHJGzRYofecnKsWCQz7Vw0RMJf8M/g5oj+
3FStP/K2+7r9ET4P3qvTXwul3tMHELQZMBc+jkffl1f+dQKSQchQ9PH01+3i
5v6Oej/gBur9KP7zrbztvO58hM+/F/i+7zJ05IRc1+yabxcbvt38yPTvFXAV
4HTT2KE/ExCU6I3Tp4qyiA+2Tvv5YxfVa1fdUlvk33Og4TlxybmQ5hzEEoTZ
UiiHAUxTkffC7IctC33lHl2A+1ShesOsBXg+qyAe57Sgc+RRx5uZc6jASZs5
geDRHLe4SI2BA772sKE+yWcQ0tXzhQI2I9VG/AYzjMFEhU9OVTvZoMEXhhd1
6hcT9AOLB3XjtEy8eulgxRNbglvrgqhg/cKorhs6rtIJ1C70YlWT+DVMAHSx
Huz2X5agG6raHlGcaiR6DmI0bQrODZ3Ly+2d82FEvAeu8TZhb+dr1h2gdQEs
GS6M4VYPg6wrS0+9B/6DDNq3im2iw46bI8U4wCnAmDMJwa0oT7xtMNYNRyye
IQjFmE6gUbwXUWZRG8fwBlxljS4jSS65b5caLDH819RopoEmaEuJPOhX6yt4
RFYF1TXDBPXRGsfQhy4F0B7izNTVvZXeJDpFbX8Pg//o1U88qO0dNk3yFCMq
n22I+I5mWONhMjlAV3btoFmYTnnRIreu0ux8A0deJiu7xh9Haml1k5UjWBRE
Jc73CFyBmKaEO2gi8q7lA4IAk7/g3i+59zPuHYHg8ht9k8RxouuBxk5RdJPk
3hGqkK0oZkS6NpR0JfqKVG5ZrbMt504EN826ZIcbsKXvOgz9ivOcMBKGDf0Q
WwgPNWbgWqowcWkt/7meg4M2m4PTsIgkbFc9A6ULYIKjWzZ5RhpK/fnk9FRt
v9F6iakjSxKA+YXJzkYwNiCOE7pXCY2AKTbJR2oFERD5qxBDr3AWQcsGZ2RX
/VCywAQ2cMkAwB0CPFSrssHsPqwCfEaUr7KjR+k1YYPXAK0zzNOz1fvTV5h4
yCDmrUwyyUGFfPWnQQMQqyvQVPsHt27fObx77/5wBU+3Dg9u3zrc29sbvoWn
Owf7B/fuHR7cH6bwdPfwzu1bB/tfc18EbXvnHVpe1Mfg/BWYU4B5KPWVQIfD
+/fuHt7fO7z/6snX2K7doqZ3V9QO2nx1dZNAobcr9e8P1Pbqm2/2b4FClqdv
v92/G56++ebODrWtYYTkq7c3068VQrldf/vtrQP+9PZBmth6G+Hd4ekgGm6q
Ql3dXN18+/XgQ+QXvDHW3r/vfANc3f37R07menmCuAKdgxOJwSMGYct2fnpO
CRQIxvXVkkIbYuHt8yu0QSv86y3+lfabCBjznPF8vqvGU8z86gTFzmmxsohd
XQhEdDUrJY0dLGC/5hyyz27sULipqSIW6UBIDk96TgqOon5g35nOACrJOCYg
fbVZ6FiQgMiCMVywuonj4d9vz3daUo1OSl+IytmEZFJe6GGPbkHsnP66hzQP
TBxxcMS+jncRj0AtTCr1jSi0SqqJAfxVBrOPEHKlNcdKbTFl6DDTe+lF7aI0
GY35K5NNvXM8nukLZKJtZkzQnqA3tv+wvYo/7QB3g7Cu1AKDLUwLAzBvdVWi
wCI7r40DrY/L4n//879qStIBvIVmW4zKFeRBjLr4x5h4NlPSJ9L8EqPJutzd
3ZU50ngO9Q9Bhgm00zmpIQArR4MKDFSEFjhCLFGk34kLOkJ10kI6Y1hECWVg
klhwWjKNykLNSmjoQuZPVdAuzMUcOiubdJXm7B5hQqxehVwHyRCQUl9QkC97
iqCUc1MD1OxsZm4K9EySqYYBkIfKSjYFJ7ijWOvlku1a5DnBdJlh5zGZYBbU
b7yQMQog03Yk01wX6LNckGCg4X+MPsFD8gkic+8MhyCKouTgPYwAizpr5YhR
KwcNhd4y8jtQSZ3+6c96hWEGJadxI/jDBxIUcv3po13B+hYkNGFDs0ir1ZLW
hhuNlDouQnSfuC+Mo07raDOs6Ijh+WvRODgQJxXIutPqAsbOH4sXbmp2stBB
f01vyklNHpRzZpy3AAHW41/3tl9TCPD4133+BdxPj8/48ZKWCM8FPne9SZ4M
wjbFmWfhCgZGIChIFdqhnw2ECt5Lbk64XvyX83enHyjeyzDVHBytChnSwiyU
hBKeCfSNtDer9gc42fazUbGDE7JfIQ5Kn6pDzSmdaNkhOjNF3OiZNIqWMQRq
BB8fHZK+GAuXBKhDxIVFmeKCcUsW7dhn+r3rTULx6XK+4Fx9HCPrC9rlt6xT
hu5DG3N+7y0YHYh5dD7tGEWOQQk3HMMipeMYEO1h2MoVO+mjQKKMF6Tgr+HO
W0P1QY56CIpeLEuxOuRxG/CqdEIJQzfkVGQ+pW0KQwwEn8W5gPF2WYV2ZA2I
kNmNTCDuJG/TBql1uTCXQobG++fqLwxwlE/EoiaPUs/WuIJeuWdYQvy9YXaF
7L8iOeJh1hr4ZCNjsJ3WZGri4NRv5QHs2V7uAAi94yhxc6YAnB+LqM95VvFT
OiLgud7GioJ4YonVMyYll4lsxpqG64nBqDtIYAPIh8fTx+PRwZ1DH0bY7hjA
yLxLrhO7oh0zWZt2Q5FTQE1w583Ax7rdbtMSKOQFjhT9ght1aKu9VkTesML1
EPwm5L8C8rW5QMS2PdEeAnsIrN/wf7ztO5ELiXuIMCe7tSRqU7dc/NAzMHwC
3OHG6LSB77QBcmmsJjRNMe7CjcDHPVE4IlbNDYaaYuApM4M2FLUOqrGWG9Cx
/uiGQVQKBp720whjVIkEy4IxyPJLd/Q+pCeTx4tYD46oZ1aS3pLde2OTDLcJ
MIm9Zjja7EXabkJUlOojzFQM++QCPUvb5gyMBGKpt5HZRjmnYXIIwXwewEft
G9aT9KipviDjOvgselKJ5Kzqtl4CAHP08ICKpnb+fqZz3iQNEZaYB5K6Zsl4
TUteiAW/72OoxZHFgQfnDLCbDXwC6RVtNUDMQ9Othz3IvQVGYVL7Ecp6vMrb
pMadQW4lHVhxuzxJO4iBKHPYSuuG6iOyOfvBfNlmwlisO8k5lCrcar5wAtdb
kuRhZypiklJmGFK+JPOlZuA5WcSvjTwDzFb7QqV2eYp4VX6iDANgxH1wT5x3
0cJHB0UH5xA/1ybvZi/d0tQywZ1Jxhb0qrgYjuoeHbYOHLYAXIo44ug8eHzB
kD47dynb6DNjBRucjX+kJhXlD0BWsEFGPg2b37gt/JK2Pl+H1Xzo/2DKg7zz
uKLPoVkCW4fARy931alZmDyp8tVwHd9A2zYp28y7Zjna0gd6LLE9Zlm8NIGJ
9HibffoqsOB1SmGIRdtJ7VdFCnxeRNUpa/JFmp6TgrMmAULX+trOnNo/9T6O
dWpD6toy5Su2wHQ8Qu3RRsmcs4Vo7C9kQ90stAuXHl0tjRjMM3J2glrQ4RP1
AI2mRTe3N5kizZFpmQfdrxOMCQt9ud4suQBThzqGh1tv44pAmZfQlOkK95wD
3aG7ztsaXEqOKGX+guuMXoQqJLA0wD2DgWwOezmtsBCocn4G7nOA6UNYpNgR
uAU3wWcF1iCxVeUKPopOebByyd6+FGkJ/K7kBad+984kRfLhAyVvOUVpN04Z
avD8LokVkoCfT37QHFxzzN5jgcwyXj0udQHuSpmpVskNbZdj5ViZlrmK68Ci
wuI1OJBNAzRSicehDiO40jN4k4s/Szs3bt8HogQqMEXnBPM+po6R7jC6hkV2
VSQX066BoCoyb2jnsPg8SHkQg82Fqb812Szy5/Aj4aWvsJKLKP3GwlphyRQW
MoxR4XhWsKRDrSO1XjnhQcgQN6ZouL6aoGJjbsAKYjEgKDEuVMPSr7lZhrLq
XrW00Lwbc0zjMRcGyP5oWws8edFd46crPNLvmOeNFHAzGXVLTN0yWc+RcRUq
xevArSqqbfRusG86Pv71J9reHQzAZ9XK15bGuBYPRxifa2KkpOjRS+uU+jp8
mPCtu65CXEjT361FbDSx4FpaVsE9hwv6ucpjuo/jpBgXk4ACexcA81Eu2zR2
i5spCllfXjT6dWsTJgls1GUfX7aMccNnTnzNsjqje10SVztvmMDR2uuOyP6v
t+cygAL3u/ioh5Hi7pgzfeljT3/Mk4R0S6jv7qVQJI4u0Syl3AFzrtp9A/K4
NvHTyPYRmn0KuSLkeTnF4eJMlEOdKynsRfImIEQQNmP4oyzzPATWPRpaSs8p
w92xFV0HzyG0VX3+Edx26MjlsAHKTWcJ3MkHLbXcSVDrwYBgPrOSwBYdoHSu
0zet9X4EMxgC9nlNR+7sAdnSpKpM2HWKdF44N+IlAjuQn9Zx5Y+RCxblRTDR
KFPrPsTnUAvrEPAU00OhSyplrRD2sKuAAQB/W/lzAcGBoZLtKC4HghmXp3Wn
uFp16q2zGYSBQiO20FDEUxHYJQZl2+RITYH38QjjlCOacbFC1BW8l4cN5RPv
tQUN5gue20c4oord1VLz4RGc7WgwGEHIx/UliJgjrMfFafypGpmL3OyyGImr
JQ6ekzDkMC4swWRfgBQGOfnxRas10IMLb2HmR/HE8czubA5DiU25glNaXgfk
RgCJ+BtPVrXKLz1iSTo+KqHAgC4nJmTHYNvX6NAYjhlBF/0WQQ5+9PJNPUpz
a8HpXX34oDCD5vNQbrzGjzbFQpA1C9rD63FaIdKLBI0/K8gBBFNhanLAWHD/
d1mt4cqoU+8BqDVNFnHavILItGrAtyc2OwvLISXESUaaxGc4YlYUq8QAgD5Z
9c0vZcjM7Say4kjwT5vz0dqUWFL/pTO+EJ3RO11gYnKE0UYJPcSQhKrq2Kpf
yq6AnGQL1rospmbWVNH2fgZGAbeG8eQu5mF5JxEahOowqbfnwy7h3B5LK4IK
Y2ExtTsY5kRHIuK25lTvbrT4F8Rogzvh0wIb6MH5qT6Mh8MukrTnOjVir6DO
GO9H4aQnevxylmJC2nqGuae+zyLlmBsh/UnKR3I5skOOIRadTyF+9rkVgsGf
EK50vGMw6OMGzwoxp3+qLxWFVZ8SdYYjjj6UuS7eQnsm1oQzbV2w1uO+z5rl
i2DfBGwLWp/JinzuLPgXm3xH8hpa1Ovxd64lYkd9MKvEkDlt238s82+ORW+b
P8pfm/H992I5h6qYhuj4OHn0zhhnLz+XVEH1EpVsENugI/rGJLXcm0mJxIGO
SR3boPg+V+26+FLUuFe/mqhHp+Qj30byXO0ogXcm4yl94TC5R+ySs4KlHCvZ
Eq5OkBpNLKd5AyvEJluLhPcBOZSQhaKFcJ22fCKzdSzX3aTg2/lgoJMk9xtK
Y3Gi6fCSIwcmcpIWu8mqo8SlS/a00QL+c+tA+JqLIglbzoqiqcXrTeJ8JgAS
94k+rW8otKGKeAkcMjpCy5YGE5u5Lmb1XIqP0MvHYvNFk9cGq3ABkHtA/xqD
NFOkeZM5Bw1LgdVjv+rHWaUewZsnwBSg9fLM9sWeLbiG0TgBfS+SVV4mGQ6E
cLXH4nQvY9AN4jRBs1yiQLpcsKx9223qnz18MVSvjuEvXae7O9Guto992MUW
bAHjtLZcHpK32SwYosAnP8VR57sboDxGnEn4wJzjzjb75PrUVLjlKVlhNAfP
+fcZeA1h752yd4C3akWFx1QisLe3v78P/z/3QUuEW16wO3DC9c46TpdH+XoA
f9/rX3f43GWeUClwoddmlsJjcTF/78YjBX6LgtyD7nwyTc+Ogz/Lv0wqUNQ1
HlTGSgwMbbFOzp3mH3500lufPmkc3fhZ3T4iVyTJpD4Oc9kgZzTKqpsawAO+
lJ5DZ5gLAuIbWFp6Z62gyaYayG9KG8ySz/RNtEzl/SFxQH0dRGdxL5JsfygC
lj2T17aPjzqEnsZgdiTEr/VyXubXjNKFkUynA2GisRS0lyIIdBfmj4K8CcY2
i7Gm/g3JSLYnN7OCXGlYcBu+Hk0tB0adrmF9zfcLRBmbTXN/TF0vkpVLMovC
pousqFqzjRFsGTiBtvwXGIlHer1Hk28q/Yg1MSm5jfo4eAlCDNLLbu+7q5jb
mtNx1Oep6+DEVPqyMnWti0ESqe6gj1+yUCIt2U1alxvnijsHJkqPEB9yTUe4
MmHdUbSccazCXK0pMoyJ5SKevs2YkOynaxQ27s2gU4j3jOjE3XiE+rmVq4uv
kZCpqNYGs2Kb5rtuC+l1BynoJV1o6w5mx/uP6065m9BlFa9L3PdtI8VWqc+n
790c+dz9pMgS/X22lPqzc3R6YPR795giSl235Ovm+pwdJyS/5eMKf4+9Jr/D
FBnyjbcFfcEOk50nn0vF63H5KSTrx6FHSow170ZcnzRgTWY6WxnXQ/q7N6MG
tz9nh2PcAjcug+lq4bQqfcqNbQTEbKEumtUQVozClxyvuKHqwdYOf7eUrTW5
O8yMQX5U3dxbiLB2YYaEkK4uPpGL3zYWUvX171fGfqy4zufU3SdECcxuMTFw
aoPVhXigyldZaamDogvSgnIM/MK7b1x8dUnh+BLvl0pQGDBnS91tTiXUjHa8
LyXcgxUdyOXcJFjJtJZSpJZXQZfZYImTKdnqUyXW91wZja6Lbaa+kjBhpl9J
/W6rENrfRRbuV2pdPCFroJyFqxpujWblvDWsP+FaRNmVzKUaw/kJyBwA5chf
JRqfLvHVeHwi265XbE5WoQotvpcOK8F4Y5iOz8wx89HGy5DKfvm+pyj1R7uh
rayh1HnuqqeAmpKOV2WNL/0FMcbjVc51STV7+ETSdiHekO9UK8XLEwh9IotE
kw9GGLsBYiw7lGJrK1daSeEmXY3WJQEghw4HYzy7XLmqaLfFsJnAeJUUy+y9
0cTUdDFB0PjsnJq2z1L4ypz4mLPbyG0fmz4T3RkVxpOGwQLkiyRvdEB+HBhO
yLVHIZwbLV6+JlEIef/RZDVaWxjrd9TRrA0Eg3+0gj5cGRVHyhVirvptClGh
MjY+IenvUFF7Pfd07Pe8O+h5dwu778OnW+q2uqMO1V0IFO5/zrvBzdHv/N/g
fQ9gStQgorGrELst3//VYHhCNkVG5RcU+Phn+fNS031Q2V8XhnDQc2pmI9zE
As5xRz1/oOuJHO+vIcfzWN9dK5tR6S4QijheZoiV5LDjQAz7r5nl5BYLKskB
yecQrLrOzCTXbLI5NvTvZH+RI1ZgaiIBguXHaXenJti2v013OEcpbL1/6JpX
jn6czwM+dm7JkveZBoMfcDE5RzPhMpZPwEN07q+FDnIRWMdX3RdcmOGy5NHL
YdCAC6foLhOq6DvftlU6MksAwtb0337878RHP4M+jc6xblCPbNPFKkqRdIsU
cX1D+8LHJCuXftj2NqGkJqRrl25UAyu3DaLJBnAKAlCOnXp13DnXRTeD1GJt
XS4iMzMgT9DydH4Sr5QgZyFRtw7EpnS0NJ5Xy004czQFQ9k66xvKcelaWIRn
01h1OeNqKA85N+xg0mHnbvtji5udne/kkzBLJPf7RLsNh7dxpGFcn4S30Pj0
z8b6sGFwNSxeWumQ4N8S5sOZNPRUpJKd8SpxTVyQHPgsXIXSV3YV0LYuHi4G
XK2dEPUvfaDSLR5z02WanNxPutS1K53kgIeY5jj4XWCngVYL5xutO1sU5fR7
XAg2FRNscsnc7QPRnjKdknT19qW/mXUR1yvE5XCt+Mz6+wYibJ119P3HFIMv
VQ4XV0bJDb52wzuHWUlN3xR4jcuXKB4+qbfyJ8CISK01ebaJd3hBTboghs+z
iAZ3dwnELBbd943lg7ghSqHY07NXWNgVrivw92p44U98Bre1xzdcU3bhQmOD
jjnIeGKpCA+venc7Ajih8JPk/xx3pf7SnULJde3hElaSZqmhNMUbH9FGn9di
Yyzi422wEmNJf3l46DPsPMtdL4yAk4dPX3hNCwvc8qWhwKxmttXJoOCd6XLq
G1WF+Nn4kvKYdNFPi6RvdVuKO5ByagcXa6PTaAHUvoNtuKJ2VNuaTyl9lXIi
VyjhtwM+dx6pLcJaTBeJuzvE2mkBqQkkgZKbdL4QubvqsbtyIxQ2tZBPGx58
FRlGEbDAYUt/PR3/gvcjAyT6ylAFRPhHCKoS9wbpEc05HvcQro0RCFAxCnlw
p0Zpep9pJEVg6i57c+hpy/wiaIWocu+ylBpACI7INRvGVKIA7Er+MRKSAMPX
ogJE+wf39lRb4xOF5JZuSQlhkdqiWQQfGEfmYyG8uXPmUlXRlDF68cCsr6jU
vpqyd1yM1OmoutsHTK7ajdbMvGBLTkFRWQRiKqafP3c+A82CZQ+5WZh6ncuR
KpeJdbGuP7eGkLm7bv1VfYB1MGS16JaPsiVf2VgGqrfqa9epQBqId338uLhM
ntMd18WTmlS7i7hjHLULNxDLjf1EVK7nNdvIXZCzPytLuhDBkYzHI7cx1RVt
kdPJtdqjnaQDEz55gvZJ1oAkxmPOfM+qsz0dm3L2PWf+TsbPxu1vVr27Qbv2
/pAfbe/LrV+YaEHuHMnpZn9zenSFZN9G/rBv91s24ei4qSs0PcNk02u+Mnex
4Dsi+KYBX40AqnkXVPX5nfvw092m0eHdx5g4vAQ/kC55aTrlA4pv3kWaAgb/
f+U14uoO9R4fFf1LS1gpo97jNiL8ej8+oRbvO5mFv0pOoTe34v+cjX+8vsFf
/mYwuBor0Ngn0eXLfysYWrkV/uelgP3Wsytt1u3LpkQ0DTkISSSczXs397Em
OBr8gbpzf5cG8tzQOxLt2Hci5o5oYaJQVKJV5wfqJg72fAocdVNtA38ho91U
++EWJvcZmh9wZCLch2/2qdjg9tr7A3q/5/5hKr5d14F9+2NgI5NRaRMZlPNt
6Utwqa/UPYBN74KiAR/PfXqg7lLkxo6arJn06+FtMDW1BEAwMqk6f+zcdtxu
nPrSRTyuxq0CluuURsCIDLuzH+0hEDUH3CwcUBXLvtby1gGPB7HCieeSNSQ5
lugXA0xJoTItyg0NhqC1sIHktHL5N3V6WyLEB9RashTXtBan2/rTALg3isam
k0s7o4JVRoi0pG0DdO7oliOpocXL9ujO8x+x109yG+IojwtKKF7ku278v9zT
rk70h8u8a+gYxRXk9a8G58Ro2d0EJm6D42zXmf4tJLwrBo3wOEUPFawpVddb
EH8uGtXZg60p8DBlWM+eHz8HmF1LsFr/B9ykCYVObwAA

-->

</rfc>
