<?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.39 (Ruby 3.2.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-savnet-inter-domain-problem-statement-19" category="info" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.34.0 -->
  <front>
    <title abbrev="Inter-domain SAVNET Problem Statement">Problem Statement, Gap Analysis, and Requirements for Inter-Domain Source Address Validation</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-savnet-inter-domain-problem-statement-19"/>
    <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="L." surname="Qin" fullname="Lancheng Qin">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>qinlc@zgclab.edu.cn</email>
      </address>
    </author>
    <author initials="L." surname="Liu" fullname="Libin Liu">
      <organization>Zhongguancun Laboratory</organization>
      <address>
        <postal>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>liulb@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="K." surname="Sriram" fullname="Kotikalapudi Sriram">
      <organization abbrev="USA NIST">USA National Institute of Standards and Technology</organization>
      <address>
        <postal>
          <city>Gaithersburg</city>
          <region>MD</region>
          <country>United States of America</country>
        </postal>
        <email>sriram.ietf@gmail.com</email>
      </address>
    </author>
    <date year="2026" month="July" day="01"/>
    <area>Routing</area>
    <workgroup>SAVNET</workgroup>
    <abstract>
      <?line 122?>

<t>This document analyzes the problem space and provides a gap analysis of existing inter-domain source address validation (SAV) mechanisms. Based on these findings, it outlines the technical requirements for future improvements.</t>
    </abstract>
  </front>
  <middle>
    <?line 126?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Source Address Validation (SAV) is a fundamental mechanism for detecting and mitigating source address spoofing attacks <xref target="RFC2827"/> <xref target="RFC5210"/> <xref target="RFC3704"/> <xref target="RFC8704"/>. Inter-domain SAV, defined in the context of Internet routing using BGP-4 <xref target="RFC4271"/>, checks the source addresses of data traffic received from a neighboring AS, whether that traffic originated within the neighbor's network or is being transited through it. Inter-domain SAV is applied at border routers to incoming traffic on external interfaces directly connected to a neighboring AS. The local AS (SAV performing AS) and the neighbor AS are connected using external BGP (eBGP). The neighbor AS could be using either a public ASN or a private ASN <xref target="RFC6996"/>.</t>
      <t>This document analyzes the problem space and provides a gap analysis of existing inter-domain SAV mechanisms. Based on these findings, it outlines the technical requirements for future improvements.
The corresponding work related to intra-domain SAV is documented in <xref target="I-D.ietf-savnet-intra-domain-problem-statement"/>, which includes SAV for hosts and customers (non-AS) connected to the AS <xref target="SAC-004"/>.</t>
      <t>The eBGP sessions between the border routers of the SAV performing AS and the neighbor ASes may include Customer-to-Provider (C2P), Provider-to-Customer (P2C), lateral peering (P2P), and Route Server (RS) to RS-client connection. The terms customer, provider (transit provider), and lateral peer (non-transit peer; peer (for simplicity)) used in this document are consistent with those defined in <xref target="RFC7908"/> <xref target="RFC9234"/>. Further, <xref target="RFC9234"/> mentions RS and RS-client. An RS-to-RS-client interface is akin to the customer interface. For the purposes of SAV, an RS-client-to-RS interface may be treated (1) like a provider interface for simplicity, or (2) like a union of lateral peers considering all the ASes the RS-client chose to peer with at the IXP RS.</t>
      <t>For the terminology used in this section and the rest of the document, see <xref target="terminology"/>.</t>
      <t>Access Control List (ACL) and unicast Reverse Path Forwarding (uRPF) based techniques are currently utilized to some extent for inter-domain SAV. In this document, the inter-domain SAV methods from only the existing IETF RFCs (BCP 38 <xref target="RFC2827"/> and BCP 84 <xref target="RFC3704"/> <xref target="RFC8704"/>) are considered for the gap analysis.</t>
      <t>This document analyzes the available methods and attempts to answer: (1) what are the technical gaps (<xref target="gap"/>), (2) what are the outstanding problems (<xref target="problem"/>), and (3) what are the practical requirements for the solutions to these problems (<xref target="req"/>).</t>
      <t>The following summarizes the fundamental problems with existing SAV mechanisms, as analyzed in <xref target="gap"/>.</t>
      <ul spacing="normal">
        <li>
          <t>Improper block: Existing uRPF-based mechanisms suffer from improper block (false positives) in two inter-domain scenarios: Limited Propagation of a Prefix and Hidden Prefix.</t>
        </li>
        <li>
          <t>Improper permit: With some existing uRPF-based SAV mechanisms, improper permit (false negatives) can happen on any type of interface (customer, lateral peer, or provider). Specifically, if the method relaxes the directionality constraint <xref target="RFC3704"/> <xref target="RFC8704"/> to try to achieve zero improper blocking, the possibility of improper permit increases. (Note: It is recognized that unless there is full adoption of SAV in the customer cone (CC) of the interface in consideration, improper permit is not fully preventable in scenarios where source address spoofing occurs from within the CC, i.e., a prefix at one Autonomous System (AS) in the CC is spoofed from another AS in the same CC.)</t>
        </li>
        <li>
          <t>High operational overhead: ACL-based ingress SAV filtering, when not automated, introduces significant operational overhead, as it needs to update ACL rules manually to adapt to prefix or routing changes in a timely manner. The high operational overhead issue does not pertain to existing uRPF-based mechanisms.</t>
        </li>
      </ul>
      <t>To address these problems, this document specifies (<xref target="req"/>) the following key technical requirements for any new solution:</t>
      <ul spacing="normal">
        <li>
          <t>Improved SAV accuracy over existing mechanisms: Any new inter-domain SAV mechanism must provide improved SAV accuracy in terms of improper block and improper permit over existing mechanisms. It must seek to achieve zero improper blocking (i.e., avoid false positives) in certain scenarios of interest (<xref target="gap"/>). Further, it must improve the directionality of filtering (i.e., achieve greater rejection of spoofed traffic) over existing mechanisms.</t>
        </li>
        <li>
          <t>Reduced operational overhead: Any new inter-domain SAV mechanism should be able to automatically detect changes in the SAV-related information (<xref target="terminology"/>) and/or SAV-specific information (<xref target="terminology"/>) required for generating the SAV table, obtain the updated information, and use the updated information to generate or update the SAV table.</t>
        </li>
        <li>
          <t>Benefit in incremental/partial deployment: Any new inter-domain SAV mechanism must not assume pervasive adoption of the SAV method, the SAV-related information, or the SAV-specific information. It should benefit early adopters by providing effective protection from spoofing of source addresses even in partial deployment.</t>
        </li>
        <li>
          <t>Providing necessary security guarantee: If any new inter-domain SAV mechanism introduces or uses SAV-specific information, security mechanisms must exist to prevent malicious injection or alteration of the SAV-specific information.</t>
        </li>
        <li>
          <t>Efficient convergence: Any new inter-domain SAV mechanism should achieve efficient convergence of the SAV table after any relevant changes occur in the SAV-related information or SAV-specific information used by the mechanism.</t>
        </li>
      </ul>
      <t>Note that this document focuses on inter-domain SAV mechanisms that validate and filter packets without modifying data plane packets (<xref target="scope"/>). This scope limitation is intentional, since allowing packet modification would introduce additional design, forwarding, interoperability, and deployment considerations beyond the problem space studied in this document. Therefore, SAV mechanisms based on data packet modification are outside the scope of this document.</t>
      <t>Note: Private AS was mentioned earlier. A public AS may serve as a transit gateway for a routing zone utilizing private ASes. These private AS numbers are not visible in external eBGP advertisements because the transit public AS strips them from the AS_PATH using standard vendor features, such as remove-private-as <xref target="Cisco"/> or remove-private <xref target="Juniper"/>.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <dl newline="true">
        <dt>SAV table:</dt>
        <dd>
          <t>The table of prefixes that indicates the validity of a specific source IP address or source IP prefix per interface. Sometimes the terms 'RPF (Reverse Path Forwarding) list' or 'SAV rules' are used interchangeably with 'SAV table'.</t>
        </dd>
        <dt>Improper Block:</dt>
        <dd>
          <t>The validation results in packets with legitimate source addresses being blocked improperly due to an inaccurate SAV table. (The terms 'improper block' and 'false positive' are used synonymously.)</t>
        </dd>
        <dt>Improper Permit:</dt>
        <dd>
          <t>The validation results in packets with spoofed source addresses being permitted improperly due to an inaccurate SAV table. (The terms 'improper permit' and 'false negative' are used synonymously.)</t>
        </dd>
        <dt>Customer Cone:</dt>
        <dd>
          <t>The Customer Cone (CC) of a given AS, denoted as AS-A, includes: (1) AS-A itself, (2) AS-A's direct customers (ASes), (3) The customers of AS-A's direct customers (indirect customers), (4) And so on, recursively, following all chains of provider-to-customer (P2C) links down the hierarchy.</t>
        </dd>
        <dt>Prefixes in the CC:</dt>
        <dd>
          <t>IP prefixes permitted by their owners to be originated by, or used as source addresses for data traffic originated from, one or more ASes within the CC.</t>
        </dd>
        <dt>SAV-related Information:</dt>
        <dd>
          <t>Routing information (e.g., RIBs and FIBs populated by routing protocols or by the local configuration information -- described below -- provided by the AS operator) and objects published in the Resource Public Key Infrastructure (RPKI) that were originally proposed for non-SAV purposes but may also be used for SAV. The RPKI objects include existing RPKI object types (e.g., ROAs and ASPAs) as well as any new types that may be proposed.</t>
        </dd>
        <dt>SAV-specific Information:</dt>
        <dd>
          <t>Information dedicated to SAV, which may be defined and exchanged between ASes using potentially new inter-AS communication protocol or an extension of an existing protocol. The information may also take the form of new RPKI object type(s). It may also come from the local configuration information provided by the AS operator.</t>
        </dd>
        <dt>Configuration Information:</dt>
        <dd>
          <t>This information is configured locally by the AS operator. For example, an AS provisions (suballocates) prefixes p1 and p2 for a non-BGP customer network, which also owns an RIR-allocated prefix p3. The customer instructs the AS to advertise p1 via eBGP on the public Internet, restrict p2 strictly to internal use (in the customer network), and refrain from advertising p3 while still allowing it to source outbound traffic. The AS locally configures these prefixes accordingly. This configuration information is valuable for both intra-domain SAV to permit expected prefixes and inter-domain SAV at other interfaces to block unexpected prefixes.</t>
        </dd>
      </dl>
      <!-- The AS uses this configuration information locally for route origination and SAV filtering purposes. The configuration information can be viewed partly as SAV-related information (e.g., prefixes p1, p2) and partly as SAV-specific information (e.g., prefix p3). -->

<dl>
        <dt>Direct Server Return (DSR):</dt>
        <dd>
          <t>A traffic delivery model commonly used by Content Delivery Networks (CDNs) that use anycast service addresses while delivering data from edge locations that do not announce those addresses. In such deployments, a request is received by the anycast server or location, but the response is sent directly by another server (i.e., the edge location) with the anycast service address as the source address, rather than the address used to reach the edge server. This can create a legitimate hidden-prefix scenario.</t>
        </dd>
      </dl>
    </section>
    <section anchor="SAV_methods">
      <name>Existing Inter-domain SAV Mechanisms</name>
      <t>Inter-domain SAV is typically performed at the AS level (on a per neighbor-AS-interface basis) and can be deployed at AS border routers (ASBRs) to prevent source address spoofing. There are various mechanisms available to implement inter-domain SAV for anti-spoofing ingress filtering <xref target="nist"/> <xref target="manrs"/> <xref target="isoc"/>, which are reviewed in this section.</t>
      <ul spacing="normal">
        <li>
          <t>ACL-based ingress filtering <xref target="RFC3704"/>: ACL-based ingress SAV filtering is a technique that relies on ACL rules to filter packets based on their source addresses. The ACL rules may be generated based on local configuration information (<xref target="terminology"/>), possibly combined with other sources. However, ACL-based ingress SAV filtering, when not automated, introduces significant operational overhead, as ACL rules need to be updated in a timely manner to reflect prefix or routing changes in the inter-domain routing system. One may think of using ACL (perhaps erroneously) as a denylist on a provider interface to block source prefixes that are clearly invalid in the inter-domain routing context, such as internal-use-only prefixes of the SAV-performing AS, IANA special purpose prefixes, and unallocated IPv4/IPv6 prefixes. But it is impractical to store and maintain a very large and dynamically varying set of unallocated IPv6 prefixes. Instead, it may be more practical, for example, to compute an ACL denylist containing the internal-use-only prefixes and prefixes originated exclusively by the SAV-performing AS and subtract the denylist from a SAV table computed by a uRPF method. Also, for the interfaces with a customer AS, the ACL-only method is impractical while other techniques (using uRPF as described below) are more effective. ACL-based ingress SAV filtering (ACL allowlist) has applicability in scenarios such as (1) directly connected subnets with hosts, or (2) broadband cable, fiber-optic cable, or digital subscriber access loop (DSL) access networks. In these cases, where the service provider should have a clear knowledge of IP address prefixes provisioned (and configured) to manage those services, the ACL-only method in an allowlist form is applicable.</t>
        </li>
        <li>
          <t>uRPF-based mechanisms: A class of SAV mechanisms are based on Unicast Reverse Path Forwarding (uRPF) <xref target="RFC3704"/> <xref target="RFC8704"/>. The core idea of uRPF for SAV is to exploit the symmetry of inter-domain routing: in many cases, the best next hop for a destination is also the best previous hop for the source. In other words, if a packet arrives from a certain interface, the source address of that packet should be reachable via the same interface, according to the FIB. However, symmetry in routing does not always hold in practice, and to address cases where it does not hold, many enhancements and modes of uRPF have evolved. Different modes of uRPF have different levels of strictness and flexibility, and network operators can choose from them to suit particular network scenarios. We briefly describe these modes as follows:  </t>
          <ul spacing="normal">
            <li>
              <t>Strict uRPF <xref target="RFC3704"/>: Strict uRPF is the most stringent mode. It permits a packet only if it has a source address that is covered by a prefix in the FIB, and the next hop for that prefix is the same interface that the packet arrived on. This mode can be deployed at customer interfaces in some scenarios, e.g., a directly connected single-homed stub customer AS <xref target="nist"/>.</t>
            </li>
            <li>
              <t>Loose uRPF <xref target="RFC3704"/>: Loose uRPF verifies that the source address of a packet is routable on the internet by matching it with one or more prefixes in the FIB, regardless of the interface on which the packet arrives. If the source address is not routable, Loose uRPF discards the packet. Loose uRPF is typically deployed at the provider interfaces of an AS to block packets with source addresses from prefixes that are not routed on the global internet (e.g., IANA-allocated private-use addresses, unallocated IPv4/IPv6 addresses, multicast addresses, etc.).</t>
            </li>
            <li>
              <t>Feasible Path uRPF (FP-uRPF) <xref target="RFC3704"/>: Unlike Strict uRPF, which requires the packet to arrive on the exact best return path, FP-uRPF allows a packet to pass as long as the router could reach that source address through the interface it arrived on (based on the feasible routes in the Adj-RIBs-In <xref target="RFC4271"/>), even if the route is not the primary route (per best path selection). This makes it more effective in multi-homed environments where asymmetric routing is common, as it prevents legitimate traffic from being dropped simply because it did not take the "best" path back to the sender.</t>
            </li>
            <li>
              <t>Enhanced Feasible Path uRPF with Algorithm A (EFP-uRPF Alg-A) <xref target="RFC8704"/>: EFP-uRPF Alg-A expands the list of valid source addresses for a specific interface by including all prefixes associated with any Origin AS that is reachable through that interface. Instead of only accepting prefixes directly advertised on a link, the router identifies all the origin ASes present in the BGP updates received on that interface and then permits any prefix from those same ASes that it sees elsewhere in its Adj-RIBs-In (associated with all neighbors — customers, providers, peers). This "Origin AS-based" approach provides significantly more flexibility than strict or traditional FP-uRPF, as it accounts for cases where an AS in the CC may send traffic for one of its prefixes over a link where it only advertised a different prefix (multi-homing and asymmetric routing scenarios).</t>
            </li>
            <li>
              <t>Enhanced Feasible Path uRPF with Algorithm B (EFP-uRPF Alg-B) <xref target="RFC8704"/>: EFP-uRPF Alg-B provides even greater flexibility (compared to EFP-uRPF Alg-A) by aggregating all customer interfaces into a single "customer group" for validation purposes. The router first identifies all unique prefixes and origin ASes associated with all directly connected customer interfaces using only the Adj-RIBs-In associated with them. It then constructs a comprehensive RPF list (SAV table) that includes every prefix originated by those ASes, regardless of whether those prefixes were learned via customer, peer, or transit provider links. This list is applied uniformly across all customer-facing interfaces, attempting to ensure that legitimate traffic from a multihomed AS in the CC is never dropped, even if the traffic arrives on a different customer-facing port than the one where the specific prefix was advertised. In comparison to EFP-uRPF Alg-A, this method (Alg-B) reduces the possibility of improper block but at the expense of increased possibility of improper permit, i.e., reduced directionality.</t>
            </li>
            <li>
              <t>Virtual Routing and Forwarding (VRF) uRPF <xref target="RFC4364"/> <xref target="urpf"/> <xref target="manrs"/>: VRF uRPF uses a separate VRF table for each external BGP peer and is only a way of implementation for a SAV table.</t>
            </li>
          </ul>
        </li>
      </ul>
    </section>
    <section anchor="gap">
      <name>Gap Analysis</name>
      <t>The inadequacies of inter-domain SAV mechanisms can be characterized along three dimensions: improper block (false positives), improper permit (false negatives), and operational overhead. An ideal inter-domain SAV mechanism must block all spoofing traffic while permitting legitimate traffic in all scenarios of interest. However, in some cases, existing SAV mechanisms may unintentionally block legitimate traffic or permit spoofing traffic. This section aims to conduct a gap analysis of existing SAV mechanisms for different types of interfaces under various scenarios to identify their technical limitations.</t>
      <section anchor="sav_at_cust">
        <name>SAV at Customer Interfaces</name>
        <t>To prevent source address spoofing on customer interfaces, operators can enable ACL-based ingress filtering, or uRPF-based mechanisms such as Strict uRPF, FP-uRPF, or EFP-uRPF. However, the ACL method typically has high operational overhead. The uRPF-based mechanisms may cause improper block in two inter-domain scenarios: Limited Propagation of a Prefix (LPP) and Hidden Prefix (HP). They may also cause improper permit in the scenarios of source address spoofing within a CC. One example of LPP scenarios is when an AS attaches NO_EXPORT <xref target="RFC1997"/> BGP Community to some prefixes (routes) forwarded to some upstream providers (in multi-homing scenarios) (see <xref target="noexp"/>). Sometimes this scenario occurs by selectively propagating different sets of prefixes to different upstream providers. The Hidden Prefix scenario is typically associated with the Direct Server Return (DSR) scenario; anycast prefix in a Content Delivery Network (CDN) application is not announced by the AS where the DSR (edge server) is located (see <xref target="dsrp"/>). Source address spoofing within a CC scenario arises when a prefix at one AS in the CC is spoofed from another AS in the same CC (<xref target="spoofing_within_cc"/>). It is recognized that unless there is full adoption of SAV in the CC of the interface in consideration, improper permit is not fully preventable in the case of source address spoofing within a CC.</t>
        <t><xref target="customer_gap"/> provides an overview of the gaps associated with the ACL method, Strict uRPF, FP-uRPF, and EFP-uRPF for SAV at customer interfaces in the Limited Propagation of a Prefix, Hidden Prefix, and source address spoofing within a CC scenarios mentioned above. Illustrations and analyses of these gaps are provided in <xref target="noexp"/>, <xref target="dsrp"/>, and <xref target="spoofing_within_cc"/>, respectively.</t>
        <figure anchor="customer_gap">
          <name>The gaps of ACL-based ingress filtering, Strict uRPF, FP-uRPF, and EFP-uRPF for customer interfaces for the scenarios of interest.</name>
          <artwork><![CDATA[
+--------------------+------------+-----------+-------+--------+
|Traffic & Scenarios |     ACL    |Strict uRPF|FP-uRPF|EFP-uRPF|
+----------+---------+------------+-----------+-------+--------+
|Legitimate|   LPP   |            |                            |
|Traffic   +---------+            |       Improper Block       |
|          |   HP    |    High    |         possible           |
+----------+---------+Operational-+-------------------+--------+
|          |         |  Overhead  |                   |Improper|
|Spoofed   |  no SCC |            |                   |Permit  |
|Traffic   |         |            |   Functions as    |only for|
|          |         |            |      Expected     |EFP-uRPF|
|          |         |            |                   |Alg-B   |
|+---------+---------+            +-------------------+--------|
|Spoofed   |   SCC   |            |                            |
|Traffic   |         |            |       Improper Permit      |
|          |         |            |    (in partial deployment) |
+----------+---------+------------+----------------------------+

LPP = Limited Propagation of a Prefix
HP = Hidden Prefix 
SCC = Spoofing within a CC
'Functions as Expected' connotes the absence of improper permit. 
It also connotes low operational overhead. 
]]></artwork>
        </figure>
        <section anchor="noexp">
          <name>Limited Propagation of a Prefix Scenario</name>
          <t>In inter-domain networks, some prefixes may not propagate from a customer to all its providers and/or may not propagate transitively from the providers to all their providers due to various factors, such as the use of NO_EXPORT or NO_ADVERTISE Communities <xref target="RFC1997"/>, or some other selective-export policies. In these cases, it is possible that a prefix (route) announcement in the CC associated with a customer interface has limited propagation in the CC and is not received on that interface. Then the prefix is invisible in BGP at that interface but the traffic with source address in that prefix may still be received on that interface. This can give rise to improper block when performing SAV with existing mechanisms. These mechanisms include EFP-uRPF Alg-A, which is the focus of the following analysis, while it also applies to Strict uRPF and FP-uRPF. All these mechanisms suffer from the same problem of improper block in this scenario.</t>
          <figure anchor="no-export">
            <name>Limited propagation of a prefix caused by NO_EXPORT.</name>
            <artwork><![CDATA[
                          +----------------+
                          |    AS 3(P3)    |
                          +-+/\------+/\+--+
                             /         \
                            /           \ 
                           /             \
                          / (C2P)         \
                 +------------------+      \
                 |     AS 4(P4)     |       \
                 ++/\+--+/\+----+/\++        \
                   /     |        \           \
         P2[AS 2] /      |         \           \
                 /       |          \           \
                / (C2P)  |           \ P5[AS 5]  \ P5[AS 5]
+----------------+       |            \           \    
|    AS 2(P2)    |       | P1[AS 1]    \           \
+----------+/\+--+       | P6[AS 1]     \           \
             \           |               \           \
     P1[AS 1] \          |                \           \
     NO_EXPORT \         |                 \           \
                \(C2P)   |(C2P)        (C2P)\      (C2P)\
              +----------------+          +----------------+
              |  AS 1(P1, P6)  |          |    AS 5(P5)    |
              +----------------+          +----------------+
]]></artwork>
          </figure>
          <t>In the scenario of <xref target="no-export"/>, AS 1 is a customer of AS 2; AS 1 and AS 2 are customers of AS 4; AS 4 is a customer of AS 3; and AS 5 is a customer of both AS 3 and AS 4. AS 1 advertises prefix P1 to AS 2 with the NO_EXPORT community attribute attached, preventing AS 2 from further propagating the route for prefix P1 to AS 4. Consequently, AS 4 only learns the route for prefix P1 from AS 1 in this scenario. Suppose AS 1 and AS 4 have deployed inter-domain SAV while other ASes have not, and AS 4 has deployed EFP-uRPF at its customer interfaces.</t>
          <t>If AS 4 deploys EFP-uRPF Alg-A at customer interfaces, it will require packets with source addresses in P1 or P6 to only arrive on the interface with AS 1. When AS 1 sends legitimate packets with source addresses in P1 or P6 to AS 4 via AS 2, AS 4 improperly blocks these packets. The same improper block problem occurs with the use of Strict uRPF or FP-uRPF. EFP-uRPF with Alg-B can avoid the improper block in this specific scenario, but even this SAV method would have the improper block if the Traffic Engineering (TE) at AS 1 is such that none of the customer interfaces at AS 4 receives a route for P1 (or P6).</t>
        </section>
        <section anchor="dsrp">
          <name>Hidden Prefix Scenario</name>
          <t>CDNs use the concepts of anycast <xref target="RFC4786"/><xref target="RFC7094"/> and DSR to improve the quality of service by placing edge servers with content closer to users. An anycast IP address is assigned to devices in different locations, and incoming requests are routed to the closest edge server (DSR) location. Usually, only locations with rich connectivity announce the anycast IP address through BGP. The CDN server receives requests from users and creates tunnels to the edge locations, from where content is sent directly to users. DSR requires servers in the edge locations to use the anycast IP address as the source address in response packets. However, the ASes serving the edge servers do not announce the anycast prefixes through BGP, so the anycast prefix is hidden (invisible in BGP) on the customer interface side at intermediate ASes which — with existing inter-domain SAV mechanisms — would improperly block the response packets.</t>
          <t><xref target="dsr"/> illustrates a DSR scenario where the anycast IP prefix P7 is advertised by AS 3 through BGP. In this example, AS 3 is the provider of AS 4 and AS 5; AS 4 is the provider of AS 1, AS 2, and AS 5; and AS 2 is the provider of AS 1. AS 2 and AS 4 have deployed inter-domain SAV. When a user at AS 2 sends a request to the anycast destination IP, the forwarding path is AS 2-&gt;AS 4-&gt;AS 3. The anycast server in AS 3 receives the request and tunnels it to the edge servers in AS 1. Finally, the edge server sends the content packets to the user with source addresses in prefix P7. The forwarding path for the content packets is AS 1-&gt;AS 2. Since AS 2 does not receive routing information for prefix P7 from AS 1, EFP-uRPF Alg-A or EFP-uRPF Alg-B (or any other existing uRPF-based mechanism) at the customer interface of AS 2 facing AS 1 will improperly block the response packets from AS 1.</t>
          <figure anchor="dsr">
            <name>A Direct Server Return (DSR) scenario.</name>
            <artwork><![CDATA[
                                +----------------+
                Anycast Server+-+  AS 3(P3, P7)  |
                                +-+/\----+/\+----+
                                   /       \
                       / P3[AS 3] /         \ P3[AS 3] \
                      / P7[AS 3] /           \ P7[AS 3] \
                     \/         / (C2P)       \         \/
                       +----------------+      \
                       |    AS 4(P4)    |       \
                       ++/\+--+/\+--+/\++        \
                         /     |      \           \
       / P3[AS 4, AS 3] /      |       \           \
      / P7[AS 4, AS 3] /       |        \           \
     \/               / (C2P)  |         \ P5[AS 5]  \ P5[AS 5]
      +----------------+       |          \           \    
User+-+    AS 2(P2)    |       | P1[AS 1]  \           \
      +----------+/\+--+       | P6[AS 1]   \           \
                   \           |             \           \
           P6[AS 1] \          |              \           \
            P1[AS 1] \         |               \           \
                      \(C2P)   |(C2P)      (C2P)\      (C2P)\
                    +---------------+         +----------------+
       Edge Server+-+  AS 1(P1, P6)  |        |    AS 5(P5)    |
                    +----------------+        +----------------+
P7 is the anycast prefix and is originated only by AS 3 via BGP.
Note that the prefix route propagations relevant to the DSR
scenario are depicted; not all prefix propagations are depicted.
]]></artwork>
          </figure>
          <t>Further, there are cases of specific prefixes that may be exclusively used as source addresses (legitimately) without being advertised via BGP by any AS. While different from DSR scenarios, these cases similarly result in existing inter-domain SAV mechanisms improperly blocking legitimate traffic originating from such prefixes.</t>
        </section>
        <section anchor="spoofing_within_cc">
          <name>Source Address Spoofing within a Customer Cone Scenario</name>
          <t>In general, improper permit of spoofed packets in source address spoofing within a CC scenarios is unavoidable for various uRPF-based methods in partial deployment. For example, consider a topology in which AS 1 and AS 2 are customers of AS 3; and AS 3 is a customer of AS 4. AS 1 and AS 2 originate prefixes P1 and P2, respectively. AS 4 performs SAV on its customer interface with AS 3. P1 and P2 are announced from AS 3 to AS 4 and they would be included in the SAV table (allowlist) of AS 4 with any SAV mechanism. Assume AS 3 does not enforce SAV. Now as an example of source address spoofing within a CC, if AS 2 spoofs AS 1's prefix P1 and sends the spoofed packets to AS 4 (via AS 3), there is no way for AS 4 to detect the spoofed traffic. AS 4's SAV cannot differentiate between the spoofed and the legitimate packets that have source address in P1. In a source address spoofing within a CC scenario of this nature, the only recourse for blocking the spoofed traffic is for AS 3 also to be upgraded to do SAV, i.e., deployment of SAV closer to the source of spoofing.</t>
          <t>Another scenario is highlighted in <xref target="customer-spoofing"/> while using EFP-uRPF Alg-B method on customer interfaces. This scenario is not source address spoofing within a CC from the perspective of an individual customer interface of AS 4, but it is source address spoofing within a CC from the perspective of AS 4 looking across all its customer interfaces. EFP-uRPF Alg-B relaxes directionality to reduce (or eliminate) false positives and that makes it more susceptible to source address spoofing within a CC (per the latter perspective). This is expected because EFP-uRPF Alg-B somewhat conservatively applies the same relaxed SAV table across all customer interfaces.</t>
          <figure anchor="customer-spoofing">
            <name>A scenario of source address spoofing within a customer cone.</name>
            <artwork><![CDATA[
                                       +----------------+
                                       |    AS 3(P3)    |
                                       +-+/\----+/\+----+
                                          /       \
                                         /         \ 
                                        /           \
                                       / (C2P)       \
                              +----------------+      \
                              |    AS 4(P4)    |       \
                              ++/\+--+/\+--+/\++        \
                 P6[AS 2, AS 1] /     |      \           \
                P1[AS 2, AS 1] /      |       \           \
                     P2[AS 2] /       |        \           \
                             / (C2P)  |         \ P5[AS 5]  \ P5[AS 5]
             +----------------+       |          \           \    
Spoofer(P5')-+    AS 2(P2)    |       | P1[AS 1]  \           \
             +----------+/\+--+       | P6[AS 1]   \           \
                          \           |             \           \
                  P6[AS 1] \          |              \           \
                   P1[AS 1] \         |               \           \
                             \(C2P)   |(C2P)      (C2P)\      (C2P)\
                           +----------------+        +----------------+
                           |  AS 1(P1, P6)  |        |    AS 5(P5)    |
                           +----------------+        +----------------+
P5' is the spoofed source prefix P5 by the spoofer which is inside of 
AS 2 or connected to AS 2 through other ASes.
]]></artwork>
          </figure>
          <t>In <xref target="customer-spoofing"/>, the source address spoofing takes place within AS 4's CC, where the spoofer, which is inside of AS 2 or connected to AS 2 through other ASes, sends spoofing traffic with spoofed source addresses in P5 to AS 3 along the path AS 2 -&gt; AS 4 -&gt; AS 3. The arrows in <xref target="customer-spoofing"/> illustrate the commercial relationships between ASes. AS 3 serves as the provider for AS 4 and AS 5, while AS 4 acts as the provider for AS 1, AS 2, and AS 5. Additionally, AS 2 is the provider for AS 1. Suppose AS 1 and AS 4 have deployed inter-domain SAV, while the other ASes have not.</t>
          <t>If AS 4 deploys EFP-uRPF Alg-B at its customer interfaces, it will allow packets with source addresses in P5 to originate from AS 1, AS 2, and AS 5. Consequently, AS 4 will improperly permit the spoofed packets from AS 2, enabling them to propagate further.</t>
          <t>In the scenario of <xref target="customer-spoofing"/>, Strict uRPF, FP-uRPF, and EFP-uRPF Alg-A — applied on the customer interfaces — work effectively to block the spoofed packets from AS 2. This is because these mechanisms have a stronger directionality property than EFP-uRPF Alg-B.</t>
        </section>
      </section>
      <section anchor="sav_at_peer">
        <name>SAV at Peer Interfaces</name>
        <t>SAV is used at peer interfaces for validating the traffic entering the validating AS and destined for the AS's customer cone.
The data packets received from a customer or lateral peer AS must have source addresses belonging only to the prefixes in the CC of that AS. 
In both cases, the focus is on discovering all prefixes in the CC of the neighbor AS.
So, in principle, the SAV techniques suitable on customer interfaces may also be used on peer interfaces, especially EFP-uRPF Alg-A or Alg-B, which are more accommodative of asymmetric routing.
Indeed, asymmetric routing is thought to be prevalent for peer interfaces.
If SAV techniques suitable for customer interfaces are considered for peer interfaces, then the gap analysis of <xref target="sav_at_cust"/> would also be applicable to the SAV for the peer interfaces.
However, due to increased concern about asymmetric routing, network operators may conservatively use the same relaxed SAV techniques for peer interfaces as those for provider interfaces, e.g., Loose uRPF (<xref target="sav_at_prov"/>).
In that case, the gap analysis of <xref target="sav_at_prov"/> would also be applicable to the SAV for peer interfaces.</t>
      </section>
      <section anchor="sav_at_prov">
        <name>SAV at Provider Interfaces</name>
        <t>SAV is used at provider interfaces for validating the traffic entering the AS and destined for the AS's customer cone. <xref target="provider_peer_gap"/> summarizes the gaps of ACL-based ingress filtering and Loose uRPF for SAV at provider interfaces in the scenarios of interest. ACL-based ingress filtering may effectively block spoofing traffic from a provider AS, while appropriately allowing legitimate traffic, but it has high operational overhead. On the other hand, Loose uRPF correctly permits legitimate traffic, but it can also mistakenly allow spoofing traffic to pass through.</t>
        <t>In <xref target="provider_peer_gap"/>, spoofing from providers refers to a scenario in which spoofed traffic comes from provider ASes, either because they originated it or because they forwarded the spoofed traffic that propagated from their neighbor ASes. The spoofed prefix may belong to (originated by) any AS in the Internet other than the spoofing AS; it may even belong to an AS in the customer cone of the validating AS (example below).</t>
        <figure anchor="provider_peer_gap">
          <name>The gaps of ACL-based ingress filtering and Loose uRPF at provider interfaces in the scenarios of interest.</name>
          <artwork><![CDATA[
+------------------------+------------+---------------+
|   Traffic & Scenarios  |     ACL    |   Loose uRPF  |
+----------+-------------+------------+---------------+
|Legitimate|             |            |  Functions    |
|Traffic   |     --      |    High    |  as Expected  |
+----------+-------------+Operational +---------------+
|Spoofed   |   Spoofing  |  Overhead  |               |
|Traffic   |     from    |   (HOO)    |Improper Permit|
|          |   Providers |            |               |
+----------+-------------+------------+---------------+

'Functions as Expected' connotes the absence of improper block.
It also connotes low operational overhead.
]]></artwork>
        </figure>
        <t><xref target="provider-spoofing"/> illustrates a scenario of spoofing from providers and is used to analyze the gaps of ACL-based ingress filtering and Loose uRPF.</t>
        <figure anchor="provider-spoofing">
          <name>A scenario of source address spoofing from provider AS.</name>
          <artwork><![CDATA[
                          +----------------+
            Spoofer(P1')+-+    AS 3(P3)    |
                          +-+/\----+/\+----+
                             /       \
                            /         \ 
                           /           \
                          / (C2P)       \
                 +----------------+      \
                 |    AS 4(P4)    |       \
                 ++/\+--+/\+--+/\++        \
    P6[AS 2, AS 1] /     |      \           \
   P1[AS 2, AS 1] /      |       \           \
        P2[AS 2] /       |        \           \
                / (C2P)  |         \ P5[AS 5]  \ P5[AS 5]
+----------------+       |          \           \    
|    AS 2(P2)    |       | P1[AS 1]  \           \
+----------+/\+--+       | P6[AS 1]   \           \
             \           |             \           \
     P6[AS 1] \          |              \           \
      P1[AS 1] \         |               \           \
                \ (C2P)  | (C2P)    (C2P) \     (C2P) \
               +----------------+        +----------------+
               |  AS 1(P1, P6)  |        |    AS 5(P5)    |
               +----------------+        +----------------+
P1' is the spoofed source prefix P1 by the spoofer which is inside of 
AS 3 or connected to AS 3 through other ASes.
]]></artwork>
        </figure>
        <t>In <xref target="provider-spoofing"/>, the spoofer which is inside of AS 3 or connected to AS 3 through other ASes forges the source addresses in P1 and sends the spoofing traffic to the destination addresses in P2 at AS 2. AS 1 is a customer of AS 2; AS 1 and AS 2 are customers of AS 4; AS 4 is a customer of AS 3; and AS 5 is a customer of both AS 3 and AS 4. Suppose AS 4 and AS 1 have deployed inter-domain SAV, while the other ASes have not.</t>
        <t>Using an ACL-only method in the form of a denylist at the provider interface of AS 4 (facing AS 3) is impractical (incurs a very high operational overhead) as mentioned in <xref target="SAV_methods"/>.</t>
        <t>Applying Loose uRPF at the provider interface of AS 4 (facing AS 3) can greatly reduce the operational overhead because it uses the FIB as the information source for allowed prefixes, and can adapt to changes in the network to prevent false positives (improper blocking). 
However, using Loose uRPF at AS 4 will naturally permit packets with source addresses in P1 (since P1 is present in the FIB) and hence will not prevent the improper permit of the spoofed packets from AS 3 (<xref target="provider-spoofing"/>).
This is an expected limitation of Loose uRPF.</t>
      </section>
      <section anchor="problem">
        <name>Gap Analysis Summary</name>
        <t><xref target="problem_sum"/> provides a comprehensive summary of the gap analysis in <xref target="gap"/>. It highlights the scenarios where existing inter-domain SAV mechanisms may encounter issues, including instances of improper blocking of legitimate traffic, improper permitting of spoofing traffic, or high operational overhead. The various entries in the table in <xref target="problem_sum"/> can be traced back to the terminology and analyses presented in <xref target="gap"/>.</t>
        <figure anchor="problem_sum">
          <name>The scenarios where existing inter-domain SAV mechanisms may have improper block problem for legitimate traffic, improper permit problem for spoofing traffic, or high operational overhead.</name>
          <artwork><![CDATA[
+--------+----------+-----------+----------+-------+--------+
|Problems|    ACL   |   Strict  |  Loose   |FP-uRPF|EFP-uRPF|
|        |          |   uRPF    |  uRPF    |       |        |
|        |(CI or PI)|   (CI)    |  (PI)    | (CI)  | (CI)   |
+--------+----------+-----------+----------+-------+--------+
|Improper|  YES/NO  |    YES    |   NO**   |      YES       |
|Block   |(manual   | (LPP, HP) |          |    (LPP, HP)   |
|        |operator  |           |          |                |
|        |diligence)|           |          |                |
+--------+----------+-----------+----------+-------+--------+
|Improper|  YES/NO  |NO (no SCC)|   YES    |   NO (no SCC)  |
|Permit  |(manual   |YES (SCC)  |(Spoofing |   YES (SCC)    |
|        |operator  |           |  from    |                |
|        |diligence)|           |Providers)|                |
+--------+----------+-----------+----------+-------+--------+
|        |   YES    |                                       |
|  HOO   |  (Any    |                  NO                   |
|        |Scenarios)|                                       |
+--------+----------+---------------------------------------+
CI = Customer Interface
PI = Provider Interface
HOO = High Operational Overhead
LPP = Limited Propagation of a Prefix
HP = Hidden Prefix
SCC = Spoofing within a CC  
** Typically, an HP (like DSR prefixes) is hidden on the CIs
   but received on a provider or peer interface; 
   hence included in the FIB and that helps avoid
   improper block for Loose uRPF.      
]]></artwork>
        </figure>
        <t>New proposals for SAV should aim to fill in the following problem areas (gaps) found in the currently standardized SAV methods (found in IETF RFCs):</t>
        <ul spacing="normal">
          <li>
            <t>Improper block: Existing uRPF-based mechanisms suffer from improper block (false positives) in two inter-domain scenarios: Limited Propagation of a Prefix (e.g., NO_EXPORT and some other selective-export scenarios) and Hidden Prefix (e.g., CDN/DSR scenario).</t>
          </li>
          <li>
            <t>Improper permit: With some existing uRPF-based SAV mechanisms, improper permit (false negatives) can happen on any type of interface (customer, lateral peer, or provider). Specifically, if the method relaxes the directionality constraint <xref target="RFC3704"/> <xref target="RFC8704"/> to try to achieve zero improper blocking, the possibility of improper permit increases. (Note: It is recognized that unless there is full adoption of SAV in the CC of the interface in consideration, improper permit is not fully preventable in scenarios where source address spoofing occurs from within the CC, i.e., a prefix at one AS in the CC is spoofed from another AS in the same CC.)</t>
          </li>
          <li>
            <t>High operational overhead: ACL-based ingress SAV filtering, when not automated, introduces significant operational overhead, as it needs to update ACL rules manually to adapt to prefix or routing changes in a timely manner. The high operational overhead issue does not pertain to existing uRPF-based mechanisms.</t>
          </li>
        </ul>
        <t>The limitations of existing uRPF-based mechanisms are due to their exclusive reliance on BGP data. Although the algorithms themselves have evolved (e.g., <xref target="RFC8704"/>), the underlying input has remained unchanged, inherently constraining their accuracy in scenarios such as LPP and HP. With the availability of authoritative SAV-related information, plus the potential for SAV-specific information (<xref target="terminology"/>), it would be possible to develop comprehensive new SAV algorithms or mechanisms to overcome the existing gaps.</t>
      </section>
    </section>
    <section anchor="req">
      <name>Requirements for New Inter-domain SAV Mechanisms</name>
      <t>This section lists the requirements for any new inter-domain SAV mechanisms which may be proposed to bridge the technical gaps of existing mechanisms.</t>
      <section anchor="accurate-validation">
        <name>Accurate Validation</name>
        <t>Any new inter-domain SAV mechanism must provide improved SAV accuracy in terms of improper block and improper permit over existing mechanisms. It must seek to achieve zero improper blocking (i.e., avoid false positives) in certain scenarios of interest (<xref target="gap"/>). Further, it must improve the directionality of filtering (i.e., achieve greater rejection of spoofed traffic) over existing mechanisms.
The requirement applies for all directions of AS peering (customer, provider, and peer).</t>
      </section>
      <section anchor="reducing-operational-overhead">
        <name>Reducing Operational Overhead</name>
        <t>Any new inter-domain SAV mechanism should be able to automatically detect changes in the SAV-related information (<xref target="terminology"/>) and/or SAV-specific information (<xref target="terminology"/>) required for generating the SAV table, obtain the updated information, and use the updated information to generate the SAV table.</t>
      </section>
      <section anchor="early-adopters-benefit-in-incrementalpartial-deployment">
        <name>Early Adopters Benefit in Incremental/Partial Deployment</name>
        <t>Any new inter-domain SAV mechanism must not assume pervasive adoption of the SAV method, the SAV-related information, or the SAV-specific information. It should benefit early adopters by providing effective protection from spoofing of source addresses even in partial deployment.</t>
      </section>
      <section anchor="providing-necessary-security-guarantee">
        <name>Providing Necessary Security Guarantee</name>
        <t>SAV-related information, e.g., routing information and the existing RPKI signed objects, may be used to design more accurate SAV mechanisms. Such information must be protected during both its creation and dissemination (the BGP security community is already diligent about this). If any new inter-domain SAV mechanism introduces or uses SAV-specific information, security mechanisms must exist to prevent malicious injection or alteration of the SAV-specific information.</t>
      </section>
      <section anchor="efficient-convergence">
        <name>Efficient Convergence</name>
        <t>Any new inter-domain SAV mechanism should achieve efficient convergence of the SAV table after any relevant changes occur in the SAV-related information or SAV-specific information used by the mechanism.
In this context, convergence refers to the stabilization of the SAV tables on the AS-to-AS interfaces performing SAV.
It is essential that any new SAV mechanism converges to the correct updated SAV table in a proper manner, minimizing both improper block and improper permit during the process.</t>
        <ul spacing="normal">
          <li>
            <t>Additional considerations: Any new SAV proposal should keep the following guidelines in consideration. The initial SAV table computation (prior to SAV enforcement installation) must be performed only when the data used in the computation (e.g., routing tables, RPKI data) are in a stable (i.e., non-transient) state from the local AS's perspective. For instance, if an ASBR in the SAV performing AS is newly deployed or restarted, then sufficient time must be allowed for routing state convergence to complete before the initial SAV table computation is performed. Similar statement applies for the ASBR with regard to RPKI data convergence. After SAV enforcement installation, the SAV table should be dynamically and quickly updated when new prefixes are discovered (e.g., from BGP Updates or RPKI data updates) for inclusion the table. However, for removing a prefix from the SAV table (e.g., due to route withdrawal or RPKI changes), applying hysteresis (<xref target="RFC8704" sectionFormat="comma" section="3.6.2"/>) should be considered in the SAV design.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="requirement-of-troubleshooting">
      <name>Requirement of Troubleshooting</name>
      <t>Any new inter-domain SAV protocol or solution document should incorporate troubleshooting guidelines within its operational considerations section. Because an ASBR enforces SAV based strictly on a statically or dynamically computed SAV table, it cannot inherently detect its own validation errors, such as false positives (improper blocks) or false negatives (improper permits). Consequently, troubleshooting these anomalies will rely on operational feedback loops, where network operators receive, investigate, and resolve routing and reachability complaints from affected downstream or peering parties.</t>
    </section>
    <section anchor="scope">
      <name>Inter-domain SAV Scope</name>
      <t>Any new inter-domain SAV mechanisms should work in the same Internet Protocol (IP) address scenarios as existing SAV methods do. Generally, it includes all IP-encapsulated scenarios:</t>
      <ul spacing="normal">
        <li>
          <t>Native IP forwarding: This includes both the global routing table based forwarding and Customer Edge (CE) site forwarding of VPN traffic.</t>
        </li>
        <li>
          <t>IP-encapsulated Tunnel (IPsec, GRE, SRv6, etc.): In this scenario, the focus is on the validation of the outer layer IP source address.</t>
        </li>
        <li>
          <t>Both IPv4 and IPv6 addresses.</t>
        </li>
      </ul>
      <t>The scope does not include:</t>
      <ul spacing="normal">
        <li>
          <t>Non-IP packets: This includes MPLS label-based forwarding and other non-IP-based forwarding.</t>
        </li>
      </ul>
      <t>SAV mechanisms based on modification of packets in the data plane are outside the scope of this document. Existing architectures or protocols can be inherited by any new SAV mechanisms for greater effectiveness.</t>
    </section>
    <section anchor="Security">
      <name>Security Considerations</name>
      <t>The SAV table will be generated based on SAV-related information and/or SAV-specific information. If such information is poisoned by attackers, the resulting SAV table will be inaccurate. Consequently, legitimate traffic may be dropped improperly, or spoofing traffic may be permitted improperly. For SAV mechanisms that use BGP data as input for generating SAV tables, the use of applicable BGP routing security methods is important. Such methods include mechanisms for the prevention, detection, and mitigation of route hijacks, route leaks, and AS_PATH manipulations.</t>
    </section>
    <section anchor="IANA">
      <name>IANA Considerations</name>
      <t>This document does not request any IANA allocations.</t>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <t>Nan Geng<br/>
  Huawei<br/>
  Beijing,
  China <br/>
  Email: gengnan@huawei.com</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2827">
          <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="RFC4271">
          <front>
            <title>A Border Gateway Protocol 4 (BGP-4)</title>
            <author fullname="Y. Rekhter" initials="Y." role="editor" surname="Rekhter"/>
            <author fullname="T. Li" initials="T." role="editor" surname="Li"/>
            <author fullname="S. Hares" initials="S." role="editor" surname="Hares"/>
            <date month="January" year="2006"/>
            <abstract>
              <t>This document discusses the Border Gateway Protocol (BGP), which is an inter-Autonomous System routing protocol.</t>
              <t>The primary function of a BGP speaking system is to exchange network reachability information with other BGP systems. This network reachability information includes information on the list of Autonomous Systems (ASes) that reachability information traverses. This information is sufficient for constructing a graph of AS connectivity for this reachability from which routing loops may be pruned, and, at the AS level, some policy decisions may be enforced.</t>
              <t>BGP-4 provides a set of mechanisms for supporting Classless Inter-Domain Routing (CIDR). These mechanisms include support for advertising a set of destinations as an IP prefix, and eliminating the concept of network "class" within BGP. BGP-4 also introduces mechanisms that allow aggregation of routes, including aggregation of AS paths.</t>
              <t>This document obsoletes RFC 1771. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4271"/>
          <seriesInfo name="DOI" value="10.17487/RFC4271"/>
        </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="RFC3704">
          <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="RFC8704">
          <front>
            <title>Enhanced Feasible-Path Unicast Reverse Path Forwarding</title>
            <author fullname="K. Sriram" initials="K." surname="Sriram"/>
            <author fullname="D. Montgomery" initials="D." surname="Montgomery"/>
            <author fullname="J. Haas" initials="J." surname="Haas"/>
            <date month="February" year="2020"/>
            <abstract>
              <t>This document identifies a need for and proposes improvement of the unicast Reverse Path Forwarding (uRPF) techniques (see RFC 3704) for detection and mitigation of source address spoofing (see BCP 38). Strict uRPF is inflexible about directionality, the loose uRPF is oblivious to directionality, and the current feasible-path uRPF attempts to strike a balance between the two (see RFC 3704). However, as shown in this document, the existing feasible-path uRPF still has shortcomings. This document describes enhanced feasible-path uRPF (EFP-uRPF) techniques that are more flexible (in a meaningful way) about directionality than the feasible-path uRPF (RFC 3704). The proposed EFP-uRPF methods aim to significantly reduce false positives regarding invalid detection in source address validation (SAV). Hence, they can potentially alleviate ISPs' concerns about the possibility of disrupting service for their customers and encourage greater deployment of uRPF techniques. This document updates RFC 3704.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="84"/>
          <seriesInfo name="RFC" value="8704"/>
          <seriesInfo name="DOI" value="10.17487/RFC8704"/>
        </reference>
        <reference anchor="I-D.ietf-savnet-intra-domain-problem-statement">
          <front>
            <title>Problem Statement, Gap Analysis, and Requirements for Intra-domain Source Address Validation</title>
            <author fullname="Lancheng Qin" initials="L." surname="Qin">
              <organization>Zhongguancun Laboratory</organization>
            </author>
            <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="Mingqing(Michael) Huang" initials="M." surname="Huang">
              <organization>Zhongguancun Laboratory</organization>
            </author>
            <author fullname="Nan Geng" initials="N." surname="Geng">
              <organization>Huawei</organization>
            </author>
            <date day="1" month="June" year="2026"/>
            <abstract>
              <t>   Source address validation (SAV) is an important means to mitigate IP
   source address spoofing [RFC2827].  This document analyzes the gaps
   in current operational mechanisms for intra-domain SAV.  It also
   identifies the properties that new intra-domain SAV mechanisms are
   expected to provide.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-savnet-intra-domain-problem-statement-26"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC1997">
          <front>
            <title>BGP Communities Attribute</title>
            <author fullname="R. Chandra" initials="R." surname="Chandra"/>
            <author fullname="P. Traina" initials="P." surname="Traina"/>
            <author fullname="T. Li" initials="T." surname="Li"/>
            <date month="August" year="1996"/>
            <abstract>
              <t>This document describes an extension to BGP which may be used to pass additional information to both neighboring and remote BGP peers. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1997"/>
          <seriesInfo name="DOI" value="10.17487/RFC1997"/>
        </reference>
        <reference anchor="RFC6996">
          <front>
            <title>Autonomous System (AS) Reservation for Private Use</title>
            <author fullname="J. Mitchell" initials="J." surname="Mitchell"/>
            <date month="July" year="2013"/>
            <abstract>
              <t>This document describes the reservation of Autonomous System Numbers (ASNs) that are for Private Use only, known as Private Use ASNs, and provides operational guidance on their use. This document enlarges the total space available for Private Use ASNs by documenting the reservation of a second, larger range and updates RFC 1930 by replacing Section 10 of that document.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="6"/>
          <seriesInfo name="RFC" value="6996"/>
          <seriesInfo name="DOI" value="10.17487/RFC6996"/>
        </reference>
        <reference anchor="RFC7908">
          <front>
            <title>Problem Definition and Classification of BGP Route Leaks</title>
            <author fullname="K. Sriram" initials="K." surname="Sriram"/>
            <author fullname="D. Montgomery" initials="D." surname="Montgomery"/>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <author fullname="E. Osterweil" initials="E." surname="Osterweil"/>
            <author fullname="B. Dickson" initials="B." surname="Dickson"/>
            <date month="June" year="2016"/>
            <abstract>
              <t>A systemic vulnerability of the Border Gateway Protocol routing system, known as "route leaks", has received significant attention in recent years. Frequent incidents that result in significant disruptions to Internet routing are labeled route leaks, but to date a common definition of the term has been lacking. This document provides a working definition of route leaks while keeping in mind the real occurrences that have received significant attention. Further, this document attempts to enumerate (though not exhaustively) different types of route leaks based on observed events on the Internet. The aim is to provide a taxonomy that covers several forms of route leaks that have been observed and are of concern to the Internet user community as well as the network operator community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7908"/>
          <seriesInfo name="DOI" value="10.17487/RFC7908"/>
        </reference>
        <reference anchor="RFC9234">
          <front>
            <title>Route Leak Prevention and Detection Using Roles in UPDATE and OPEN Messages</title>
            <author fullname="A. Azimov" initials="A." surname="Azimov"/>
            <author fullname="E. Bogomazov" initials="E." surname="Bogomazov"/>
            <author fullname="R. Bush" initials="R." surname="Bush"/>
            <author fullname="K. Patel" initials="K." surname="Patel"/>
            <author fullname="K. Sriram" initials="K." surname="Sriram"/>
            <date month="May" year="2022"/>
            <abstract>
              <t>Route leaks are the propagation of BGP prefixes that violate assumptions of BGP topology relationships, e.g., announcing a route learned from one transit provider to another transit provider or a lateral (i.e., non-transit) peer or announcing a route learned from one lateral peer to another lateral peer or a transit provider. These are usually the result of misconfigured or absent BGP route filtering or lack of coordination between autonomous systems (ASes). Existing approaches to leak prevention rely on marking routes by operator configuration, with no check that the configuration corresponds to that of the External BGP (eBGP) neighbor, or enforcement of the two eBGP speakers agreeing on the peering relationship. This document enhances the BGP OPEN message to establish an agreement of the peering relationship on each eBGP session between autonomous systems in order to enforce appropriate configuration on both sides. Propagated routes are then marked according to the agreed relationship, allowing both prevention and detection of route leaks.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9234"/>
          <seriesInfo name="DOI" value="10.17487/RFC9234"/>
        </reference>
        <reference anchor="RFC7094">
          <front>
            <title>Architectural Considerations of IP Anycast</title>
            <author fullname="D. McPherson" initials="D." surname="McPherson"/>
            <author fullname="D. Oran" initials="D." surname="Oran"/>
            <author fullname="D. Thaler" initials="D." surname="Thaler"/>
            <author fullname="E. Osterweil" initials="E." surname="Osterweil"/>
            <date month="January" year="2014"/>
            <abstract>
              <t>This memo discusses architectural implications of IP anycast and provides some historical analysis of anycast use by various IETF protocols.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7094"/>
          <seriesInfo name="DOI" value="10.17487/RFC7094"/>
        </reference>
        <reference anchor="RFC4364">
          <front>
            <title>BGP/MPLS IP Virtual Private Networks (VPNs)</title>
            <author fullname="E. Rosen" initials="E." surname="Rosen"/>
            <author fullname="Y. Rekhter" initials="Y." surname="Rekhter"/>
            <date month="February" year="2006"/>
            <abstract>
              <t>This document describes a method by which a Service Provider may use an IP backbone to provide IP Virtual Private Networks (VPNs) for its customers. This method uses a "peer model", in which the customers' edge routers (CE routers) send their routes to the Service Provider's edge routers (PE routers); there is no "overlay" visible to the customer's routing algorithm, and CE routers at different sites do not peer with each other. Data packets are tunneled through the backbone, so that the core routers do not need to know the VPN routes. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4364"/>
          <seriesInfo name="DOI" value="10.17487/RFC4364"/>
        </reference>
        <reference anchor="RFC4786">
          <front>
            <title>Operation of Anycast Services</title>
            <author fullname="J. Abley" initials="J." surname="Abley"/>
            <author fullname="K. Lindqvist" initials="K." surname="Lindqvist"/>
            <date month="December" year="2006"/>
            <abstract>
              <t>As the Internet has grown, and as systems and networked services within enterprises have become more pervasive, many services with high availability requirements have emerged. These requirements have increased the demands on the reliability of the infrastructure on which those services rely.</t>
              <t>Various techniques have been employed to increase the availability of services deployed on the Internet. This document presents commentary and recommendations for distribution of services using anycast. 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="126"/>
          <seriesInfo name="RFC" value="4786"/>
          <seriesInfo name="DOI" value="10.17487/RFC4786"/>
        </reference>
        <reference anchor="Cisco" target="https://www.cisco.com/c/en/us/td/docs/routers/ios-xe/ip-routing/b-ip-routing/m_irg-remove-as-0.html">
          <front>
            <title>IP Routing Configuration Guide -- Chapter on Removing Private AS Numbers from the AS Path in BGP</title>
            <author>
              <organization>Cisco publication</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="Juniper" target="https://www.juniper.net/documentation/us/en/software/junos/cli-reference/topics/ref/statement/remove-private-edit-protocols-bgp.html">
          <front>
            <title>Junos CLI Reference (remove-private)</title>
            <author>
              <organization>Juniper publication</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="manrs" target="https://manrs.org/resources/training/tutorials/anti-spoofing/">
          <front>
            <title>Anti-Spoofing - Preventing traffic with spoofed source IP addresses (Module 5)</title>
            <author>
              <organization>MANRS publication</organization>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="isoc" target="https://www.internetsociety.org/resources/doc/2015/addressing-the-challenge-of-ip-spoofing/">
          <front>
            <title>Addressing the challenge of IP spoofing</title>
            <author>
              <organization>Internet Society publication</organization>
            </author>
            <date year="2015"/>
          </front>
        </reference>
        <reference anchor="nist" target="https://doi.org/10.6028/NIST.SP.800-189r1.ipd">
          <front>
            <title>Border Gateway Protocol Security and Resilience</title>
            <author initials="K." surname="Sriram">
              <organization>NIST</organization>
            </author>
            <author initials="D." surname="Montgomery">
              <organization>NIST</organization>
            </author>
            <date year="2025"/>
          </front>
          <seriesInfo name="NIST SP 800-189r1" value=""/>
        </reference>
        <reference anchor="urpf" target="https://www.cisco.com/c/dam/en_us/about/security/intelligence/urpf.pdf">
          <front>
            <title>Unicast Reverse Path Forwarding Enhancements for the Internet Service Provider-Internet Service Provider Network Edge</title>
            <author>
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <date year="2005"/>
          </front>
        </reference>
        <reference anchor="SAC-004" target="https://www.icann.org/en/ssac/publications/documents/sac-004-security-and-stability-advisory-committee-securing-the-edge-17-10-2002-en">
          <front>
            <title>SAC 004 | Security and Stability Advisory Committee - Securing the Edge</title>
            <author initials="" surname="Paul Vixie">
              <organization>ISC</organization>
            </author>
            <date year="2002"/>
          </front>
        </reference>
      </references>
    </references>
    <?line 558?>

<section numbered="false" anchor="Acknowledgements">
      <name>Acknowledgements</name>
      <t>Many thanks to Jared Mauch, Barry Greene, Fang Gao, Anthony Somerset, Yuanyuan Zhang, Igor Lubashev, Alvaro Retana, Joel Halpern, Ron Bonica, Aijun Wang, Michael Richardson, Li Chen, Gert Doering, Mingxing Liu, John O'Brien, Roland Dobbins, Paul Vixie, Amir Herzberg, Jeffrey Haas, and Xueyan Song for their reviews, comments, and suggestions. 
Apologies to any others whose names the authors may have inadvertently missed mentioning.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA819aXMbR5bgd/yKWiliBFgAKFKXTY87mqIki906sKRs98zI
oSgACaCsQhVcByla0v72fWdm1gWAsmdiFDNtEKjK4+W7rxyNRr28CJP5+zBO
E3McFFlpetEmo095cXTv3nf3jnqzsDgOomSR9vJyuo7yPEqT4noDz589e/u8
F2YmPA7O07KIkmXvankcXJz8/PrZ215vns6ScA3PzbNwUYwiUyxGeXiZGPic
FCYbzdN1GCWjTZZOY7MewVoKszZJMTr8rtcroiKGdyf8Y3ChPw6DH8NNcJKE
8XUe5cMA1h+cm9/LKKOf82CRZsEZjf+Uxg8u0jKbmeBkPs9Mngc/h3E0DwvY
RdALp9PMXB7L83N5ntbfnLkXhwlszyS9XlgWqzQ77o0AMPlx8HQcvIx6QcDb
fRom/GeaweNvc4DLqgyDn5Lo0mR5VFzDTzP4z3HwxES/IdTg77RMigy+Ol1F
SQhfGFhKDAeR4mKTvxcyytjMy/Es0YlfjoP/GyV25pdhMluZZClf0vz/uUqT
5bKEX0pYVjhNs7BIs5us4fcoiWd//2M5i8Npc/6XUenmj6ZRIt/8RZPHURlP
2yd/NQ5ewNBLO/0rGAoWu7Rf0xrgjysT3WDKFb69lrH+vqLXx7N0rfP+cxxc
ZFEWru3E/0yL6EMYh5tyHrnfaPafLk6C14RtYQxolgNal4UJ0gXiVTIPs3lO
KPzWzFZJGqdLBI6iJb18dvHWLv7HMCpWgETTMsMdZGYJA8PGn/rbAUQrzJzx
NseZTtYmi2beDnNa4hgp8u9L/Iq210vSbA1LvTTH8Oj589Ojb48ey8cHR48P
5ePDo8N78vH+43sP5OO38vFs9HRco/Qs7KT0414POUt12sPvvtNpH3333SP5
+Pi7e9/Kx++O7uu0j+99px8f3H9kPz7+ll6D/zuN8lmKn4OgCLOlAV62KopN
fnxwcHV1NZ7hz7j7g9mBSQ7K/KCYHwDjyg8y4GgA6YMozUcfzUG0GWXM4w6m
I++P9fsoW46A96SXZhTmo3vjVbGOA56QWdjZRNljcJomi2hZZsx+fiyjuQlG
I0DAcAOTBfDdOY6Ej06y6BKgFJxcBK/L9RSWEiyydB3A+eN3k7BYAToGT36c
0FzKkfBzMGLco70Hm3Iaw+njjPQr8D5Y1MlsBswQ0OTo3tEjBtU/yiTamKwb
WL/xA2M4V4RRiSdI4yLcAHp5uiiuQB4cwINpfjCLIwDMwmQmmZmDIt1ECFaz
OLDHfyBw2/BeR2YeFYgkRTpL43w0XW6a0PwHjh2cvjwDUMnYQb86zqATIrLF
PWHC/+DDOkyyvB0u9NMYBoe95CRoAIUyQHZEDiD1NIvCOD8IkyIa5Zs0XeD3
/n5O8JcL+QXWOQHKB9DgHzDOYhHNgisg+oBehrXxJIhUIQs0oPH+q3RexiZ4
2L3zVyevzy/22jf8EOXprBsNSHgDDsBDQOnXtc0DYhwc3Tt8eCDLg42MAGdH
s1UYxyCbzChdIAG1A8O+Q3hu30EuBjvWdzp3eSZLA5lPa+vYMK6PcT6J8qJ9
p/M0op0d3hs/unf07QHy4fHFZPztvXujw2+/yw7H0WYeVFDz1pM0mwN2/QiT
XIXXqEEQJgcXZlZmwMBFWcmjOEK8vdXYR4uEwX+0NxEE9iFQOl6BJrZMgbtf
tz6omz16SH/mIAVgbuC3sFR8KLiYBHY7t/Dgy2yz2I9ZzsM1kPx7IHyQ6mVx
kMsWDxA74jhaEtHjeOPNfFGBEsinWZgXAAjUhwyzsudpBqxjjif/LFmBwuBp
c4gK7mRNdhkBAQBwL4F9ZqPOX4LXprhKsw/Bs/myBdZVLnlxnQNPAn3yLJmN
K9C79xAhc3FyOrrHIq6DKmZhkhDGICfMw9mBh3u55Zf5AfyEI40UYiNACpSI
U8AK/Gt+CeSXXY8AzuuoKIyRJ4WODGxmdPh4dHhvBGs7GpmkAlxYZwCjB5+r
SHeh4wOJ8fggi2R8AMSFzECgbgeXYN0kLOPg5+hjZHyUO7s4rcLsqNcbj8e9
3gikWzjNgZPNil7v7SrKA4UErAt0+D+AfeGkohoAiYdwhLjkDR8jqEfBEjT+
UDR+ZAXmI5AtLte3I5QzCt8JLp2e3weVfhCsQcUKgeDX+Th4EiK/g59gbkBB
YCqIenD8UREAOsdRIusqUC+DU4xB2aoZGYuyKDMTRGtcKX8vO15H83lser3b
iLYZ8OYZMaBetyXCK4xws4sS1EISrbFbMk04N7Aa2jfCBw4vWob0Z23nyiaD
sCjC2Yc8+PRJtLkvX/gz6nD6GZU4/fwtfR437KEhzA0jAsiihDkzcB7zsSC+
rPQnKlFQEv8GxWT0gEdF5fHLlyGwc4OrwferK2Y1FUARWpmXmZkBlXDOSk8Y
JCZarsB+wKFPLobB1cqgJgyDhYV9CX5egiqP2i/KTFmrvnonh4/MEQCYAOup
ESmb5KQxFyvYwhLUqqIJATqbzQYY9xzAGkyZ04uSCGYaAAYI1pfacKoAIQAN
nCPh6QIwG9AfcGhWxNcIwgQ+4bxpY4Pj4C2sPE4R8UDbQ/QIQHFBVZkfGBAO
+NvD50D58sblg7CLgBMJ+gb+d8Cj+y+C8RDPASD6DpkZsCrmYfDEa4QZ/G21
0td8tqihI8YE/93UjRD4H6Hgt4TeGeDlJqUxA0KZzMShHJZv0yhu6L6ZRP7r
ZmbQr4jP0QwV+llcIlRwVFzhKs0LNhBnZV6gqAdtL0mTEWJABYPELvj0SSQV
HEqP9oInDrKf/DaI88WVMUwYNSQG0OO3DVRrwzRY4ho0HFlvcCqLGxXpyIrf
/unRZDB0ghp+0+eC/uToFH5DkGZwMhtjCPHha3yF1CRcFcl0fPwctgubPL8Y
zVB3KnTvsCdGZhhnnVsgDRW/4FWhb/uNjO9PzSC1D8I338v3eAY54AcQAQjP
wQDoQ5lgBdmZ7gCBC/yTFHYQnYCXHt8kekEzVrkt2rFIO8/LDMlt6H8b4Lh0
Yud8AHbrYzAZ8C8ApwOHZTDEpz7gAhklFCLuiTHqWkyVoJ6lwnyJyYeJm4bH
9wbG8wYGUWSG6KB/OAji6IMhpiCwdg9X4TZE5tE/si+AFQaEC7P6h5AzBOeM
CaD4C0oLGXtHT4CF/dEREaxRBqCS+C8wtS8A73WHiBURu1WqJ5cz7ljUBmov
lAD0VIfwlIEz8QYhomJzCW15kO1x8BIOPeifnL5kllzu0G775fnk+SCYEvti
3vR7iXwQUagEtpOgcABJGkd/MGXncH7ExWHvCNc6W0RhVcXHIe2jhX0CTs7F
j5AmMA0+ZtktunPRewIc5snpJLj/bUVvwL3h198+6FIbBo4M4BBRdMsp+Ax+
vFVOhJdhFIfAHO1acVpQY8x6U5CYBRK9Mtkxod8Vyn6cs8rmYTrYwqdP8F9Y
1JAQr/IocBbye+OmhRfTC/KZXsJ5+/drL25QjW0XJazUxCXTLBNfbirDwzsw
tHDlRRrH6RUpb+V6HWaRgsBX/+zbhOT2oKqiENaaKxSFz9DOxyCSvwnOULah
y2MKysSH4+CZDoJoOGIsdGPBYhYLeJgwJKq8CrwwjHFHKfBI0MzyARHTVVpT
wmcmgd2k6ByO1qRWgQDYhEvWc4HEQnRxLKKPBOIXoCmDNOJvxpUFb5DswMj6
hbwfTAPNtddhEVVf11UnZhnKqsFOC1agysG0xACACq435GFw7KvvBInPooiP
WTkCRvrGzKIFIkQMPC5i9sGYS/rCRzlT1vnIB4wmGJII+YiKLlIiBAIbDRF+
toqAlQR/mCytHQmAgikdziSPxL7DfdRgAFIamDYw+nHQf52ihXZWoJyARaXL
hNkMonmZxMjYUBaRHFmUwITDebrRoyNdJ6nKFdgMwOv0dKDs0xNFieUGdPrN
04FJkrSgia4BsOT5IvL3MQl1/axuMjgjJ50B2xSm5mn9p6cw3diMhySgGOGA
xcNiT8oiTdJ1WuZi9QP3vhgE9j1clXrb2PqANaI6fHKhD+VAofDkeIAY+wK0
ogB3pW5+0CWzlQnnxwFIBcFTWCktmxS7KC5IypEZkxAIwNQGAgJyGZJ6iTYj
IE8ewfkgggGqtM1AtA9wTIyZE9cpN3NSz09fBlkZk5aWlIiehErzcFOQ4GR4
pJm12ZCAlvA47A9ssGht4A14NTEZq1errj0CsPISZabho4RHipDVjzZy9TR4
4IOpPc0qtxzW1Kuc6cx4bJR5pWWiH8z1NkUfqTwxV5ZDH1tOcyk8JEQsCmfX
tDG3dLde9NTyIN1mSbAGqlAGoWZFbXyEDemqPqEyh0WGWKeQruWMkYZpOlBS
PuxmFEFfiOEyjQCtW1j5TE7O0Z2yRNSNrDz11NVIViAbbWN1MITFdrsEWeiS
NEnAQfObaGPwtBKeWNGDbgDgEZ4bpJN5F/XtPrB8pYYvsR0EIxMiM3Vxufjk
ISbSSO1BG79CL05NWSSN8ADwD18QJJ7teENwl7WnpUloY+KZw7UTfwRBNGUy
g2+Z5isrYf2lzE3XA7hTGdwgHxC+UZmEIPwEHlqQDGExwprJwSbMigiAPTeb
OL2mUN7e9EHsDrgGsFA4tsswBxSsiBldBUvS4TaQk0TW39sgTHRiT5n3YsIM
jpZmRLNjei0kS54P0H9mSBT4XSF4SVLACZxF032Fkgth1IQLQXFixwejFd4I
Qbar/zdYliFYnoVBubywrGoLFD0BgUeXs7+gdftDN42n5dExEE2JNEC5C/we
rTUUi1FiKRJ4J5JvWDubdljjVp8h2aqJDqRIgYCb0KKyB9M2kI8erCmEC+Qh
CDVAD3MZJo5aSTPYRbPbqJNMxum1qHWyTtglKlHieazIqQV8IHs62ea74jfF
Pc3eMOaRgD2zD6ZgdR8Ec7BO59HiGtGGfKObOAT1RR8C1pHPgPERTyabiv4E
GxvkBq8/ymkdCXNGwIUIQRiq0OSReBYJVARXdAYWwxDFI2Gsc4PqyBAZkxiz
Q94mcV9WP5nxOOyvKoDofrpOxeSu+gTzopxHLa4VUj9AXUkzYHo1OE7VBcjQ
adkNGm5o7aE4Jr2NIEQ45M/BJ3rsx9yvQLESFwzMgRwjQl3oxHlEySGSo3+K
DDD1I4P5ydE/0jusgvUHap5s1bPZqTOhVv5WtB87eyIRf1w/ssvLCPR7Vout
O5f8euEcKKOIctF1pmYWKte37iy7YDA6og3pWms/l+D95OTtC3H85pKUEgBH
mKOHFER0CTwOcKecrXCjtZB9iNEFCqGB1YIKZeVn+E1C7uQ5uR289Rwyn277
oq/X+3R8SbjwpWep+7h3zN49InU4N9ZcjdAQ+nxnlOWCOyGKEqUjDCxBNwLm
uEz3pejCm6qL7AJsG1SD1YWMCtsdUGODfodfB31beXEHx76Dyyft+w4doDie
YBBmTLCXa7bo79iN3kFr3Zq+T8hWl717cSxYfRkXOQsaxyqC2CyBSNF8aEom
DnKQGmiceomqTcn6DvIq1k4LX/gHfedWvVNVJ+8Qkd+pKpHeXvPrJE2u0cCK
r9FEsvuaiEm//85qWQ/1bbGSXPwFG+ORKjtTn8GWnVl/9ikmUMq2Kl9a0zgM
lhEqCRi8mhsgagwk5fDn6GRo/f7s18LvQLnOTbxg7xV+cUdDR34kANkHerju
D2hm9wtmfXW9hFRT/Q6HeADTJAjoALWGDLUGVMzQseHMLPTKAhJHSc7E6Dz7
s4pnH4gh+YAM9oqFL0j0LAT0vwYmMFEStgY3As5SIvzgTpVlb5QFMJDE2abG
D/NN2bdMhwPQbKAJhU39uKL3LrLAIXkE4KE1CBh2Nld8CBTY8lWHM6ce4LI1
saui05vxEsyc87Mn7L58jh826aaMZclWKNhUJ1yB6Bkc85tVEsX80UcjFMSz
LJriWAYOBr+So7DaCnB7tonSjN3S6RRVupylQb5ykdxzydwJJiwn/gmWNGwy
C0FalDOKj/XPJ/88GzDLvUJXjACRnTYpxhDYXMEoCoWPNLAwRSUGZCHQU8rR
RXmS3NaIsji0XZyGk6y55/1KXrrcAvfNCQP35GJyAvYrnP2VQW9VbhVofp4W
LaELXeuYj9RKiNqZen8CqFnCkCOeYiQcqJMRNbqDKzEfmb3PbYyN0Inl6iYl
NYxA5tRgCryu1xQyoOkUIUjvZlmf5Oo3TRxc9DmGoY8eFtpF+MGIkyRb4/s4
bR2e/XzAjgR9a4Z+Vqsb7MLFLVgHMK4mO/pAZgFA2qkbLMrtTDAiTQ3AahmZ
4lfmY7jeoCEcIpx5JRzh7OflFFVcUgwGHlc55MDzkWhmiKyoQlnOJckBesQE
D+A7OYXFzs5HOujc6gz3xxW2ixkyRDS5rpmcbqKh4QIuo5D1No5bq26mKRRD
ikNlEZwOLJM/seuOc+7gMFC769d9sLJyCVvA4tC5LL5LmZ6w5j5uLUZlO0Ja
Ua4eFRxmIjYArGmalon1wPAWYS96IvaQnNdOIAzCNiVlCIQjn2836kSUoFOS
XofnMU0pn7UWWKcgH/nBzMcNh7rdbMm8aWWhi5d8tV7GBQoN8q+VSWOUcSBp
TL1//z/ARmWrZMQV2zeg4FiIF9WJJY0rVly9licKynSOi+EJ4CyXkbnCdYYZ
YkCYd/ucmCF6aA5/HDHTr77d7oDyXwcMAX4wGv2t13vKKoLE388NCAJ4+OnF
+YCo98QK1LmJsa7hGg0vExM/o9Ci2s4YJkVD8Kk+J1l5QKinT1/nIlYQrYFx
U+Q0lzw+J8UZa2Umaw4TfmM6HJ2FBN5wsHnKPqYkAUSeGYnE2+EoXkrmjLNT
MYpGrjf0dXJohNOPhP/4a8NE7czOOSQhJzHkDayBQic5btmm+kyvbQxBBhBX
KMVf/R0MNHegExx4ms0MKuAcoeZDMXPQx+kcgAQyE85WbkJeh5IpvDMjbyxA
wTMmVhSdGwlyqGOYDDkbR2wkSr1yBvqn2/DFewnlgoXXllQFYkh8rZJ0wglW
wkBjsLbioI8URSaapqCA6By5QNM0zKOcUV7Ih0+Wh4JhapkuoDc/Oc8HvvOr
I7ok7geyAC5x82XueyBcvLogn3tMdniTLXEMwksBt/EgxyA+fcJkZIoDUlI5
fcJMbEydE5GUIZYJa6ilMpDzrRlv8se3ocadgSnORLTZCUxWwH0idm658BJs
u+a7mnp5WVHW0MhFnHjxKVKk1Bc9d+/vUj4arvOhxEFJRq2npJgRNQnlcYL6
OHiRXqENP/yfic65rWKQTiwY55Gvh9uYVBcxMt+tYbpGhoc+k1NMcxy8SThn
B62ZD6gAsiaK6+nDYleYJWGyDOwfMmcH7MUCer9GT0bAJNfM7LHSVE626pGh
DJCYHexRQgb+1sVKHqlzL6miMwK+NSJBYifwvM+V/LRhcHby+oQdPhioZ0Fr
35NYSOLUt7PJ5YMD+J9HnhrwBJg4B6TRJaBpHqgWFWgZUsItRuxDOjISZDFm
gbO/8zoJ18LFgEuQxzY3lFBUm9efEqvBCEsia6GQFWqnJ1er03QLUs83JfmM
6RztYSEYuebEgbodiJx7qRB1xjBYL3HJBr/KvAag6WXQrimbm6N9ugDJ0nVu
eVkpCdCQIsASzhkHJ6BYD23SjKeocSqXU2vxaAvmFrwLSa2oHRJrB0zkXkJV
n/GdpgbEqhnNnKxE8LYhn/FOtohpXqw3464HwSqUrOCZptdXAqiK1OjUacn7
BVAm1tNFmZ42UW6apeF8ygKN4n0LWHo2whjZTL9C1wacHyYKwUi8uwyVcFx3
nKYb1NcwK42/ESMhl3Qx1NxnmBQylPwKUipE17B0LzGZVYhebqbs4EMC2ycl
gqtyVGY6FVSNMUwTpD1Yu45kLnC6cKlqmUyZdxw1qtIO4mzMRg7oEqVszTBA
LXUWh7nmN1YEd2acpNlVkCIpe53Z8pIxDLg8NyERPeKcuDlIx8FkCFBIIqaa
/HoN28uubYC9xhWx3BqBdK0HRMm6qJkmmHO/gpNlExZwulCLA4FCdr8+i5oN
6Sv6vNMaCQWYYAAl5jnlLtkISphlmBSgNK15AZZQhy36JzNnEAAyhourk95J
LAGNX5s8441mzUbNWX1+9sST0hZantiw6SZhfBVe4xYpaKWs0zDPL1x+CQFS
ED0q3Pv44pBhbfyyI+L36ZylDh0nkYC5TGOwCsbB02hBxYdF21Nz+yOpr/Qr
G/MJKfAY8IvNx8gPmdnKBPFyiFK+SpFG1CGzJoFUYlAH48yzEkSQfdOynXHw
C6BAFoEWcW3ZnlA8rzbMxaebH2Nt0zfBBTsdaAsVPdH/IWLDY52iUVIgP9T9
kw+JDfXc4RHRMSAWLJf4ZB1lOISDNvYlpYuSpBCdR3QGwIShl37uIT8jmzyc
t+CVxmdNFa2R4MXqwZW32QvNlGlSuCgF0QJ5GLDhHLYydvSBmNEqRWMmL8qp
L9Osoj/mEsRvgpd0yE3ge9+j3UsJUHZXTfqzgEf7FQiFY2ae8oVFOlNUNIvZ
Svw+rB97LvBNzTtPJ5CZJbDC2NK5D2aMGZNx0gA1SppF21ol60/XOPQ3Oo/y
GRXFu+HG/u8Vi9E/NQkp19TVXDyn7ItjxbUaYGpEDJDWmkqtLtjaNsEyTqda
2oOQFU8K6qIVVyHHSUvfAzHsUEe9B9ZlXLBU8r40xWyMCcSINM9NyDFhklYE
m/7zyaghqrAfAKXde6Ss9qTkGvnAJqZJx6f7BP0TXiORkrEbaAMzDgOZjIWz
R/ZoVIfsp4hTjBnx8Gx7S6GROiPChuGtNVi1TFKffIO+b2NiiJoBQTNYxD2Z
/zbCEMzoLPGr0MBK5FydhVuVIiSjULTG7Bz+oU8xT5KmCOXcxGxsa8bFOvxg
KAGzqkiS/MYDFBZgkssIDC0WLSyEQhFrWOqmMaRcvGea1Sm+idx3yajbjdCU
g6DzLN1siOuAnXBtcwBQzIH1RRvTWMAt3Mst3swUjkslbm4SIBvLkKQCd96G
ZEQ1J/ESbIditQYVq/9MMQG+HZ0MfN3oOKj+iGoQsHPGCDYzFxwGbg/deWF8
z9ujdUcakXTGTY416bb+j0JBb8jGIQYg8sZpJA7ZQq+ExlpmuDgSYqhBbyTw
IlNZrm/9+3M2mTHyOfQxHhhSUjDz1qKWVNdEyrLJ2WdEP2FwgL0DnhOSMN1f
osrExEndRI081RZIuUaRKCU0IRm4ucFstTg3ogslGGiuEEu/AUVYtfrd8uDf
1vMwX33vgseu1go/YiGPUsctC3vWzW+h2g6GDZC+Lf/zfCio9SMZeboRuzMl
JIJSPwttOpIglhILapGl5vv66h5zf5fdzWk7LsBBL5AIXBAsnHV8SSWQeKBO
c2R8cGceetqewL9vSV9LdVuI3SoSys9vQHNPajT3ZBvNPXGwJsanWbc+lPto
rYcZu6fq5Ixq2XKZGak1phSAVg2JylhZ9Qlu2UeWsOPNLQKyl+9RjYYIpSyi
DL3vVXop2QNZcWD49NOGrS0qWduS2UFgC6F8IqiPiso3ablEdFzAQYG+kDwd
mVlhoPYS49nPmbH1rS9koMQrtZ2GvEfWueflMgjV4r7qSperd/Z9WxyOR6sc
bW00sLwKSC1YqRdAcnKG0Cit1attBnCjjU1ML0vzvHLeI4CbLcwlGA61OEvM
N4BCmYnu3SW1QpaNLBorpIlyGKGjIq0qq3UQtU+J3Trqqy9yk2aFC4cggXt+
DpUqcgqY7eeImsxjJoko51zpKlFIfYL4KPpCg5lht3CxpSKHNVCMGInKihFJ
jBmRK4DLdOY76nm0riWT5Pdqyj1FNImj/BxlRQmMUnNUKBfF82r8fA6aorM6
sH8SeTawaYcfhjgO4El+kAKjQOQGQIPnij8UNoZLSl2l3JwqNClQmwvnDDA1
kvfEwRLmByzs/dTz25U+b8Gn21h+wLVzQC9z0FzhmE3e8KHUHD1i38Hf6Bow
GVU7haSYgvQ3aKyvOcciP95Z8bZHeRmbq23RAKrbRQ9RvDNDXspBgPJsvMj2
AiJnp2RI4Q8tVBYl/G5bIYfnWFGbVpxMHeWFJC+BK7g8YtQxaYEtU6cWMvWV
a46yFt5G65w92gm2x9jWBqC2HkrpslTPWT5+8R7wdVRmbbjOgQFjdCxcNK3M
lQy5rGmsLLl9W7MJbDLfmRv/0+08vHwfFu+R5XyhOqYdYUTkVS0SaFhz98BC
kZa2RPE4262jdJOdzRU7zypJ8JryMA8FxOWqnMxZ1uiw6az5YqHdvgrEFrE/
qsT0J4tF+y8nk0GzZDTov5B2FtdeElN1flsFKSngHlV0HZfkAIaUAYiBNAnC
4DuwEG+QKOcoIWuZ1HBlBSjy+s37Z/+avDl/y7wVW9oBS0WWeMoJX8W1Le22
wrzPFuxAM+y98u9yk2Ph/drp2pQFVNE0nUoZ9LlyPUlBvFB9gJ/PHDma0OLJ
6bXathQA2ughoHVpSS1Hp0klBzv1fm2ukNGkelx24oofp0XbCroTUOwg39sc
Cec1DDsTTijfZKCRA/WZ+4kifh6b0xVgyqDv5UxQmx713Qig53mmcN6JUA4G
qF4YxZ96kWpNL9qvIJWKQmTO9zzn+9mMVvbnS35h+L+4xJeS2ELWfvYhxV7v
0ydlo++pHNHrI5MQf8LkCF0mNQJowy3H8oYd7BIZjdX5NJLT7RvGQXdwsGGV
EniKPTbt8RpXjxJOUwxXnsVxiZXknPtEliYJUBsszxUImXWOSosAYQ1Di7y8
oHb0obzEjbKHMeXL9f6f/de7O2r5d7frj7v17+72Pr8V/eHfggu73c+UmIdn
Bf8+e+f0WQ7ms57QZ38Fd1s+7bGCl1aZwXmRyQeyAvlX+aP+77PbQhB4K2gb
oFrm4QaoPvliYt+hAvPKCiTRxVRW0A6DN06Aj9rOyYdB22bh0xut9W6FwWfd
D2zhQrgUPZmkwQXg704gfuaykBoQP7e/g388B2YtKJ/Td2RaAJU2gNgxAPx7
ppmg9J1DpL0HqG6BPS20hTb8q+DB1lOoA5FA+NWYuGMLtcIcO8B+MOi31rsO
OjGxixqbwOj1kP5+2MVSey/woaqC0UN4/RBctHDS3p0K4igG3CEvUapVZOE0
10LTmigDy/qs0DR5eQPLL9pVZJ8/fjoObvtyi7s1/nDrrQopLNfZpvTvKaTa
pJON/Ldag7e+oLFze6f6rVwZbB+WHJjMWVXmNb9kWNNqUS2nzhAytLGJBbpa
dByC2sHOV1VvpXK++ba4s1hTtaUK7kUZjQ0897VUhalVCMBBs8slnuEgJasi
TnmHBcAfJ09/fnb+9uzimVXe0fHgKfZDLilcaxaS1aVHACp0Q21SLK02Lbk3
rCFZfs7xRutJJoNgYBXUtRcoADRvuD5bEIAsuVhOd+OdrjcM+2cowtkZcSBl
XooWbNQ9SrzCVCpHLeqBCk2OrvYyrsWDk0o4nxz0VKFA6SPbViS5y1hZF6Ay
LWm4vt15JVESTWNDRa7aTslvqvGWsyScPaslSXUHoPTrk55NWPetWqdXLWcv
KWCvTSTcg32thKl+fgX559REP2EUri7G785ktX6to266GW2GsEvc9phStwhp
MOe7Wx4mUQCGyP3+5P6A5ce2ke8evJMxD97d3T4y/Duwn95tffDA+/wu2Pbo
QeWvbaMecAPDbc+2SLG7nQ+LOnsRPOhPHgy8r9qHFvjQ//J/rRLRuuqDyogA
BffPe35y9F+wgqNfFQ5Oqne8UB2+ogZsf8OCz1cc3gWTh7iAh7/6n5v2g261
onS8q3/uKe4d9SdHA//5z8HkEMc+/LW5UF85YRi7lx65l7Ztz/+proy1vGbX
4v3W0OFa3nNyyP3Y1P22H8M7ReLPFWymP975n2tvdh5J62+1lz/TqRz2J4dD
gGkVB/TMHvYnD1v5xQ1nrqlZSaoyV3Ssly2yj5OlWNqQs5A8PxbcoBWBfSui
2vOVLchulvFR6uMmuVTCCl4qvA6OvuffuEI1OJLujpXq7OABPfSgdYD73+u7
D5u/U60cPqTPPBjLdBrC0ig2oB5KGVqC9X44tJpZX2RYgCCaUmo5uzDnQ3XW
SO73EYudBTd/qrgIXSLNgvrjVWeGxZ1iWdTvJbW2HPKmyWSjwGXe+T5NyDCu
S7LgotxsOFbqwPxA0i81K6wRZvEzxSl4TM+D4jP0h8jdCFbqU/JE3qZgjwlV
+EDlxbye9dLuOBpyAl5s+5XtyEyDTQBQAEKTRwhajqdVUrWc2sUZAwCbcfDL
ikqRAUyY9VBJJrrRfLRBDDEjMsgpel0XSOWwJaE8MHuAOS+zqppYpYX9zxY3
RQP31SJYgNWKLFw1IwKMblQAuasZgaBDBbLdQASDuGyPwsv0gOs3JS1wCDXa
RmQtT23sZ8kySrR78dtnAyk4I7ZApgUprYnklxSrto68ubz0QLXdXBrHMEHA
IfTpFAbieUODrWr1euYZefN6PayttA3AwFzFBCZJhmSXOcd8H3/76MsXbkx8
77sH0uYVPd6qSAsQfi9tPzetEcC2WTGH2j3vuJzlTJzwsxiIlCw8WAuGBE4S
uwKvdCAiP220TDjkMTdUEoCn5+VSa5HnUEp/pd+6VG2yk1NSNLX5Mc6Ora7c
+iSEoIONg5/yktt3MkeylaS0jQyVfG01fcmXKdiiUtO2E00pA2uIsR8OQqe2
p2uXTByOIMPFi5SbA4OUMGOsbWRrNa5DaXVJLnuFc6Pk1EEcT9MmeuohifVX
r55NLcq0bK218JSy8rXw1ZJ9NcB4IROrrKigS7NY19TCOqYCVXQvtDyEEOBy
VfRLVc3SgfLHFvOYWkOpWbk280i7MomFp+luVZNxW8aBfYM7adU4JAu7OsAw
sAGEC/QXqUufmACendU/XEjKOxyVlo+JhlxeGlAnaQgVfNQ+0bakjB6JbI9+
Tg8S7cQqIE5NaXnscCjywD1tlZ6ON8aiEu0ntEWAhYTOwiiPRJS5ku2iihN+
YczZZCh2uU19ofzXKKehRn/DRdD/SjuHWq03J4/ed9TLJ8jzUh6mUGtUVAjW
IzXe9XNumTKsPyKbEUZN5KyCWcajrXcKaYsCvPz6PtUBWB+b939IOz8ChYp6
wxFwbXWMbNllKHvlt76q9tipasO67uMlHojA7ktDVtbDtnaJHWiaVAvliqYd
SLoXCV3SpvYiObfifb0ie9o+AbY6JPzh0PVdtF/EPwLW0OPBdg+JziJ+Emv/
73wlcDZ6p1fjIJjcR1P0/q++Z8V92fUivPe48R69+Xj7m+/c41V3yjvvka7V
dhmCndtT09I6WLb4V2QK38uy28eiO/HGbrW+Fc4PmMM2vC1tLymM6+9sdem8
q7qzWr0uHT4XAcAenpem3+WnXPB6t/elbav7eWB2OKS2eWE6X7XDd3tiuqdt
cePs4fxpLrvNI7PTH8P/6sd1t/MXxzHwOq8aL2rzzOz0y3TNs2UFrJW0KGua
EuqSn0n7VqUFrUxUWCqNVm3ggS0jz5+Tu9avIjBBb+p5aTakXkQY7Pteqka1
aKQ6jP/kuO5ZAv1MfUon+2QnUWzN9soubBsRrk2gVteVJORaszK/IL+zvV3f
GfPYwUH7xnJdkKcNCkC5Ec013S/1C/fUseYVyUNf3+S6Y41UYXVRFFNfB+7V
GETJfvpwXRx3JK3a7knwM/dbLqlORLolsNVbu0CtJcpb6b3omcUtaS0UwuTG
I3Ezb8nrRW41psYdczsSdiLMRSXfhM2R1vhjRdvhq07a20dXu51pshW2DUk3
3Ec10grM3S5H51a83+p2tI5EHcRSqEPSCf88OapnBZEyL5E2dqikSYfXzPqn
QOW249GKXS6eKmj3rfNJip6uxbSaGo3O2R4jrv9E3+vSoAaNrQmrYCgsnJuR
01xW9zWo684MmyCv0ytuLegngu6BC1RYzwYL/soa9x3fO0tZYFb/r2Oc7rwv
frf7A+UkFLANtM8wPUSOE2pX7w9l06/xmTt8LnhVZVo44iej178ZTF/W0usW
nyHxKjLdmg6BySHZmo2K7+3pkNqWOaGWw0Mp2yCGM4NxcmkUpzykZZOUwcjg
uC/dEKTdzjILJZ12Ln0cuYbC61QtyY7OY+U5O5QZUEco96/XO9G2Xl5eK+ZN
x/D/heba2coUHQPsfHZFcwVSzT4SN2R7yrht9e3mw6PcB9AuVwIYgtCtlEdj
S1iw0bFapNPSesAuU05Y+DPzEbLGaUqn6FUZdTrYa/DRm3VqV01Q4yTqWY4G
psGcB2Rcg/plF4LUJGn96t28zKnKU7p57bNDKg8m+sAqqMzfqNZAkrdFUs20
Mre2H0wcoWumkLnjhQiS22LTBNSHzhuf+83vmzVaPuRuZNnuVCR3/btRJkBt
zq8xd+XfTqu3+5VdyQIdL91grprVu+O1G1u88u/mhq9OeBP7l40nDv0c/rqH
GezePGx5c6s1XB+glrawM8+h7d9NbWP593UmMidxZmBM3Rl8vaXcXMKfMZhb
Frun3Sz//pT5rGP8NVa0/vwnjGn5dyOLdss43UkPe5rWX7MeQC/b/qbaKl9V
zIda1MK/Zy5zLSJTAiVyT3T96o2y9KXGD1zQvGEYN9QbZyb7ut1OgVq5Uo6s
57MO7am1A5WbncQ6xiaNDi66LyrkfhEwAWTYBpGbAGQoCnyzVnPrDQaoJz+U
Ye/bklTDTnuaavQ31pX4vxqdyDJst9KpWLoAknj91/AANUak7sHo51jhLSB+
k/Ixr4HCETbOZ8M21sDQEI/mM/KXVAXf/kojODRG0z3SMtJhe5hIX/66JA9d
HFkPzUwP0Im2Jms82ZLq4RI2yLjcI32CztfZ0F6UpA6XlhSZejBDHBNtdqIO
DENSDanYR2vucGvzrtkZNSbCaqY2tRLaHpnnHOfRsKc2EugMufoR0uyDa5rD
QWsXsenco9Osvetuqomy0q8Q6ACoCvsJVE0FBqm2F6meP0DHK/+dmI7SX6xs
/0L3CJCXJ+cmVFTvXku+164XQt7KHPCu8Ey/9J45uZArlNCzZtwluicXd/Ia
i6RieO/uI69jTD3FHhtW+xdewyxUad5iwNPlKsiNXHOM1HO/+hd32K5/6FBE
pKLMNK9pISdGU/E/dfZKL93tzl3DVe4ZH/cu0iEHOaNkFnEfVHX0uF6f2BNP
2521YVzjDgpsQWJqxG2kgyzsuBnDJNzw+zCTzYhNZ9brdB5aW7rR6WUMcJkb
Q82A21o+ocd2uSrEU4E5d2GsNz3XljhG1tW18676j5Y7mRs7LzS1v16D/+mT
X+n+RRxvCknXhFNRRHtds9VfW7xNCpFSDNfvgvKTsgTLGrEzRgNOw5b2iFRo
XjWYNXelaSw7eLXsn6VXmmv6YaOHnPb689rQ9S1k8Hm61vlMChQQ/Yfbocnv
7A3NOiStqljhVLruVm6FEwZNdtXSL29flnUDPhXQ1do0E/FNKd2tXXy9RyEU
zeidgleY27aVtop/1wdj2zyIXL5gko7XdQVPuKydGxsWs/ZBja6AZ1Fgxt20
0Yx7WKfajo4LbxJPowGpNa+g4yzNJO9L+4FtmYkSJhHp1lGOunKiK2xuUHv5
idJLl5Ql7cc5dG9LC0WtvAI+r3VZnt9SgxZ1Fy7eQJNXhxAt20S0eU/oX/sR
xIg6hFV+9footDiLpeZItKO59VdGmS+BtEeVVUdckRKLSdxYv9LGaSBBNkVA
vd5Fe1RrTyILsJOL77UJOGWkuoErzcuqd26LsKyqDn2NT3CT6/HuMm2yIzv/
GGldcFuBdq1CG/7fQ8muMtB95qvWYldM7Mofrp4zaC18HY2897wqaq/6c/s6
veLpZuy9Uamrx7m9ZrplnYR58lf/xZs37CSoVec26nInlsK2Vgd//Tl8fcEs
8cvxDcpl6z6FBoO5YclsXVJ8jYRAD4Rjde02du7zNC9KVOeBkvCgl7GQVvCH
+Uq59xfV8VkX5eGdgcvmuVkd354O+/189Pu65ff1xO90vt/A334TF/sur/qN
HOlf4zv/Wnf5/h7yr3OK71Wv9zXVel9Vq9dWqfd1Du4/7dN+5wBvUZY/8Hvy
uf7en3Fd/xl39c1c1Ie7XNSHe7qo77d5ZF2K+xYXdYOJ38xFXddGnXO6RToM
d23lJjtBFXZp2govbIFWSwZJTYXH7/2M+OoIR5pUP7aFS/8L6hk91691PB/+
adfvTzlL07Z7RqRGYM3VofZmm87W8jaVoe8y0O8P6pfT9KOEKtzkzqBOC4+u
X3INnsi971+ehtdnn2w2Md0tVFVsbrQ8apeAZUaUV0PpEgSuliX5ncTlRkS6
D0C9/X41gOAmtfFEU9K4W4aG9l62cB5uyNFVu8ZKnTvedWz1nI1+VbWE/QzA
GLUeJc6jqYLF+dApoUivmFtHxV51j/2cCiImRBC1Jt0ABO5FuCLNlydJbcN2
hk4zn3CbV/s+upRauMkAvbzs7absM7FaXLtKaknoq4a3a51TL8jNgtetS9Gl
qrX4+X1eritd1GrtjHN52XVUcx4twlGy/am7nE17yms6NUfc9soVJQs4oUbe
iMt5XlLUxXZ7xwtWsUt23rQ2yFu9aPV71I6ikEfrrJK6uOxoeqnpm3DKWeQw
2Ha0qwNW2s/ijVnoGvBa7nt311U7twmuKRMQAHd1XOuw7Vq+9ht9TXiROYt6
st/JguVgD35mlIKPzV5rVUXBfWSznz57H6tP+m/3T8+ouvhsQHbv6ZmqhP2J
fuQv9b++Kft1+7atyoLgP55dHLx+I0uDP3SZr998841bsfzAK9d+bZ/76zDB
XDla2svJZBi8APWs3uTA/VLdt/qwq0pi/W3/n//2PAIiQ7Yz2P/t/waowf/0
ucEbraMCQPsLrdx2d/Ogho/35Ym+9ZvoQPLLnlDznSc3hZp1oQz+eqj55+GB
Z59/tPIXb97wK/2T5LrjbTyK9rflo3XWNTfYOfeufW/7d7cHRP1DS9fk3gS/
bwYperjNH9g553vb1H/21Z3gtjSCA14KNP5W28/SHeIwQJ+uycESCFVdBl5V
scSzT89ytIbQle63pvKCAI2AzffkzGBVoZ6wTuqU5qOuTIy9OrFeAN+oNR5A
3coT9HxaLYaOSh/fY/bVwph0547eDbigPcRt5fkbyly0s16bK/LSpznohDbk
IxfMhdFa7qCNnQ6v0RadOMQwY9BHRxv2Vi6TufOoZxmlXASoV8yxbPYPiRlq
VUbfvnD27O3z4Pz5aY5XYPe+cd0TCSzH7krkrv7crnnXrkbzwZ/tls0BS9fp
hZvNdjeo83pHt/TY5tFOn74+8AuEBuMKFPi0j4NfWKlem9bS3iqO7dFQn1So
VbjZMA1iZAV7vldavgd9d+2Fn+ZA2KWEid2ZpeKKqV46eYgFqFnlZCxX00X4
ug+8/bXrDkhS6jLKlAhnqwisgOAPk9V70VEkm6y1rfc72MB4Pg76WAF3/L+y
eXOdp3S2vucWL9y0gpkwL0hrMP6a1tfjAWLjiy5WsvPK67/mtueooGueuZUG
XeNUues6oV4jfDGl2MJbL3muXQ7NNkgnu2SDyZUwbeTmTrp+dBtvGqN1gUN7
tyBUrmBo52hULllqukKUuZpFuis8TPh6QCw8xCwlbGrI2S4cN9L7jAiD18CS
LtVZI9dsKuP5L6GzX7n6ie93YE9IlGxKjp1nBpkk3WDDAKTTWxnh75aGJX8h
optyS7DLOu7sRb2DWOFkzCyN1sz3vVvKBUxZ4SY4/wcvTKYkS8Ix6xwZBhuA
ihA+3aIBZyZybOTdb7b1anPMPNSqN9ctlFrlmDjd1Mz2BGQmJUY4GGMvVXd0
mJYIWIPBdlqYPWkUknT7yjm3jOE763C1KIfP6urCKzfkp9uZ+Z1uaPGu+UAX
muuYURkPOTmuc5sKwt5TqYhlJYDdpdMsmi+NGNJ6h4dG0to6e5Jf5IROHO+t
sTdRYQnXrnVwqpzIEW2LxKLMxyE8shbHBMf+6t6gS7/1hU+JwOpputyYD7vl
SdAXHkoNsNrUCL2+tzXGiZhGDgYQjrZUOZIV+P2fahIRhvAuxZYlyEL1grHM
/CZI4JXSito36AYA8SEPWWwZlPgW3VLU77zR9lve3Vci89n3iA8MGAPO0eWJ
D7faGvvggrvZWFO1RFzYO0mpBLPm4uxgDU1K177H+/MGBRanYHE9s03dsqVi
oApNWRggAyXJVGNSCCnNoGt5AHcqg5vq0AzZZ1QbfoLaB4YEnsCjC7515QzV
GbrqKT6YSIHzU1t3uT8BkmjmUt0NZv0Rp/PVHV2VXu2wBfB8MZr83gZnIkR7
1rwXQ1sMdYvTa8EzaoFm7/6E7wpBfK5jt4pQPcCkV/K1F34TVCd2gtcGb3FH
X+yFAZ6DVPhjGWagjRhDiX3t22QJ2tbAR2t7LRGeT/55FkgTtnSKxIv30DLv
1cSFucEHbPIrc9Mq08bYDYa8vKn4UisLGryzrCSSpcgPZdsj09BVzUGPMWuN
VvVxkahD5Lpv17aSLj2HV+dAd+zhKSSJFCuJB3QB8W4542t5eL0SHkwXXgzd
MnxTGTdIgPSDGOsQu36juzhKLC9EJlYI7/GQth0JmbKQY0Y44GmaAKsiP9ZN
eJVyZmMHmrmBfMKRotIFsm8Em22rodyMdPldPG0b99Jeq2x4aQV+TxuTUY+q
j8WwskCXP0jqfkH61x91APLic/XTnFyMinREVoLN9ql2Aaf0JCzPzXPRybj5
uoC1Ckldj12GZFxaTunAF4k3CMU0q+1ARaB3rqM/HMrv1hCEQiS4h7RP5rar
n6nabvlxcOKtXB0migIfjNnUvCPLEl6OQWXOG4Yg2xkRNrqHIdzWUMksJezU
34AyQXXy+Lt0S5AG9XBGMdcaDRztM/C11cuVppxT/UKZO5dYZZIq++IjHjKn
whcHZIMQxHPp+8DKSJImI74ogK6kgB+1/AanwI6HMWcqeyXb3GpDQ0zkH6D0
yyfnfnsJD4kQu/DGyiv/KnI05ECzAn5u5pJZj54fITw05yxINFK68Iw/XqmP
/nRJHuZ0Uo+GRSrVa9tPJ8odwLG3G/Vu4cEbShWTC+ySW17StaM4q4Wyvxww
4og9bDv0YY2hOJVpfp2Ea730C5AeFJfZB8zcFypiE5wcfnrdK9qYUjniLEI6
SZQJP8lVybANt1y5P5nuUWOPax6lXqDO609JoDfrlHpTWkeERRSvnwhPLOYu
tyBCeM2z8ApNcJlfGCVeA6nB+tV1Tso2HEn/3z/CBDAiwLL44ZaYtbfUWnpO
bPKHWyjfQvvtD7fujx+Nj24d/G3gQdIr6fCQk8Vz3X5DLvkWlozEs0pTxLMt
4gOFdDpLY77TIi4Jn+bprKShZAXYfTXbpKwMVof2GYv4e1DC+w6LKufSjY5B
aeSEAyU7QTD21LD7ge+CBpRJhehV78ZbIT3sYmLwGfNQct9RjfQcA6Kv0xKv
Ev+OYpNllRtCduQkAL7BGmruS+8hycwf1Gv96uDjYrYwSVF9IBhSh2jesg/F
hTFziijHabrJtbK1WSkjcQp0h1xiFhBmu7O6D1iJjhbLfPg7uh09Es8nMB50
fIr/LiQtF/U3gJXc9yfxDu43mRWRFqggEjb8BRczWBfWpeB/v+yjxOSKcrQr
3+dn0+onirH9M7wjUh2Q1uAN8/plouzan6fj4Efu/0T+YO+OZjQ0zyYj4Hjh
Ji9Zx3H+dxTEr9nnczbxGm4eS2WijkKynvIm4nSKFbi+HBOE9tp1Ivht5Iza
tvVPnwHRR0WlqydQ88+T17axD/rgayt9Sx1JERxAWsPgx/Nnw+Di/PIRmAPF
bDw4to1gXTfserWeX1rg9Cy+pzsOrzGEN6mZM7iSJ7jjs8kl52zBh0fO2Bmz
j5GO3jkpBVgMU5Da2NOWc2Pq0Hw1eXkBc09NPGoFHTuGExqj8cSYi588tOIn
0DpJ5+TX1Y167b6sggJUkHD7NgABJfIVdivat0h55NhFgsIMVG/kL2XGQkqZ
q72YmDhRJNd/t+qeLKTVq2LtzIQ1wtvOHDytctVPt/UXuTbZCbMruVxH7fm5
A0aXUr/DLUGWVl63++hmI7xCW7aHVwt8MJkUh3IfOSXK6srA+BPrss4uW1rH
iY0ql4Z7JdN8L1M9I1LdiZwMVHmBVcAa+DnWkhvryCZHPzmeax4XZ4aIo5q7
2XuVfTiEVfWcISkN4Ch1MM1A/yzEina94fgaohpWsHXA1zSg3sXCzLpzYH+R
iw6y0rKKfoNDyIfyZ2zCD7kWor+fnLx9gUZLtCljdxlycHby+qSJXvit+nut
fuD1DtYOydf8Pmq7M29QvKeV7pwAGdXrvQZyAF68pLvLX5ThlYno4xMT/YbR
Gfh4CqpEGNC3z0BOxMcI+mUSJn9f0fNjkFa93mg0ojwrnOJk9iFJr2Lstcx+
50+36199wbB5Uq6nqEr9cIvEN0adX1GgEWD9gUy+f4Soab0K4UyGwZMwy66D
HzMDJz8MnoPGF/wYAg89SeCwsL0cZcUaMGP/o4Rh4P+D/0S9cBicLTGIXwK1
rcwlvBBfhlmK7SPDJBwG/0iBab8IY0BFOMBzDJ2k6NmGB6PfyiT4hcZ4FQEK
wIPn+N9snuNhv4wAOgY+/GiyIniaSkTrFfzvR8qMjEocfpUEb+48ySJDw8fU
6z+dTiNsKj8Jyzj4OfoYYVvwdZQFL0z2B0AFhvkHMJ3MXMPSQkGVf5XmGnZ1
gVVqgocRKtJ4+2o+5KYTSSEP5+VyiXoHHnzQO6GuhXL9lW0Dja5+TG0ABU7L
iii04mchJNzQktW2NfqI5poxS33Zev8f4CSTN9HMAAA=

-->

</rfc>
