<?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.8 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-li-savnet-intra-domain-architecture-07" category="std" consensus="true" submissionType="IETF" version="3">
  <!-- xml2rfc v2v3 conversion 3.20.1 -->
  <front>
    <title abbrev="Intra-domain SAVNET Architecture">Intra-domain Source Address Validation (SAVNET) Architecture</title>
    <seriesInfo name="Internet-Draft" value="draft-li-savnet-intra-domain-architecture-07"/>
    <author initials="D." surname="Li" fullname="Dan Li">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>tolidan@tsinghua.edu.cn</email>
      </address>
    </author>
    <author initials="J." surname="Wu" fullname="Jianping Wu">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>jianping@cernet.edu.cn</email>
      </address>
    </author>
    <author initials="L." surname="Qin" fullname="Lancheng Qin">
      <organization>Tsinghua University</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>qlc19@mails.tsinghua.edu.cn</email>
      </address>
    </author>
    <author initials="N." surname="Geng" fullname="Nan Geng">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>gengnan@huawei.com</email>
      </address>
    </author>
    <author initials="L." surname="Chen" fullname="Li Chen">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>lichen@zgclab.edu.cn</email>
      </address>
    </author>
    <author initials="M." surname="Huang" fullname="Mingqing Huang">
      <organization>Huawei</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>huangmingqing@huawei.com</email>
      </address>
    </author>
    <author initials="F." surname="Gao" fullname="Fang Gao">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>gaofang@zgclab.edu.cn</email>
      </address>
    </author>
    <date year="2024" month="March" day="16"/>
    <area>Routing</area>
    <workgroup>SAVNET</workgroup>
    <keyword>SAV</keyword>
    <abstract>
      <?line 96?>

<t>This document proposes the intra-domain SAVNET architecture, which achieves accurate source address validation (SAV) in an intra-domain network by an automatic way. Compared with uRPF-like SAV mechanisms that only depend on routers' local routing information, SAVNET routers generate SAV rules by using both local routing information and SAV-specific information exchanged among routers, resulting in more accurate SAV validation in asymmetric routing scenarios. Compared with ACL rules that require manual efforts to accommodate to network dynamics, SAVNET routers learn the SAV rules automatically in a distributed way.</t>
    </abstract>
  </front>
  <middle>
    <?line 100?>

<section anchor="sec-intro">
      <name>Introduction</name>
      <t>Source address validation (SAV) is important for mitigating source address spoofing and thus contributes to the Internet security. In the Source Address Validation Architecture (SAVA) <xref target="RFC5210"/>, SAV is divided into three checking levels, i.e., access-network SAV, intra-domain SAV, and inter-domain SAV. When an access network does not deploy SAV (such as SAVI <xref target="RFC7039"/><xref target="RFC7513"/>, Cable Source Verify <xref target="cable-verify"/>, and IP Source Guard <xref target="IPSG"/>), intra-domain SAV helps block spoofed packets from an access network as close to the source as possible <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>.</t>
      <t>The main purpose of the intra-domain SAV mechanism for an AS A, is to protect the outgoing packets of a subnet of AS A from forging their source addresses as other subnets' addresses or other ASes' addresses, as well as protect the incoming packets to AS A from forging their source addresses as AS A's addresses. The main task of the intra-domain SAV mechanism is to generate the correct mapping relationship between a source address (prefix) and the valid incoming interface(s), called SAV rules. The core challenge of the intra-domain SAV mechanism is how to efficiently and accurately learn the mapping relationship. Although many existing intra-domain SAV mechanisms (such as ACL-based filtering <xref target="RFC2827"/>, strict uRPF <xref target="RFC3704"/>, and loose uRPF <xref target="RFC3704"/>) have been proposed, they suffer from either inaccurate mapping in asymmetric routing scenraios, or high operational overhead in dynamic networks. The key cause is that exsiting mechanisms generate the SAV rules by a router's local routing information or by manual inputs. In <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>, five requirements for a new intra-domain SAVNET architecture are proposed.</t>
      <t>This document introduces the intra-domain SAVNET architecture to meet the five requirements. The key idea of intra-domain SAVNET is to generate SAV rules in routers based on SAV-specific information exchanged among routers, instead of depending on local routing information like in existing mechanisms. It achieves accurate SAV validation, because SAV-specific information is specialized for SAV and thus helps generate more accurate SAV rules than solely using local routing information. It achieves automatic SAV rule update, because SAV-specific information exchange is triggered when there is topology change or prefix change. In the incremental/partial deployment scenario where only part of intra-domain routers support the intra-domain SAVNET, it provides incremental benefits by using SAV-specific information provided by routers that support the intra-domain SAVNET, and/or local routing information to generate SAV rules.</t>
      <t>The reader is encouraged to be familiar with <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/> and <xref target="huang-savnet-sav-table"/>.</t>
      <section anchor="requirements-language">
        <name>Requirements Language</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 BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>Local Routing Information: The information in a router's local RIB or FIB that can be used to infer SAV rules.</t>
      <t>SAV-specific Information: The information specialized for SAV rule generation, which is exchanged among routers.</t>
      <t>SAV-related Information: The information used by a router to make SAV decisions. For intra-domain SAV, SAV-related information includes both local routing information and SAV-specific information.</t>
      <t>SAV-specific Information Communication Mechanism: The mechanism for exchanging SAV-specific information between routers. It can be either a new protocol or an extension to an existing protocol.</t>
      <t>SAV Information Base: A table or data structure in a router which stores SAV-specific information and local routing information.</t>
      <t>SAV Rule: The rule in a router that describes the mapping relationship between a source address (prefix) and the valid incoming interface(s). It is used by a router to make SAV decisions and is inferred from the SAV Information Base.</t>
      <t>SAVNET Router: An intra-domain router which runs intra-domain SAVNET.</t>
      <t>SAVNET Agent: The agent in a SAVNET router that is responsible for communicating SAV-specific information, processing SAV-related information, and generating SAV rules.</t>
      <t>Host-facing Router: An intra-domain router of an AS which is connected to a host network (i.e., a layer-2 network).</t>
      <t>Customer-facing Router: An intra-domain router of an AS which is connected to an intra-domain customer network running the routing protocol (i.e., a layer-3 network).</t>
      <t>AS Border Router: An intra-domain router of an AS which is connected to other ASes.</t>
      <t>Improper Block: The validation results that the packets with legitimate source addresses are blocked improperly due to inaccurate SAV rules.</t>
      <t>Improper Permit: The validation results that the packets with spoofed source addresses are permitted improperly due to inaccurate SAV rules.</t>
    </section>
    <section anchor="sec-arch">
      <name>Intra-domain SAVNET Architecture</name>
      <section anchor="sec-arch-overview">
        <name>Overview</name>
        <t><xref target="fig-arch"/> illustrates intra-domain SAVNET architecture in an intra-domain network. In the intra-domain network, host-facing routers, customer-facing routers, and AS border routers are required to perform SAV filtering on specific interfaces (i.e., interfaces '#' in <xref target="fig-arch"/>):</t>
        <ul spacing="normal">
          <li>
            <t>Host-facing routers (e.g., Router C) generate SAV rules on interfaces facing a layer-2 host network and block data packets with source addresses not belonging to the host network receiving from that interface.</t>
          </li>
          <li>
            <t>Customer-facing routers (e.g., Routers A and B) generate SAV rules on interfaces facing a layer-3 customer network and block data packets with source addresses not belonging to the customer network receiving from that interface.</t>
          </li>
          <li>
            <t>AS border routers (e.g., Routers D or E) generate SAV rules on interfaces facing another AS and block data packets with source addresses belonging to the local AS receiving from that interface.</t>
          </li>
        </ul>
        <figure anchor="fig-arch">
          <name>Overview of intra-domain SAVNET architecture</name>
          <artwork><![CDATA[
                +----------------------------------+
                |            Other ASes            |
                +----------------------------------+
                   |                            |
+------------------|----------------------------|--------------+
|    Intra-domain  |        SAV-specific        |              |
|                  |        message from        |              |
|                  |        Router A            |              |
|            +----+#+---+ --------------> +----+#+---+         |
|            | Router D |                 | Router E |         |
|            +-----/\---+ <-------------- +-----/\---+         |
|     SAV-specific |        SAV-specific        | SAV-specific |
|     message from |        message from        | message from |
|     Router A     |        Router C            | Router C     |
|            +----------------------------------------+        |
|            |      Other intra-domain routers        |        |
|            +-/\-------------------------------/\----+        |
| SAV-specific /       \  SAV-specific          | SAV-specific |
| message from/         \ message from          | message from |
| Router A   /           \Router A              | Router C     |
|     +----------+  +----\/----+          +----------+         |
|     | Router A |  | Router B |          | Router C |         |
|     +---+#+----+  +------+#+-+          +----+#+---+         |
|           \              /                    |              |
+------------\------------/---------------------|--------------+
              \          /                      |
            +--------------+            +--------------+
            |   Customer   |            |    Host      |
            |   Network    |            |   Network    |
            +--------------+            +--------------+
]]></artwork>
        </figure>
        <t>To generate more accurate SAV rules, intra-domain SAVNET requires routers to automatically exchange SAV-specific information. For example, a host-facing (or customer-facing) router can contain its locally-known prefixes of the host network (or customer network) in its SAV-specific information. The router can choose to only provide this information to specific routers or provide this information to all routers in the intra-domain network. The arrows in <xref target="fig-arch"/> indicate the direction of SAV-specific information flows originated from Router A and Router C. SAV-specific information flows originated from other routers are omitted for brevity.</t>
        <t>After receiving SAV-specific information provided by other routers, routers can generate more accurate SAV rules by using SAV-specific information provided by other routers, its own SAV-specific information, and/or routing information in the local FIB/RIB. For example, in <xref target="fig-arch"/>, Router B can identify all prefixes in the customer network by using its own SAV-specific information and SAV specific information provided by Router A, even if there is an asymmetric routing between Router B and the customer network. Routers F and G can identify all prefixes in the local AS by using SAV-specific inforamtion provided by Routers A, B, and C.</t>
      </section>
      <section anchor="roles-of-savnet-routers">
        <name>Roles of SAVNET Routers</name>
        <t>A SAVNET router can be a host-facing router, a customer-facing router, an AS border router, or other routers. Every SAVNET router has a SAVNET Agent that is responsible for actions related to SAV. As shown in <xref target="fig-role"/>, a SAVNET router can act as one or two roles in the intra-domain SAVNET architecture, namely, source entity to provide its SAV-specific information to other SAVNET routers, or/and validation entity to receive SAV-specific information from other SAVNET routers.</t>
        <section anchor="source-entity">
          <name>Source Entity</name>
          <t>When a SAVNET router acts as source entity, the information provider of its SAVNET Agent provides its SAV-specific information to other SAVNET routers that act as validation entity. For example, a host-facing router acting as source entity can obtain its SAV-specific information related to the host network to which it is connected and selectively provide this information to other SAVNET routers.</t>
        </section>
        <section anchor="validation-entity">
          <name>Validation Entity</name>
          <t>When a SAVNET router acts as validation entity, the information receiver of its SAVNET Agent receives SAV-specific information from other SAVNET routers that act as source entity. Then, its SAVNET Agent processes SAV-specific information provided by other SAVNET routers, its own SAV-specific information, and/or its local routing information to generate SAV rules on corresponding interfaces. As mentioned above, host-facing routers perform SAV filtering on interfaces facing the host network, customer-facing routers perform SAV filtering on interfaces facing the customer network, and AS border routers perform SAV filtering on interfaces facing another AS.</t>
          <figure anchor="fig-role">
            <name>Roles of SAVNET routers</name>
            <artwork><![CDATA[
+---------------------+              +---------------------+
|    Source Entity    |              |  Validation Entity  |
|     (Router A)      |              |     (Router B)      |
|                     |              |                     |
| +-----------------+ |              | +-----------------+ |
| |   SAVNET Agent  | | SAV-specific | |   SAVNET Agent  | |
| | +-------------+ | | Information  | | +-------------+ | |
| | | Information +----------------------> Information | | |
| | | Provider    | | |              | | | Receiver    | | |
| | +-------------+ | |              | | +-------------+ | |
| +-----------------+ |              | +-----------------+ |
|                     |              |                     |
+---------------------+              +---------------------+

]]></artwork>
          </figure>
        </section>
        <section anchor="sav-specific-information-communication-mechanism">
          <name>SAV-specific Information Communication Mechanism</name>
          <t>New intra-domain SAV solutions should design a SAV-specific communication mechanism to propagate SAV-specific information from source entity to validation entity. It can be a new protocol or an extension to an existing protocol. This document does not present the details of the protocol design or protocol extensions, but lists necessary features of SAV-specific communication mechanism in the following.</t>
          <t>The SAV-specific communication mechanism <bcp14>SHOULD</bcp14> define the data structure or format of SAV-specific information, and the operations of communication (such as communication establishment and communication termination). In addition, the mechanism <bcp14>SHOULD</bcp14> require source entity to inform validation entity of the updates of SAV-specific information in a timely manner, so that validation entity can update SAV rules based on the latest information.</t>
          <t>In order to ensure the convergence and security of the communication, the session of the SAV-specific communication mechanism <bcp14>SHOULD</bcp14> meet the following requirements:</t>
          <ul spacing="normal">
            <li>
              <t>The session can be a long-time session or a temporary one, but it <bcp14>SHOULD</bcp14> provide sufficient assurance of transmission reliability and timeliness, so that validation entity can update its SAV rules in time.</t>
            </li>
            <li>
              <t>Authentication can be conducted before session establishment. Authentication is optional but the ability of authentication <bcp14>SHOULD</bcp14> be available.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="sec-arch-information">
        <name>SAV-related Information</name>
        <t>For intra-domain SAV, both SAV-specific information and local routing information can be used for SAV decisions.</t>
        <section anchor="sav-specific-information">
          <name>SAV-specific Information</name>
          <t>SAV-specific information is specialized for SAV and thus helps generate more accurate SAV rules. A SAVNET router can obtain its own SAV-specific information based on local routing information, local interface configurations, and/or other local configuration information. In addition, SAVNET routers acting as validation entity can obtain SAV-specific information of other SAVNET routers that act as source entity. By using SAV-specific information provided by other SAVNET routers, the SAVNET router acting as validation entity can generate more accurate SAV rules than solely using its local routing information.</t>
          <t>For example, customer-facing routers connected to the same multi-homed customer network can exchange locally-known source prefixes of the customer network through SAV-specific information communication. By processing both SAV-specific information of itself and SAV-specific information of the other customer-facing routers, each of them can identify all prefixes in the customer network and thus avoid improper block in case there is an asymmetric routing. <xref target="sec-use-case1"/> elaborates on this example.</t>
        </section>
        <section anchor="routing-information">
          <name>Routing Information</name>
          <t>Routing information is used for computing packet forwarding rules, which is stored in the router's RIB/FIB.  Although it is not specialized for SAV, it is widely used to infer SAV rules in existing uRPF-based SAV mechanisms, such as strict uRPF and loose uRPF <xref target="RFC3704"/>. A SAVNET router acting as validation entity can obtain routing information from its local RIB/FIB to generate SAV rules for some prefixes, when the corresponding SAV-specific information is missing.</t>
        </section>
      </section>
      <section anchor="sec-arch-agent">
        <name>SAV Rule Generation</name>
        <t><xref target="fig-sav-agent"/> shows the SAV rule generation process of the SAVNET router acting as validation entity. The SAV Information Manager of SAVNET Agent consolidates SAV-specific information provided by other routers, SAV-specific information of the router itself, and local routing information into the SAV Information Base. Then, it sends the consolidated information to the SAV Rule Generator. The SAV Rule Generator should preferentially use SAV-specific information to generate SAV rules for specific source prefixes. Local routing information is only recommended when some SAV-specific information is missing.</t>
        <t>SAV Information Manager also provides the support of diagnosis. Operators can look up the information in SAV Information Base for monitoring or troubleshooting purpose.</t>
        <figure anchor="fig-sav-agent">
          <name>Workflow of SAV rule generation</name>
          <artwork><![CDATA[
+--------------------------------------------------------+
|                      SAVNET Agent                      |
|                                                        |
|     SAV-specific     SAV-specific     Routing          |
|     information      information      information      |
|     provided by      of the router    in local         |
|     other routers    itself           FIB/RIB          |
|         +                  +               +           |
|         |                  |               |           |
|       +-v------------------v---------------v-+         |
|       |      SAV Information Manager         |         |
|       |      +------------------------+      |         |
|       |      | SAV Information Base   |      |         |
|       |      +------------------------+      |         |
|       +--------------------------------------+         |
|                          |                             |
|                          | SAV-related information     |
|                          |                             |
|       +------------------v--------------------+        |
|       |      SAV Rule Generator               |        |
|       |      +------------------------+       |        |
|       |      |        SAV Rules       |       |        |
|       |      +------------------------+       |        |
|       +---------------------------------------+        |
+--------------------------------------------------------+
]]></artwork>
        </figure>
        <t>The basic workflow of different kinds of SAVNET routers is summarized below:</t>
        <ul spacing="normal">
          <li>
            <t>For a host-facing router (or a customer-facing router), it processes SAV-related information to identify prefixes in the host network (or customer network) it connected to, and then generate SAV rules on the interface facing to the host network (or customer network). Data packets coming from that interface will be considered invalid and should be blocked if they use source addresses not belonging to the host network (or customer network). In the incremental/partial deployment scenario when some routers do not deploy SAV-specific information communication mechanism, the host-facing router (or customer-facing router) may not be able to identify all prefixes in the host network (or customer network) through SAV-specific information. To avoid improper block in this case, the router is recommended to use less strict SAV rules. For example, it can choose to only block packets with non-global or non-routable source addresses by using its local routing information.</t>
          </li>
          <li>
            <t>For an AS border router, it processes SAV-related information to identify prefixes in the local AS, and then generate SAV rules on the interface facing to another AS. Data packets coming from that interface will be considered invalid and should be blocked if they use source addresses belonging to the local AS. In the incremental/partial deployment scenario, the AS border router may only identify partial prefixes in the local AS through SAV-specific information. In this case, the AS border router can still block data packets with source addresses in learned prefixes.</t>
          </li>
        </ul>
        <t>In addition, if the AS border router also implements inter-domain SAVNET, its intra-domain SAVNET Agent <bcp14>SHOULD</bcp14> send the intra-domain SAV-specific information to its inter-domain SAVNET Agent, helping the inter-domain SAVNET Agent generate inter-domain SAV rules or inter-domain SAV-specific information.</t>
      </section>
      <section anchor="data-plane-considerations">
        <name>Data-plane Considerations</name>
        <t>This document mainly focuses on SAV rule generation process on control plane, including exchanging SAV-specific information, consolidating SAV-related information, and generating SAV rules. As for data-plane SAV filtering, SAVNET routers check source addresses of incoming data packets against local SAV rules and drop those that are identified as using spoofing source addresses. Therefore, the accuracy of data-plane SAV filtering depends entirely on the accuracy of generated SAV rules. More data-plane considerations can be found in <xref target="huang-savnet-sav-table"/>.</t>
      </section>
    </section>
    <section anchor="sec-use-case">
      <name>Use Cases</name>
      <t>This section uses two use cases to illustrate that intra-domain SAVNET can achieve more accurate and efficient SAV than existing intra-domain SAV mechanisms. The two use cases have already been described in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/> to show that existing intra-domain SAV mechanisms have problems of improper block or high operational overhead.</t>
      <section anchor="sec-use-case1">
        <name>Use Case 1: SAV at Host-facing or Customer-facing Routers</name>
        <t><xref target="fig-use-case1"/> shows an asymmetric routing in a multi-homed host/customer network scenario. Router 1 and Router 2 adopt intra-domain SAV to block spoofing data packets with source addresses not belonging to Network 1 (e.g., a host network or a customer network) receiving from interface '#'.</t>
        <t>Network 1 has prefix 10.0.0.0/15 and is connected to two routers (i.e., Router 1 and Router 2) in the intra-domain network. Due to the inbound load balance strategy of Network 1, Router 1 only learns the route to sub prefix 10.1.0.0/16 from Network 1, while Router 2 only learns the route to the other sub prefix 10.0.0.0/16 from Network 1. After that, Router 1 or Router 2 learns the route to the other sub prefix through the intra-domain routing protocol. The FIBs of Router 1 and Router 2 are shown in the figure. Assume Network 1 may send outbound packets with source addresses in sub prefix 10.0.0.0/16 to Router 1 for outbound load balance. The arrows in <xref target="fig-use-case1"/> indicate the direction of traffic.</t>
        <figure anchor="fig-use-case1">
          <name>A use case of outbound SAV</name>
          <artwork><![CDATA[
 +-------------------------------------------------------------+
 |                                                      AS     |
 |                        +----------+                         |
 |                        | Router 3 |                         |
 | FIB on Router 1        +----------+  FIB on Router 2        |
 | Dest         Next_hop   /\      \    Dest         Next_hop  |
 | 10.1.0.0/16  Network 1  /        \   10.0.0.0/16  Network 1 |
 | 10.0.0.0/16  Router 3  /         \/  10.1.0.0/16  Router 3  |
 |                +----------+     +----------+                |
 |                | Router 1 |     | Router 2 |                |
 |                +-----+#+--+     +-+#+------+                |
 |                        /\         /                         |
 |   Outbound traffic with \        / Inbound traffic with     |
 |   source IP addresses    \      /  destination IP addresses |
 |   of 10.0.0.0/16          \    \/  of 10.0.0.0/16           |
 |                     +---------------+                       |
 |                     | Host/Customer |                       |
 |                     |   Network 1   |                       |
 |                     | (10.0.0.0/15) |                       |
 |                     +---------------+                       |
 |                                                             |
 +-------------------------------------------------------------+
]]></artwork>
        </figure>
        <t>In this case, strict uRPF at Router 1 will improperly block legitimate packets with source addresses in prefix 10.0.0.0/16 from Network 1 on interface '#', because it only accepts data packets with source addresses in prefix 10.1.0.0/16 from Router 1's interface '#' according to its local routing information.</t>
        <t>If intra-domain SAVNET is implemented in the intra-domain network, Router 2 can inform Router 1 that prefix 10.0.0.0/16 also belongs to Network 1 by providing its SAV-specific information to Router 1. Then, by combining both its own SAV-specific information and SAV-specific information provided by Router 2, Router 1 learns that Network 1 have both prefix 10.1.0.0/16 and prefix 10.0.0.0/16. Therefore, Router 1 will accept data packets with source addresses in prefix 10.1.0.0/16 and prefix 10.0.0.0/16 on interface '#', so improper block can be avoided.</t>
      </section>
      <section anchor="sec-use-case2">
        <name>Use Case 2: SAV at AS Border Routers</name>
        <t><xref target="fig-use-case2"/> shows a scenario of inbound SAV at AS border routers. Router 3 and Router 4 adopt intra-domain SAV to block spoofing data packets with internal source addresses receiving from interface '#'. The arrows in <xref target="fig-use-case2"/> indicate the direction of spoofing traffic.</t>
        <figure anchor="fig-use-case2">
          <name>A use case of inbound SAV</name>
          <artwork><![CDATA[
 Packets with +              Packets with +
 spoofed P1/P2|              spoofed P1/P2|
+-------------|---------------------------|---------+
|   AS        \/                          \/        |
|         +--+#+-----+               +---+#+----+   |
|         | Router 3 +---------------+ Router 4 |   |
|         +----------+               +----+-----+   |
|          /        \                     |         |
|         /          \                    |         |
|        /            \                   |         |
| +----------+     +----------+      +----+-----+   |
| | Router 1 |     | Router 2 |      | Router 5 |   |
| +----------+     +----------+      +----+-----+   |
|        \             /                  |         |
|         \           /                   |         |
|          \         /                    |         |
|       +---------------+         +-------+-------+ |
|       |     Host      |         |   Customer    | |
|       |   Network     |         |   Network     | |
|       |     (P1)      |         |     (P2)      | |
|       +---------------+         +---------------+ |
|                                                   |
+---------------------------------------------------+
]]></artwork>
        </figure>
        <t>If Router 3 and Router 4 deploy ACL-based ingress filtering, the operator needs to manually generate and update ACL rules at Router 3 and Router 4 when internal source prefixes change. The operational overhead of manually maintaining and updating ACL rules will be extremely high, especially when there are multiple inbound validation interfaces '#'.</t>
        <t>If intra-domain SAVNET is implemented in the intra-domain network, Router 1, Router 2, and Router 5 will automatically inform Router 3 and Router 4 of prefixes in the host network and customer network by providing SAV-specific information. After receiving SAV-specific information from other routers, Router 3 and Router 4 can identify all internal source prefixes. The SAV-specific information communication will be triggered if topology or prefix related to the host network or customer network changes. For example, if the customer network has a new source prefix P3, Router 5 will inform Router 3 and Router 4 of the new source prefix immediately through SAV-specific information communication mechanism. In this way, Router 3 and Router 4 can automatically generate and update SAV rules on interface '#'.</t>
      </section>
    </section>
    <section anchor="meeting-the-design-requirements-of-intra-domain-savnet">
      <name>Meeting the Design Requirements of Intra-domain SAVNET</name>
      <t>Intra-domain SAVNET architecture is proposed to meet the five design requirements defined in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>.</t>
      <section anchor="accurate-validation">
        <name>Accurate Validation</name>
        <t>In the asymmetric routing scenario shown in <xref target="fig-use-case1"/>, the host-facing router (or customer-facing router) cannot identify all prefixes in its host network (or customer network) solely using its local routing information. As a result, existing intra-domain SAV mechanisms (e.g., strict uRPF) solely using local routing information to generate SAV rules will have improper block problems in the case of asymmetric routing.</t>
        <t>Intra-domain SAVNET requires routers to exchange SAV-specific information among each other. The SAVNET router can use SAV-specific information provided by other routers as well as its own SAV-specific information to generate more accurate SAV rules. The use case in <xref target="fig-use-case1"/> has shown that intra-domain SAVNET can achieve more accurate SAV filtering compared with strict uRPF in asymmetric routing scenarios.</t>
      </section>
      <section anchor="automatic-update">
        <name>Automatic Update</name>
        <t>In real intra-domain networks, the topology or prefixes of networks may change dynamically. The SAV mechanism <bcp14>MUST</bcp14> automatically update SAV rules as the network changes. However, ACL-based SAV mechanism requires manual efforts to accommodate to network dynamics, resulting in high operational overhead.</t>
        <t>Intra-domain SAVNET allows SAVNET routers to exchange the changes of SAV-specific information among each other automatically. After receiving updated SAV-specific information from source entity, SAVNET routers acting as validation entity can generate and update their SAV rules accordingly. The use case in <xref target="sec-use-case2"/> has shown that intra-domain SAVNET can achieve automatic update.</t>
      </section>
      <section anchor="sec-incre">
        <name>Incremental/Partial Deployment</name>
        <t>Although an intra-domain network mostly has one administration, incremental/partial deployment may still exist due to phased deployment or multi-vendor supplement. In phased deployment scenarios, SAV-specific information of non-deploying routers is not available.</t>
        <t>As described in <xref target="sec-arch-agent"/>, intra-domain SAVNET can adapt to incremental/partial deployment. To mitigate the impact of phased deployment, it is <bcp14>RECOMMENDED</bcp14> that routers connected to the same host/customer network can simultaneously adopt intra-domain SAVNET so that all prefixes in the host/customer network can be identified. For example, in <xref target="fig-use-case1"/>, Router 1 and Router 2 are recommended to be upgraded to SAVNET routers together so that the two routers can identify all prefixes in Network 1 and generate accurate SAV rules on interfaces '#'.</t>
        <t>In addition, SAVNET routers acting as validation entity are <bcp14>RECOMMENDED</bcp14> to support flexible validation modes and perform SAV filtering gradually to smooth the transition from partial to full deployment:</t>
        <ul spacing="normal">
          <li>
            <t>SAVNET routers acting as validation entity are <bcp14>RECOMMENDED</bcp14> to support flexible validation modes such as interface-based prefix allowlist, interface-based prefix blocklist, and prefix-based interface allowlist (see <xref target="huang-savnet-sav-table"/>). The first two modes are interface-scale, and the last one is device-scale. Under incremental/partial deployment, SAVNET routers <bcp14>SHOULD</bcp14> take on the proper validation mode according to acquired SAV-specific information. For example, if a customer-facing router can identify all prefixes in its customer network by processing acquired SAV-specific information, an interface-based prefix allowlist containing these prefixes can be used on that customer-facing interface. Otherwise, it should use interface-based prefix blocklist or prefix-based interface allowlist to avoid improper block.</t>
          </li>
          <li>
            <t>Validation entity is <bcp14>RECOMMENDED</bcp14> to performed SAV-invalid filtering gradually. The router can first take conservative actions on the validated data packets. That is to say, the router will not discard packets with invalid results in the beginning of deployment. It can conduct sampling action for measurement analysis at first, and then conducts rate-limiting action or redirecting action for packets with invalid results. These conservative actions will not result in serious consequences if some legitimate packets are mistakenly considered invalid, while still providing protection for the network. Finally, filtering action is enabled only after confirming that there are no improper block problems.</t>
          </li>
        </ul>
      </section>
      <section anchor="sec-converge">
        <name>Convergence</name>
        <t>When SAV-related information changes, the SAVNET Agent <bcp14>MUST</bcp14> be able to detect the changes in time and update SAV rules with the latest information. Otherwise, outdated SAV rules may cause legitimate data packets to be blocked or spoofing data packets to be accepted.</t>
        <t>Intra-domain SAVNET requires routers to update SAV-specific information and update SAV rules in a timely manner. Since SAV-specific information is originated from source entity, it requires that source entity <bcp14>MUST</bcp14> timely send the updated SAV-specific information to validation entity. Therefore, the propagation speed of SAV-specific information is a key factor affecting the convergence. Consider that routing information and SAV-specific information can be originated and advertised through a similar way, SAV-specific information <bcp14>SHOULD</bcp14> at least have a similar propagation speed as routing information.</t>
      </section>
      <section anchor="sec-security">
        <name>Security</name>
        <t>Typically, routers in an intra-domain network can trust each other because they would not compromise intra-domain control-plane architectures and protocols.</t>
        <t>However, in some unlikely cases, some routers may do harm to other routers within the same domain. Operators <bcp14>SHOULD</bcp14> be aware of potential threats involved in deploying the architecture. Some potential threats and solutions are as follows:</t>
        <ul spacing="normal">
          <li>
            <t>Entity impersonation.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: Mutual authentication <bcp14>SHOULD</bcp14> be conducted before session establishment between two entities.</t>
              </li>
              <li>
                <t>Gaps: Impersonation may still exist due to credential theft, implementation flaws, or entity being compromised. Some other security mechanisms can be taken to make such kind of impersonation difficult. Besides, the entities <bcp14>SHOULD</bcp14> be monitored so that misbehaved entities can be detected.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Message blocking.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: Acknowledgement mechanisms <bcp14>MUST</bcp14> be provided in the session between a sender and a receiver, so that message losses can be detected.</t>
              </li>
              <li>
                <t>Gaps: Message blocking may be a result of DoS/DDoS attack, man-in-the-middle (MITM) attack, or congestion induced by traffic burst. Acknowledgement mechanisms can detect message losses but cannot avoid message losses. MITM attacks cannot be effectively detected by acknowledgement mechanisms.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Message alteration.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: An authentication field can be carried by each message so as to ensure message integrity.</t>
              </li>
              <li>
                <t>Gaps: More overhead of control plane and data plane will be induced.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Message replay.
            </t>
            <ul spacing="normal">
              <li>
                <t>Potential solution: Authentication value can be computed by adding a sequence number or timestamp as input.</t>
              </li>
              <li>
                <t>Gaps: More overhead of control plane and data plane will be induced.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>To meet the security requirement, the above security threats <bcp14>SHOULD</bcp14> be considered when designing the new intra-domain SAV mechanism.</t>
      </section>
    </section>
    <section anchor="manageability-considerations">
      <name>Manageability Considerations</name>
      <t>The architecture provides a general framework for communicating SAV-specific information between routers and generating SAV rules based on SAV-specific information and local routing information. Protocol-independent mechanisms <bcp14>SHOULD</bcp14> be provided for operating and managing SAV-related configurations. For example, a YANG data model for SAV configuration and operation is necessary for the ease of management.</t>
      <t>SAV may affect the normal forwarding of data packets. The diagnosis approach and necessary logging information <bcp14>SHOULD</bcp14> be provided. SAV Information Base <bcp14>SHOULD</bcp14> store some information that may not be useful for SAV rule generation but is helpful for management. The SAV-specific information communication mechanism <bcp14>SHOULD</bcp14> have monitoring and troubleshooting functions, which are necessary for efficiently operating the architecture.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>An intra-domain network is mostly operated by a single organization or company, and the advertised SAV-specific information is used within the network. Therefore, the architecture will not import critical privacy issues in usual cases.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA requirements.</t>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to the valuable comments from: Igor Lubashev, Alvaro Retana, Aijun Wang, Joel Halpern, Jared Mauch, Kotikalapudi Sriram, Rüdiger Volk, Jeffrey Haas, Xiangqing Chang, Changwang Lin, Xueyan Song, etc.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="I-D.ietf-savnet-intra-domain-problem-statement" target="https://datatracker.ietf.org/doc/html/draft-ietf-savnet-intra-domain-problem-statement-03" xml:base="https://bib.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-savnet-intra-domain-problem-statement.xml">
          <front>
            <title>Source Address Validation in Intra-domain Networks Gap Analysis, Problem Statement, and Requirements</title>
            <author fullname="Dan Li" initials="D." surname="Li">
              <organization>Tsinghua University</organization>
            </author>
            <author fullname="Jianping Wu" initials="J." surname="Wu">
              <organization>Tsinghua University</organization>
            </author>
            <author fullname="Lancheng Qin" initials="L." surname="Qin">
              <organization>Tsinghua University</organization>
            </author>
            <author fullname="Mingqing(Michael) Huang" initials="M." surname="Huang">
              <organization>Huawei</organization>
            </author>
            <author fullname="Nan Geng" initials="N." surname="Geng">
              <organization>Huawei</organization>
            </author>
            <date day="13" month="February" year="2024"/>
            <abstract>
              <t>This document provides the gap analysis of existing intra-domain source address validation mechanisms, describes the fundamental problems, and defines the requirements for technical improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-savnet-intra-domain-problem-statement-03"/>
        </reference>
        <reference anchor="RFC2827" target="https://www.rfc-editor.org/info/rfc2827" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2827.xml">
          <front>
            <title>Network Ingress Filtering: Defeating Denial of Service Attacks which employ IP Source Address Spoofing</title>
            <author fullname="P. Ferguson" initials="P." surname="Ferguson"/>
            <author fullname="D. Senie" initials="D." surname="Senie"/>
            <date month="May" year="2000"/>
            <abstract>
              <t>This paper discusses a simple, effective, and straightforward method for using ingress traffic filtering to prohibit DoS (Denial of Service) attacks which use forged IP addresses to be propagated from 'behind' an Internet Service Provider's (ISP) aggregation point. 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="38"/>
          <seriesInfo name="RFC" value="2827"/>
          <seriesInfo name="DOI" value="10.17487/RFC2827"/>
        </reference>
        <reference anchor="RFC3704" target="https://www.rfc-editor.org/info/rfc3704" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.3704.xml">
          <front>
            <title>Ingress Filtering for Multihomed Networks</title>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="P. Savola" initials="P." surname="Savola"/>
            <date month="March" year="2004"/>
            <abstract>
              <t>BCP 38, RFC 2827, is designed to limit the impact of distributed denial of service attacks, by denying traffic with spoofed addresses access to the network, and to help ensure that traffic is traceable to its correct source network. As a side effect of protecting the Internet against such attacks, the network implementing the solution also protects itself from this and other attacks, such as spoofed management access to networking equipment. There are cases when this may create problems, e.g., with multihoming. This document describes the current ingress filtering operational mechanisms, examines generic issues related to ingress filtering, and delves into the effects on multihoming in particular. This memo updates RFC 2827. 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="84"/>
          <seriesInfo name="RFC" value="3704"/>
          <seriesInfo name="DOI" value="10.17487/RFC3704"/>
        </reference>
        <reference anchor="huang-savnet-sav-table" target="https://datatracker.ietf.org/doc/draft-huang-savnet-sav-table/">
          <front>
            <title>General Source Address Validation Capabilities</title>
            <author>
              <organization/>
            </author>
            <date year="2023"/>
          </front>
        </reference>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <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" target="https://www.rfc-editor.org/info/rfc8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <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>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC5210" target="https://www.rfc-editor.org/info/rfc5210" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.5210.xml">
          <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="RFC7039" target="https://www.rfc-editor.org/info/rfc7039" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7039.xml">
          <front>
            <title>Source Address Validation Improvement (SAVI) Framework</title>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="M. Bagnulo" initials="M." surname="Bagnulo"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="C. Vogt" initials="C." role="editor" surname="Vogt"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>Source Address Validation Improvement (SAVI) methods were developed to prevent nodes attached to the same IP link from spoofing each other's IP addresses, so as to complement ingress filtering with finer-grained, standardized IP source address validation. This document is a framework document that describes and motivates the design of the SAVI methods. Particular SAVI methods are described in other documents.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7039"/>
          <seriesInfo name="DOI" value="10.17487/RFC7039"/>
        </reference>
        <reference anchor="RFC7513" target="https://www.rfc-editor.org/info/rfc7513" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.7513.xml">
          <front>
            <title>Source Address Validation Improvement (SAVI) Solution for DHCP</title>
            <author fullname="J. Bi" initials="J." surname="Bi"/>
            <author fullname="J. Wu" initials="J." surname="Wu"/>
            <author fullname="G. Yao" initials="G." surname="Yao"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>This document specifies the procedure for creating a binding between a DHCPv4/DHCPv6-assigned IP address and a binding anchor on a Source Address Validation Improvement (SAVI) device. The bindings set up by this procedure are used to filter packets with forged source IP addresses. This mechanism complements BCP 38 (RFC 2827) ingress filtering, providing finer-grained source IP address validation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7513"/>
          <seriesInfo name="DOI" value="10.17487/RFC7513"/>
        </reference>
        <reference anchor="IPSG" target="https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_53_se/configuration/guide/2960scg/swdhcp82.html">
          <front>
            <title>Configuring DHCP Features and IP Source Guard</title>
            <author>
              <organization/>
            </author>
            <date year="2016" month="January"/>
          </front>
        </reference>
        <reference anchor="cable-verify" target="https://www.cisco.com/c/en/us/support/docs/broadband-cable/cable-security/20691-source-verify.html">
          <front>
            <title>Cable Source-Verify and IP Address Security</title>
            <author>
              <organization/>
            </author>
            <date year="2021" month="January"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 469?>



  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA8U92XIbyZHv+Ipa6WHEFQ6RmpPhHZuipBG9uixpxvZ6HI4C
ugC01eiG+yCHI9Hfsh+yT7s/tnnU2V3dAChtLBweEeg6srKy8qrM7MlkMqrT
OlOn4iKvSzlJio1Mc/G2aMqFEmdJUqqqEj/JLE1knRa5uPf27KeXT94dibNy
sU5rtaibUo3kfF6qy/Yg1DJsmBSLXG5guqSUy3qSpZNKXuaqnqRez4n0ukwe
fDMq5lWRqVpVp6NmC4DgH/jP6WgB/10V5fWpqOpkVDXzTVpVAOe76y2u6cm7
p6NRui1PRV02VX3y4MF3D05GslTyVLwpmjrNV6Orony/Kotme6ohHr1X1/Bj
Qt9HI9nU66I8HYnJSIg0r07F46l4nsIXXsljmfPXolzJPP2V8HQq3lUw+LqR
4sc8vVRlldbX0EbB+jKApkCE5r+rdaOpSprpIocGC2h3Kh6p9O8IG3wvGsAM
/HS+TnPpAfH7qfhjY4H4fSrzLfTg3w6A5O+64+8WqoR9uAUgz6fiD2luIXku
88VaAST84wGg/CNbHH/3O/y7mn4CYl5OxQ+KmjBAL2F/9A8hMM8aeaVSN/8K
GuWwKWv6fbooNgei4RzW7fCQmu/hrP+xLvLVqgEsNUA3cl6UsgYCdmBkKeLv
d7+uFpmc32L9L6a4Mg8BL6DDP5A2zM/DaFhjq43uc0tkPIU9kIWF4CmMqH84
EBkrWSyh86HYGI3yotzAJJfAI4S4mDyepqpeRpnNtizmmdpMqhp4yUblNfZ4
8/T85NuTb/SfD7958CX+Sagxg8A/k1pCV3wihGajQGmqlNkABz2XWzlPs7RO
VUU9LYPBUWS5UjVsQl1vq9PZDPpIgHXxXpW0gingbwZMdMb8Mw7QjIYiBilO
Hpw8HKX50kcHrOirk+MH+s9vHjz8zvz51fFDwtfrtz8Eqzov8mW6akqkosfP
zl+Lp0oic66EzBNobpb7QyPLxF+UoC8ANIyRVosigOz468mD4+iyr66upgts
j4Q3W8xUPmuqWZ3g0qtZdZXWcEaqWSbzGUgAmV0Db//u6wezqljWV8DeZ6XK
lKzU7PhkcvK3rx7+Df5c6DXQLsxWTZqoGXaqFisYMVkvtt+eTNf1JkNyQjRO
gEOly+sQEfhAr3byEz03KDBb/VYtAFHE2PZDw8nxYWiomu22KGvGxbwsZDIH
ECYE84whrzQMs5MHX393PKkYXl4Pr3E0nU5Ho8lkIuS8QgqrR6N367QSMGqD
p0DAudgWFWxxvVYijQh2X0qPxdUa+JaQ8JO6RLpYLBDVSvDcQmrsXIaqxBGM
DAgMxwdiRqEs5ohbRGGBtLsQV/IamGyx2cIOJwKIYC2aN6+fghbxXiFQYqMW
a+Au1QaBlrUo8uxaJGqrYIdgQhDyNQidL0RWLOCIlqwACHs6inxs1qabokxQ
tAwcvmwyWBlA1aB0EvMCAOgdisgCek2qrVqkSwDff6h+QUhXsAy5ARZo5hsL
QFKT6bHEpiiVwySC4KEPEVddbzaqLmFwA0G1ULks06JqY+rs/LleAKGmVP9o
Uhh9I/MGFqCWAFsNzwqcr9hsCqRO/Go2I7kGXp4uqg6K4KCVORGJw5HdM5nB
DiCkIkmBzNI59EloI5n4NmmSZGo0ukuqY5E0C1rbh7tAwcSmi5vR210UVIl0
gydCAtXCMmDQOl1JRkfYt9oWxRJ/x82p100FgiPXYNHicRkACelCwpyiKfzE
C+xl6r6SS2CdHYm/aD77V0IZgpmkl8B1EqR2nKpUSgAfW7xHiDI4NhlgN52q
6Rg3AWaYGORD/3HnDI5pFSlC6/0KaiGoD3RwaAy3gQUsMS9qPBBZcU0w3asa
PLQVfrkQHz78VsuDmxv9NwiEm5txwPaEZnsfPvhcEltFZAG0QmFyc3PUhV+s
VbaF8wRH6D3vDKBmi7IOCHFZFpvIIgDURQZcyeyV2d9KAK+qUoQSZjxI3N/c
TAXyPjwLANi2KZHtiWIZZXyOxxCpAYRnb8XZGHcXQILBkQioJxyPVYE7a5YE
I0oBJgqSFvyN/XiZMNAKG0KvtGyRLB4m6AqPSt0X+Jd7BiDws7O3yn8wxl5X
KssINR5UaQ6n24cKoD4EEmz7ReV+mwqLuVpW7/dAG2PKMlZsvSjKEgHcyC0Z
MSC96VhV63Qr5rD1Cim6fZjvbUu1TH850odZMWdwK6STsZQLda8C6kNWpBLH
oxjwBXJYgAyeATfeD/p1cYUrAJaZLlIgoIxVAMOn4atjibEVTcVZBlpBs1oj
970GWQCsUQPcM23lTirw8ckcVJtELNMMFogd/6LVVeA0yGQBkygX6WdUXf/K
RzMrkK7DJ0diLS8V4BgQrAV+MkbIr4HalksgLKILlRKRgWpthJFZWL8UKiVI
oTFS6DqFpRZbxaoXSJsCeMZaSdwrI1fMCdf7AiY47FgD8KZaYKlfwFrEsT2k
BEQUSGipxROQar+EBtCgqZaAab5t6opY/eEcZAybAWjUQhV/q5g9wLKudipP
8EVZ7E/beliqBeOemhiS5kYpPu0dqBx2QRBJpPfYeK0j6jCbWiVKMA0W+S10
HDARa9x9mJ2VM9wY6NC/U6Thpbk7Ko4IYMfqiNoZKktjoHAmp15oU9QO4Hfo
8yseLtg9HMMqCiysLE66qplVrnKB3qrMqIm9q2pBbtVcM5hgX9cesBtM08aV
6WqlSO1DPQDPLf8O5JUVq2uhm8L6mH/qH6ySA/yTiUVmM9Afa8CIVhmIHI2C
icPDyKRiY7MOLRlC0eZKH/ECOZCtgZpR5U8Oy84BvtrTuHsRoPsn2NTMS1xj
5+SwvzNART/pRQ/ClBWGEqgY2WIlFAgdIAUkdugwh5MHTC1LZcnK9+EchQjv
w4e4gQ8qC6jMd8Ubn988h5YNQMCg4RFHJ2Yl7rz48e27O2P+V7x8RX+/efKH
Hy/ePHmMf799dvb8uf1jpFu8ffbqx+eP3V+u5/mrFy+evHzMneFXEfw0uvPi
7M93WOLcefX63cWrl2fP7+DhrQO2JplVzRXLaaBFtAxkNQIyWIBGTmqyeHT+
+r//8/hLwMS/oIw7PgbVVH/59vibL+ELUjnPRqTIX1GAjUBCgRwmCQV60EJu
U6Aq1owqkOG5QAIGRP7rXxAzfz0Vv5kvtsdffq9/wAUHPxqcBT8Szrq/dDoz
EiM/Raax2Ax+b2E6hPfsz8F3g3fvx9/8NktzJSbH3/72+9EILa53qgQ9iZjC
aPScDoD2iQMrsAfglCRGwCnzrnh9c/EIOcpT+IfO3QK4IGxtU/GBgO6qDI5P
cJQHp4txZWKP+lgSe2fvAx7EuNDRM5IaBs8GJySgPR2CJKrULoYEgMELBpA7
T4syYpP504RYW2QNsrhPcBsM4A2t/U2Tg8VN314Y+cjLC40WjaNBjmq0boM/
lFV6U7UyyLoN2hbFosgEG0Pql1rlleab0hPYph0vIYD8EWgSp2CBEGvDcdDp
iYpswwqNR296n6u6QN9jL/Cs7faJXYbgTYP+POLiSEz+JETBhg1VvXr857FM
CLNAuPtRHZv8FR8oFPKknhv1t41VXipqdG9oTMByHhPSGq1lk1cxKemGOVuh
f5ywJlesnALAgUOIsQcgAia2ADHZ5Eh1C0egA4Q3RkpBk980ipwlZvfm+HM7
y1ieFVU9Adzi7ztWjQY52e+WeyyKPAc1mpmWBEuvqq3r4Z72zIhMXqtycmIe
HMGk5w2Q5AZ+/TwTt3ot9OgWFNioXJvplsLtQWzB+dCHE6Z8BEoBDPVpEDqf
Awx6sUHbBb4/Qk8OU4fnpGOPptbHEGLjeSDNKFMrMOs2XU8xqsRw+Mk7hNuv
J0GHbqNYpnTVbx+a1yje6gPBMW6oKCxbGrE+BBrt2By6E9fOTrThbkirewXW
8WUKvNU9mBT6N2jx4cMyXXHzG5FmWYPu+1pFT25oGfa72j3lv/twTOfAkLa1
4hYtmrcP8HAC5cyZ0Iw6jgjUliiREGAPDzRhy3kyjLxnrqC5ZGVo2vvli7tf
4Hp8ZBydjkYT8awLq7inpivozjQvzo9ipi2JaDu8HsAd9oAV4ArZbUmiKqSg
NuWgy3WusoIFrvZbBsOVaqHSS3yqubmsHSzoKBdt/hJdWAUyFCF7dPj6HnZ5
zKevscu2dq6zSzatFT5G/eDJAQvMDas6bEGdxbA6AcPsWsQ///lPusvzP/cn
Oz/3O50++l9eWYYbNPk8M7Un6zwcRYb9ODRH6+H9EY0fcEI3ZaAKxOH5OIoA
aH/awJ6BOsIbcpsBNGM4G8BIawBCyP27+M99ES72+/BhzwAfzaSPI7i3D594
D2MQTGY/0yS/CUEIH7YHCPC9YxfCtnqAAN87diFsqwcI8N3ehfMoJs77cbDH
xyKhswv0eaW92xHvVdgwAgEheejDDQIIAqzO9IOf43sQ3QUfqzPb8OfoHkR3
wdsB1x9GiJ2E3l3w0H9ff/t5Fiy23aaFRA+Oj963R/6R8ObunoX79qBZCPiH
NgTDp/HncLkzEfl0+EFAfAERzKJ00OGJ4YAeDNH529y+Rfv3h54FHXEhRp9o
r4u+oAYVmxEfvtSiPNbRf3Z7UFF+fjgVd41ex5E3/3bHasU9dxa+pnsH1OR3
xU5nffdKmsxYVlIr50guWvEM1t3e66ch35D6RW62mRprQ9LobvfQFg71uSNj
dqGHBSMSEBz0fJPWkV1P3ufor2SvgqrMNWVonnrDWpNP6HH6AX2nTUgz+brQ
t+vs2Ge/OrtuW15xO57BE90o9LdHJ6xpmvZbGwySLMviqmpr+PA9QQcCX/gl
KV4a00Xest8XtMxwoKJMQZsjRwLxQMt3UCs0DGZ66CisW/oWTqENRHR4YEg0
Ro+A2b3E8Z3muNc9RjD42M6Cu7TzFuqwG5PWTEgwSG79Lhp9aRJzX+qdZXX5
6cWj2ZuLR63j0NrUsWP7uDYAKq8prA7oxVK8HrZjUtiF7gLa+FXFTmwY0hgL
dakAnqW7Q5PRy27jBrTLMF6/NrRTa8Y8pTY/7F6wNTsGdlRuetZQ4SIesUF+
rm+Mioz5R+AXrIBEW1487euVEdsfGVrc+B9rp1Fgw41dkIp1Jj8BZn7dmnEt
K+dLJEdjrytR0rGvhPENAnehyKczc7NjSaws8LZs3HFSLii0qKbYmpyczrBD
oiwyFWdO0ZBHDG7OrsfGesRtrK91GBCxwSHW69xoYTwdomuGO+b5rNzIzEMG
roI9vhSOS/t/1wRnPaERRyOOFWshBxBDsT7BusYaKZ1DQ85CvVK3de5G9xY4
4I3X+9PBw6B0dUsg87+1CNr3Ym7lay9gHmV1JG1dGK9oHTpGcdcqlaFQulQ7
pGd0iwTvkRdXuNc+dTDU3StNN/G90g8H0NFLVcFOBagmOZ6Po5SxYCfLAcKp
fUb2llFWi9r/ch89SRSRhkwnCe5rKuIxeH8NvXHH58WlivpH+/2bXSdVm8J6
fauHDtoWQH2+2QOGdQ417euK2+CBjt9nqGu3UMCSOpYFfe2cCGfB3TPy+sgz
YVoWjW30yDSKuYP6OncaQefugu53O0cbQWdsGBwJ8bFj5McbUef7nXk/Bjd/
oqcRdQ6b9jhQvg8affQ6vzY8X/A0nTXj/94YZmN+6QW70zkO9idh+xP2+ZNo
O7BkUbMwlmxbB9On8M6NltAH3vCPRi8jMYYYg9awlgQqUZMleKGdrrQQcRMs
gkFdnABrMVu50qxxQC501J+IxHbRA7cMGxBhUKQNZgeFuWJVEQxCVWPyoDGP
7Rx65Wyf8k92QpAl86YWGcyHUeYomSSopkuT39Q2LfvwpZXGZZGBpQiQ6wix
vfrqQKAEVP9cm7ZhBARAzjgfsnTH1u6wobYEfjirjSMOf1YVRl+k1Zpjs2Cg
8HlNsUL09xFdFsokSXnWOogv0Wsx6SUd2mCAI8qt3jSd3zto0lPQQZ2i8o3R
uznaGFXBqkh3YKQ7HtU3kE30KhlZOGPdihG5QIJJOA4DSIUiaylgPAfOBgwZ
r4tI3+McEQN/gDZGTqUoJdm0OIQkXCCvoasgmpcuPN95U9gzhrdXE0SRmx0j
dmqFiTJI4KC+MOWDEqsnM+oqBn5zZDvQCSxc4loRePir0vnVqCCnnMbI0e+0
HUC+VbXnXmi90AUW4wh8CdjAivPaIEWvCRCP2UGoFKoluj3MwgLSnbZ7A9Mo
tjrsHJeLyDRwY5BD2FpjAlF4CawEA5LYbu4JHvOv6D3yAU4eDw6j2K/bhS0F
IXUmDs5Fow3Ljlbc2OePewa8Ryxsz9Ia9M3Y0ziQmMePrEIqgnTOyur7rJ1y
46BJK/La52Atk8bZjnEC1qvqXQ2Q1aGm0qNb+OvaJpHmLaF9OLiQWwSzD5pT
aL8GpnmfGRPEEhGLlMCpNpj4OFlDh6Tr6FtIL8w9dItrXLa9450h6nVJSTe9
OA6YMW2KF4s2fHTZrFbZcjjtU4PGG9gbQKMkiGhuurmFT9QeXXlZpC5WSQc/
YDyZrNQOp+ZUfPiAnA24zQSbH9/cCGB/lKDPFjI5NfROa+4TiR4ejd5EWJkJ
d9RhgVsdwUYRGfjjlSzJ7ta3NDYGjeI+E7NwG4L85uLR7Cm6mV1iFbtmUEGM
MLexfnwFeCXKjgYpB/kmlGfMbOptkJgF0k4rVH7mVV+6VZdN7slsYgKBlG93
IDUWenwauPQKyMSSz9jmh7ScHUOSgqQ/KbcsbCiKVtc8aMtDChC18WqYu8C/
3JCPtgpytrxYbnPmPHVpP3TxxVE7DPaFzGHa0jO32JoGFlRREZb6MEeUPaS7
zrgGmLnCeIds1wnBPVG81pMGOk+eVEYPNfCHcebeQP7mFKXDT/i7sQ+RMIAl
5Jjww6di0G/bR2OmeYsrT8Xz/tVXfNtYKuTAsESTvEQEux899u27zKrCOaNJ
1uiUIMw+S+UqL6oUoHu1ZWzwBRuc3fegqHbcqNq2bu8QZ50XeQoDkOcMrAZY
KGiPgNuCmRunFaOI7Pea7fG53+PRaPmK4v6MwSivoU80dCj6g2H3na4+Gvf8
wXT1TyF9wiNGXfXhas8a3tBiS5bS7qPvKONoarl6Yj/53/2uQ/Fmke+u6/3J
ZXfb2z9dRmNZ9L99Z6E7b6drL13e39n1Y/xoeM8/66x7nqDeALzwM3wydnTt
SVP4fLNG1hqhkWiYm0cSLbbfA8rBmzPQ1Q8upOmrVpfPO+u+TNVD0yfwYd+9
a7Ub4+P9IyjiGDOi9Y62kkMBSsDBQKPEujZe4yRdshQW71OU9R03MenBzWYj
S1JpMVD5ivxAT8nDE7kLvUcP4tbGkUm/9a7kYqSM6rExQtoGyD5hSHVg81lX
Zd5z/abv37Wpb260Inex0emm4rEf4a2TriLh2mABZJl2LlV4rUGr5mQtcu6x
ZjT30lCWXBwBtaNbRPr3gHt45rXWjQxNJEWrssseBq4zYsYW0Ajl9NCN2Mhr
vWBBeXs+hcTM1D2oZJeBDhps0WvUkj2Kpuo4UL+rQKsEIHHnMqoFxPaa58IK
o5TqWEAcTxfkDuRFPlllxVzSZQZ+w7kJJ920gv38KPY4x6JpPvm8mpiiW59C
7w74/+mk9aZnHHqWmFjaSCbipv12SNRj9AZo7Sbeiw6RduZFiqtqQtW+mSqo
+mK5GZV4thZdXzgHJ+OyOx0ZRynSO5cQaNeS0uUZ4qllbGlojzkaptGoqV77
MY3Px8OOye1swhh6mzm6bTcxRFx2nvQlVt+9S7Q82WYyV1jwkMiUvcvtkiw4
FhDHEr5XfFQGHRkc01sWQD04OEZAYi44Lm+PVOyxZ+vfLikWY1aWOq9ary+I
9Oh4wKkoWZfUKPJan/GAMuVKYk0XfRgc+hGiBPg07CIxUXKAo9eRT1VKBR80
R7Sl2drTkt+ipDsfPjXsqF7Q/U3fknRhmYp8QyV6+TQ/8zsb6gmqQr1AX7g3
7CKgBHMLsywaqr22o0SH+BGWfS4ReewZM/7UG01SlY5gJjrCEERkdwvqgGfE
Zndadto5hhzJSEVkWn58xL4tUkVLJH/+PuWm2FcUwkOFomSGNU+uuWBUUKnj
FiVOMIicimlxfac9qmARDHoopsdQDxgqNsVn3GyIOD7le646yBiFAeK53O0N
PLaeTd9Fzp7NeJgw3Vr7dxyoEc063nsjmUywsDj2Y9RP4FwU2y4lUCkVV0iv
c0L3TNs0KRzHJu+ylQMfWBJOcWvlRDqp/8XdL6YYn2JGXVM1Oqo6dPxgSv+b
HX9lihqE10IUj6uTQDn9N4qQo+FkgseNrRWY5nM6tVkhQdOQGd1r8/FaET+w
cHpTkRZAArZyeiVRbjP3lnLMS/maEeANdLVOQSrY3esdzl0LhQM/iA8MPJ1y
CvDo+NCWbqq9ZzGaSweJ7dICzBWeXjyio9dDnngzb2KwKXIBb2AVyiCwWpVH
YahjkdoAXXljdio6PaiBhVlgUM7ZAf2djueV+Ie3P7kEcIJ81GT33tppoD0H
O/w+vR/Q39hr0T9ANN2u/RkawKbbPRyAkgbAu6Yid5iPQhA2OgkGeKwq56l+
qX6p/7YGVUGImU6Fo396GtEA/rnzCMvlz+EIPqF4jcwA7pldt5d/9/NMhLO4
RjEkdrA/tB2xAT46dLYyJE8ijXshoGxHA4HOj9wTAvMxmyB60xHdAK/MedPn
hA/wz67/RR557g2gz/rFa++4C5sSCfODplHr8LOwlR4Azmiwl+ZDI+Am9jXo
x0H7kPcdp94BPpJiMbOpln2oHhggoOrbDHDPk7JHhw/wyTjY9/Px05mq7461
XN24Y8+sHkvROYZeQXFCT2xomAf3+LU7kOTB8Aq/sLrl1a/ZKb52SvUg5B6V
J1f7MdXVzLEe8hYm2c8z0KegmEV9UYXzUfFvjr3QJvqQk+qit3qo9Sm4aI14
ZRnL3SjMhWNDLcbJLoggjdwWrLdWodY6N0k3xsc25IEw85j7degMxu08zW24
z75JhbuDB8w6PV3N6mewSF9DxnK8OHlk73C6Lj4CAzkkV6aW2xNLfMIImbIf
yTfFTCgqumtVwqlNzvo6sdZXuyRV29A66RhaJ87Qcj5x8k3YU60HDtNcpk56
eyrrl59iUREW0Mjs4HPQJBpURU8GVVELTEsnfe2D1eLT4bORLXL1+nj2+qTF
uMNnrfuxoZov7hmHKGhlVbD87fu4Z8G1u63q0BE5YcWH1o273d+u4LK7/bE7
l2vVnWviwAiucgMds/uJ3VgHmlS0W7RXgL1Yt7DXHjpoZF17KJ72l68sDm83
V3QpERqJ49DvFiOseC+v247qHv3XyY48zBP7b+f+2quhEczhFd7QuU3umVc/
o9UrfNKe697r407um3lyYp8csq5JZF2HfG53rx7X4U7iOpzH7EmFW/Ywd30l
6qrmA++kGp2e99vlzOAFnlJJxcU3sS48qFz2kgEH1tkL7m0qTkVszUy3tG0B
Ya+PTNHtd36+jl8aH9ZoIUCZhGGgnICpgcAvDgxzvwYWMt57QSd0hI6F0vGv
ujSyDvtFLw25IreZ84sF75apvUJ7dJ/02XQ95107GfsY+0qrLK1Xx/gqYQvD
gKLBW2ZKY4pUjHAqYv9l3d4lO7qFQMY94HYiufuIw0Zq7nOLbzbe1X3H2z5T
7N1VeR/KaI/cxmsC7dyK98TWc/EGzOwL1iJePxy39nfXjuLw3XHSzUYlKb9d
47A4fnd94G5gr+T10CaFJBg7/sE1eUu3w2ufF0rV5vbyMWcfBrXaYZ2RsqBo
ie4q4VnZF0V0X/Sg8xyDt1BwUuEtb2j4yuTMXCi5LGxtM6uhN1C1S3F4rtZb
BZzAzuB9RW+QCRprewSZHJLOcoZEzQVjx3u+poWvTTwfQmvGQ2sR0Jkho7Bl
X9lbMJMGogVjJJcjTlexOlc7K1vpquqcoYJMz/KqVurXYPh4b1i9/9aincZ3
vbvCF0Nn9Yao239t3wdwizvW8NJ5EbxxzXck9b8mh1/WxgfNvgLkR2IzdMpK
xWlvHYGqU766rJ5v6k0rumfRu6rftYNszWUDuKRTeutByPw6/E5WmkO3pMSz
4gqwU449TSsc3JLbLd44F7wUb+iCN8o/M6rd1U7G84idjg8vZDDvuE37Ia66
OgMjb8BD1E2fPzgZMSadanp7l7dnxqlntj08EKG35eAD4V5cw9MzLV948Vev
dezUYxd/ZV7wB41Ae7dpW31vgtwAX0eVVpdrkskGlGG6uuX4puFgL7pppKgq
4uGmZPd2TWTqNcQsDrqgv1R5gskszVbrtqQ7dDvYAzycD4RBgdzLz4LUCWp+
pvFZ1Q6qaKVT3cRrFtJ+JHJbcx7bEDYoiFK/IZFJHwQLZqWiNt1eoMmU8947
wkQxnMkZj2yg4LYUESxzVTQVerOjrjdckckh7wsljQ8/92OL+srOBYpI/y12
K24UU6+3q1Imtt5YyE5Wiu/VNdy1jp+xiBpK43TuXy+GK5qRG7fNbpnMjKsM
drawyVHLDI4KhrB6vYBD65iueL0gRA7bqzjQpkAnNqEB6wakjuEZmoRWyybz
aZPi2P+vF2DyNS0etbjSlgaJCywHMu5rQfoXt3D+cetdMLaAHUfcq5QaiBM7
Yp68TEtoiySj8Vx6wbeTCkSMchU+MlnVxAkxKlFdpqbFVPyY0xupBllAh0h0
EGeNrxvRcXJa12xhL7wfkgtdzr/fjG4bj315CMPnA1XBHkPepGfvhGWshcvg
npviq9p2q3yHjVd+odCisb0WVweeS0pfpRVHkuvwZrrI20FUTo8bIKk6HgdP
geM/dY5Jm4Hbly9odJlA7MhR7hSI1WSKlIKRkaq8lFjtzpZk1OSj6QaFiXdp
gqNxRUc8qfI6CNUnS4eyGFKg5TJp37QwjOb1HVoUzNUq5Xeh8MsErZDTBYd0
1RAUS9uM6YQZEYp6JbGsi654gy8RT8mdR0v0guP1GGAowYImWbrh91DqkbAO
qtJXNOH4Q/ATXqseHFpMcGOKfIJ9Kfh1xRUo0lh+psLzRFkgkTtocvABpcA+
4a1xN+reRKaxXuQ8YvpdsWYNnq4PhznNkSbGHqHo5dIb8JCd6bewSdKEqf5G
ueHDxDJR+x7zznWhMWdZezz3quywqmjq7tzoWoh9iQ9ajw/KYXCsOFk3XrZK
ouxLcY3yr6vQxD09tI11vFyQf9yBmq3ar7uSCSY588RuVXCbyAqGyX2gPOrY
pSM341td1WfwxAx7t5r+i+zOirt1lqbibYp7MpST3S6S3LJv0toByK9oDEpE
0S7pOW1SwU5DKl50rBU3buqZYRMYRSXDRabQ94NvUQTWi/cCcrnUR7wOy0BN
bbKAU43bvp3BOAEtWTy80euEE5igTsnRpx2eEtVnsBVKdmD2DqjFOcCSKVQU
OHLbdu7iQVZ95VywzIOpcMUH0RS8wgj26y2bvq46df8rhmiZdQkS07egTXgL
pfpckZBExoeOFKCdtGrdJeg8Ch2a73tGtWKqI1X5RWDaI5HqZLkmx9fIIjeU
9IbsIIMOj2hSAKrKjSvPah7i0dcCh+wbhsYvGuAVjrqiOuBgTAEjzVnRXZdK
ksy6LLJLtuycOUhuVG8lcMaoTkenO+VJ2ap+OIusdGGw6lSg6Ne1MYG1AtRF
bnZRiIl4bYczQ5yKF02NnpjeGlj7ldyy9a9Rd6Wjl1IKEs76g9wCaBc+PH3W
OCisiV2wWqL6bS6WtLMkk1f8PmnNKubK+NyYVBKNOR3gbMjW887qk0ZS0b5f
j+wBTLbV+QQeqJiMmy5ABE/FI4VHXMsVs0oPV7r6A706jPkAgDRXePQS114D
wKKHo2Im4oV+OQdxf6q907tjZwsseQRidsVqi7c2I96sb9UQrN4z72WFimwE
YjK2MLCr2mbeFZIVFMjSBdltbBty2luqP6c1F8Do4+Lt7DH8B9hRDVJsjJIE
NM4JwDbZpEkCwvjei4t3L45sAyoKhPJYX0Xiu6/JVWzCR+cNKGjTIWQg0Fq+
t5aDNeD0TQJr0OHzqUBYNCiVaYn3qsz+qa6zwQW9rrEXiHBzJWpMuw7kWd4+
jMtUAUs0JfBkWaY8LbFQAzrsnKy8OoXmd7QcViWJQn/T8CT718xBchrnbJHO
QV/N9aLehnBRJTAxeT20oHA1IKMb5Qr6YeEnjcWElE+kTVZuRd5s5li2pyRl
APjNZstGO/T5vMt5512jWabh3aHppDOs9OyeG54cMEujYtNFO1/GGQYfew28
dzNJd4ZUpcPUJuwmIIZSwtW0kdphlIG6BcKJZO1y7/dttl/02ptFuMcL34df
u4q1g0k4w+nn7LzWoXW4tDyMsjm2BhYcf4NYaqdBhrUAO/Xh/3z28gcmAvRh
ZLbGYVgfkF4hba4VyDnrqsFqS0jpOzYCQvuFufQQMj7WEHm7cdWZX8pM5yr6
lrBy9YeE3MKa8UwjFG7irFit2rpkF03TeOUVk5pbk+hGyRiozMTrXRI/aGHL
Jut7wzKXCuVqkKaZj4UDAhY6RU5JPfWqJ5Hh3SqftGxyNo5NNTiyIoMNsqmO
mOxpaaarXdFLOV+X6SVmgbaPWft1qEZ5xVpTfAfBQ5t39aLviV5avIIl/SqN
R4AuAvNr57DztPkhi4O8S5626b8TJ0iB9TmBdRekG3J9LoBDoV4O9MGLTKuq
YXOuqVDhI/1XI+Li7OXZjmxnvHUBg51a+rEFxLVaQhg6Ax+7pkzT95W5FEC+
T2Y3e9SBb6JlCIrhCnD1vAHOslaXY3GWXcqyEG9UDZQFX9O/N7n4o8QQrd8X
cG6fyQyQn8M3umR9IUFzG4t/Bwp5LzO5bZJUvC1TYIJj8eZ//itJsebRT0UG
KsXvgThKsDCeSQkU9KcUxvwHUsf5mkanf67g/+J5CsP/qVHXIKPeFvhM1Rhj
O5lMgAEu3uOb0/8XC0emqTWVAAA=

-->

</rfc>
