<?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.4 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-li-rtgwg-gip6-for-quic-02" category="std" consensus="true" submissionType="IETF" xml:lang="en" version="3">
  <!-- xml2rfc v2v3 conversion 3.19.1 -->
  <front>
    <title abbrev="GIP6 for QUIC">Generalized IPv6 Tunnel for QUIC</title>
    <seriesInfo name="Internet-Draft" value="draft-li-rtgwg-gip6-for-quic-02"/>
    <author initials="Z." surname="Li" fullname="Zhenbin Li">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>Beiqing Road</street>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>lizhenbin@huawei.com</email>
      </address>
    </author>
    <author initials="S." surname="Chen" fullname="Shuanglong Chen">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>Beiqing Road</street>
          <city>Beijing</city>
        </postal>
        <email>chenshuanglong@huawei.com</email>
      </address>
    </author>
    <author initials="H." surname="Shi" fullname="Hang Shi">
      <organization>Huawei</organization>
      <address>
        <postal>
          <street>Beiqing Road</street>
          <city>Beijing</city>
          <country>China</country>
        </postal>
        <email>shihang9@huawei.com</email>
      </address>
    </author>
    <date year="2024" month="January" day="11"/>
    <area>Routing</area>
    <workgroup>rtgwg</workgroup>
    <keyword>IPSec</keyword>
    <abstract>
      <?line 46?>

<t>This document defines a new encapsulation method for QUIC packet transmission based on IPv6 extension headers. This method enables QUIC packet transmission to easily inherit the extended functions of IPv6.</t>
    </abstract>
  </front>
  <middle>
    <?line 50?>

<section anchor="intro">
      <name>Introduction</name>
      <t><xref target="I-D.li-rtgwg-generalized-ipv6-tunnel"/> proposes the Generalize IPv6 Tunnel to unify the IP tunnels and remove duplicate functions and support new features. QUIC, as a general-purpose transport layer network protocol, is gradually being applied on the network side, such as DNS over QUIC <xref target="RFC9250"/> and QUIC tunnel <xref target="I-D.piraux-quic-tunnel"/>. QUIC tunnel-based packet transmission also faces the issue of being extended to support new features.</t>
      <t>This document defines encapsulation of QUIC headers into the GIP6 tunnel encapsulation and attempts to solve these issues.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <ul spacing="normal">
        <li>
          <t>APN: Application-aware Networking</t>
        </li>
        <li>
          <t>IOAM: In-situ Operations, Administration, and Maintenance</t>
        </li>
      </ul>
      <section anchor="requirements-language">
        <name>Requirements Language</name>
        <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
        <?line -18?>

</section>
    </section>
    <section anchor="problem-statement">
      <name>Problem Statement</name>
      <t>As mentioned in the draft <xref target="I-D.li-rtgwg-generalized-ipv6-tunnel"/>, many new features, such as Alternate Marking <xref target="I-D.ietf-6man-ipv6-alt-mark"/>, IOAM <xref target="I-D.ietf-ippm-ioam-ipv6-options"/>, resource isolation <xref target="I-D.ietf-6man-enhanced-vpn-vtn-id"/> , and APN <xref target="I-D.li-apn-ipv6-encap"/>, are emerging and the corresponding encapsulations over the IPv6 are defined. Since there are all kinds of existing IP tunnels (including UDP-based tunnels), if these new features need to be supported over these tunnels, it is very difficult to extend for these tunnels. If QUIC is used as a tunnel for transmission of data packets in the network, it will also face the challenge to support these new features.</t>
    </section>
    <section anchor="encapsulation-of-gip6-for-quic">
      <name>Encapsulation of GIP6 for QUIC</name>
      <t><xref target="I-D.li-rtgwg-generalized-ipv6-tunnel"/> defined the GIP6 tunnel which uses the IPv6 header and IPv6 extension header to support both functions of existing IP tunnels and new features. The GIP6 tunnel unifies the IP tunnels which removes the duplicate functions and supports new features. This can greatly reduce the repeated effort to extend the exiting IP tunnels to support the new features.</t>
      <t>To support existing QUIC functions, the GIP6 tunnel is extended as follows:</t>
      <ol spacing="normal" type="1"><li>
          <t>Definition of the QUIC Option: A new option called QUIC Option is defined to carry the QUIC header information. The QUIC Option <bcp14>MUST</bcp14> only be encapsulated in the Destination Options Header (DOH). The format of the QUIC option is shown in <xref target="quic-option"/>:</t>
        </li>
        <li>
          <t>The function of the UDP header for ECMP can replaced by the flow label of the IPv6 header in the GIP6 tunnel. To ensure compatibility, the value of the flow label calculated for the purpose of ECMP <bcp14>SHOULD</bcp14> be the same as that of the source port of the UDP.</t>
        </li>
      </ol>
      <figure anchor="quic-option">
        <name>QUIC option header</name>
        <artwork><![CDATA[
0                   1                   2                   3
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 
                              +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
                              |  Option Type  |  Opt Data Len |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+     
|                                                             |
|                QUIC Header (Variable Bytes)                 |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
      </figure>
      <t>where:</t>
      <ul spacing="normal">
        <li>
          <t>Option Type: 8-bit selector. QUIC option. Value TBD by IANA.</t>
        </li>
        <li>
          <t>Opt Data Len: 8-bit unsigned integer. Length of the option, in octets, excluding the Option Type and Option Length fields.</t>
        </li>
        <li>
          <t>Option Data: variable. QUIC Header Information. For the detailed definition of the QUIC headers, please refer to <xref target="RFC8999"/>.</t>
        </li>
      </ul>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This document does not introduce any new security considerations.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>The Option Type should be assigned in IANA's "Destination Options" registry.</t>
      <t>This draft requests the following IPv6 Option Type assignment from the Destination Options sub-registry of <eref target="https://www.iana.org/assignments/ipv6-parameters/">Internet Protocol Version 6 (IPv6) Parameters</eref>.</t>
      <artwork><![CDATA[
Hex Value     Binary Value        Description           Reference
             act  chg  rest
----------------------------------------------------------------
 TBD         00    0   TBD          QUIC               [This draft] 
]]></artwork>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC9250">
          <front>
            <title>DNS over Dedicated QUIC Connections</title>
            <author fullname="C. Huitema" initials="C." surname="Huitema"/>
            <author fullname="S. Dickinson" initials="S." surname="Dickinson"/>
            <author fullname="A. Mankin" initials="A." surname="Mankin"/>
            <date month="May" year="2022"/>
            <abstract>
              <t>This document describes the use of QUIC to provide transport confidentiality for DNS. The encryption provided by QUIC has similar properties to those provided by TLS, while QUIC transport eliminates the head-of-line blocking issues inherent with TCP and provides more efficient packet-loss recovery than UDP. DNS over QUIC (DoQ) has privacy properties similar to DNS over TLS (DoT) specified in RFC 7858, and latency characteristics similar to classic DNS over UDP. This specification describes the use of DoQ as a general-purpose transport for DNS and includes the use of DoQ for stub to recursive, recursive to authoritative, and zone transfer scenarios.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9250"/>
          <seriesInfo name="DOI" value="10.17487/RFC9250"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC8999">
          <front>
            <title>Version-Independent Properties of QUIC</title>
            <author fullname="M. Thomson" initials="M." surname="Thomson"/>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document defines the properties of the QUIC transport protocol that are common to all versions of the protocol.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8999"/>
          <seriesInfo name="DOI" value="10.17487/RFC8999"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.li-rtgwg-generalized-ipv6-tunnel">
          <front>
            <title>Generalized IPv6 Tunnel (GIP6)</title>
            <author fullname="Zhenbin Li" initials="Z." surname="Li">
              <organization>Huawei</organization>
            </author>
            <author fullname="Shuanglong Chen" initials="S." surname="Chen">
              <organization>Huawei</organization>
            </author>
            <author fullname="Qiangzhou Gao" initials="Q." surname="Gao">
              <organization>Huawei</organization>
            </author>
            <author fullname="Shuai Zhang" initials="S." surname="Zhang">
              <organization>China Unicom</organization>
            </author>
            <author fullname="Qingbang Xu" initials="Q." surname="Xu">
              <organization>Agricultural Bank of China</organization>
            </author>
            <date day="6" month="November" year="2022"/>
            <abstract>
              <t>   This document defines the generalized IPv6 tunnel based on the
   analysis of challenges of the existing problems of IP tunnels.


              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-li-rtgwg-generalized-ipv6-tunnel-03"/>
        </reference>
        <reference anchor="I-D.piraux-quic-tunnel">
          <front>
            <title>Tunneling Internet protocols inside QUIC</title>
            <author fullname="Maxime Piraux" initials="M." surname="Piraux">
              <organization>UCLouvain</organization>
            </author>
            <author fullname="Olivier Bonaventure" initials="O." surname="Bonaventure">
              <organization>UCLouvain</organization>
            </author>
            <author fullname="Adi Masputra" initials="A." surname="Masputra">
              <organization>Apple Inc.</organization>
            </author>
            <date day="12" month="August" year="2020"/>
            <abstract>
              <t>   This document specifies methods for tunneling Ethernet frames and
   Internet protocols such as TCP, UDP, IP and QUIC inside a QUIC
   connection.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-piraux-quic-tunnel-03"/>
        </reference>
        <reference anchor="I-D.ietf-6man-ipv6-alt-mark">
          <front>
            <title>IPv6 Application of the Alternate-Marking Method</title>
            <author fullname="Giuseppe Fioccola" initials="G." surname="Fioccola">
              <organization>Huawei</organization>
            </author>
            <author fullname="Tianran Zhou" initials="T." surname="Zhou">
              <organization>Huawei</organization>
            </author>
            <author fullname="Mauro Cociglio" initials="M." surname="Cociglio">
              <organization>Telecom Italia</organization>
            </author>
            <author fullname="Fengwei Qin" initials="F." surname="Qin">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Ran Pang" initials="R." surname="Pang">
              <organization>China Unicom</organization>
            </author>
            <date day="27" month="September" year="2022"/>
            <abstract>
              <t>This document describes how the Alternate-Marking Method can be used as a passive performance measurement tool in an IPv6 domain.  It defines an Extension Header Option to encode Alternate-Marking information in both the Hop-by-Hop Options Header and Destination Options Header.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-6man-ipv6-alt-mark-17"/>
        </reference>
        <reference anchor="I-D.ietf-ippm-ioam-ipv6-options">
          <front>
            <title>IPv6 Options for In Situ Operations, Administration, and Maintenance (IOAM)</title>
            <author fullname="Shwetha Bhandari" initials="S." surname="Bhandari">
              <organization>Thoughtspot</organization>
            </author>
            <author fullname="Frank Brockners" initials="F." surname="Brockners">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <date day="7" month="May" year="2023"/>
            <abstract>
              <t>In situ Operations, Administration, and Maintenance (IOAM) records operational and telemetry information in the packet while the packet traverses a path between two points in the network.  This document outlines how IOAM Data-Fields are encapsulated in IPv6.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ippm-ioam-ipv6-options-12"/>
        </reference>
        <reference anchor="I-D.ietf-6man-enhanced-vpn-vtn-id">
          <front>
            <title>Carrying Virtual Transport Network (VTN) Information in IPv6 Extension Header</title>
            <author fullname="Jie Dong" initials="J." surname="Dong">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Zhenbin Li" initials="Z." surname="Li">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Chongfeng Xie" initials="C." surname="Xie">
              <organization>China Telecom</organization>
            </author>
            <author fullname="Chenhao Ma" initials="C." surname="Ma">
              <organization>China Telecom</organization>
            </author>
            <author fullname="Gyan Mishra" initials="G. S." surname="Mishra">
              <organization>Verizon Inc.</organization>
            </author>
            <date day="6" month="July" year="2023"/>
            <abstract>
              <t>   Virtual Private Networks (VPNs) provide different customers with
   logically separated connectivity over a common network
   infrastructure.  With the introduction and evolvement of 5G and also
   in some existing network scenarios, some customers may require
   network connectivity services with advanced features comparing to
   conventional VPN services.  Such kind of network service is called
   enhanced VPNs (VPN+).  VPN+ can be used, for example, to deliver IETF
   network slice services.

   A VTN is a virtual underlay network that is associated with a network
   topology, and is allocated with a set of dedicated or shared
   resources from the underlay physical network.  VPN+ services can be
   delivered by mapping one or a group of overlay VPNs to the
   appropriate VTNs as the virtual underlay.  For packet forwarding in a
   specific VTN, some fields in the data packet are used to identify the
   VTN the packet belongs to, so that VTN-specific processing can be
   performed on each node along a VTN-specific path.

   This document specifies a new IPv6 Hop-by-Hop option to carry the VTN
   related information in data packets, which could be used to identify
   the VTN-specific processing to be performed on the packets by each
   network node along a VTN-specific path.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-6man-enhanced-vpn-vtn-id-05"/>
        </reference>
        <reference anchor="I-D.li-apn-ipv6-encap">
          <front>
            <title>Application-aware IPv6 Networking (APN6) Encapsulation</title>
            <author fullname="Zhenbin Li" initials="Z." surname="Li">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Shuping Peng" initials="S." surname="Peng">
              <organization>Huawei Technologies</organization>
            </author>
            <author fullname="Chongfeng Xie" initials="C." surname="Xie">
              <organization>China Telecom</organization>
            </author>
            <date day="10" month="July" year="2023"/>
            <abstract>
              <t>   Application-aware IPv6 Networking (APN6) makes use of IPv6
   encapsulation to convey the APN Attribute along with data packets and
   make the network aware of data flow requirements at different
   granularity levels.  The APN attribute can be encapsulated in the APN
   header.  This document defines the encapsulation of the APN header in
   the IPv6 data plane.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-li-apn-ipv6-encap-07"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA61Y63LbuBX+z6c4dX40aUXF9ma9sWa7qWw5tWZ8q+1kZjeT
6UAkRGFDEVwAtKJ1kmfps/TJ+h2AlEhLuXS2dMYhD3AuOJfvHDiO48g6UaT/
Erku5ICcqWSUCCczbZYDsi6NbDWZK2uVLm6XJbaMT25fRqo0frN1+7u7h7v7
US6KbECyiCKnXI5t/5CFNCJXv8uUxld3B3RbFYXMaaoN/fPV+DgSk4mRd9g4
vjpYU1OdFGIO/tSIqYtzFRuXLbI4U+VBjF3xb5VKYijUE6tz6aQdRFWZCv/y
iPhlQPu7+/vYg38Ux55GytJU5TmMUQWJyum5cCoReb6kyZLez/N9M01ITanQ
jjJ1xycRRooBXevKqSKLFtq8y4yuygF5k6Lo3WIQEcU43o1MsL1yM21AikFV
hR3QL306U/gIJ/plJosJtHuSNpko1O8wQhcDOq3EQjJZzoXKBwS3hc1/n/mV
fqLnWLXOSOkGdCTVbzAJpokU5ES5pSf+ynbiW1eF4/Adz1QhWvbc9EHCyRqL
biC9yBD5rKF/xqxvVFxbn0CWXYnuHCEmaow57UP/2jun2F4TvuwbO1Mz7D38
f7gmipEfYgJmkbgoup0hTZCB1VwWjlI5VYW0JKiQC6R2Ikpb5d4qmkvEOl2l
LZUieScdKkIUtq4WmgiLdMOLT3/53sErTJ9JkUpj++TV1ZJkISY5lH1WmtMk
hVXIV1XMpFFYnskgNYWaaVUkbJklPfUK++Fwc5WmuYxQGmMcXKeV30X3jxR/
foyi+/sX43jUXxfaum5jVd4dxM7X7cePVBpdagsbWfG6vDvVDSurQk2Xfs/4
igIzfFikZORc30lKqzJXDDEtm3nZVmWpjfPOnkrhKiPhI/ZHjwRHobYsLivD
dgT3eJZcLKUBo+MaZTudTnTe46LPjEirUOaS80KU0B7CwiY2PFalsgcTkhnr
Gl3cEEytY3t//6frl8eH+9/vwglsqaeGk1HtvlIZUb0P4NQ4rN/eGIds2BZZ
kVtNU5HUngW1khzFYPAqwnDtVhd9Lm27CQt53po6+ZBEkOcDyfBbH6bLwkcV
zsl56azXrnOEDzy2NpJ1P6Jbaeaq0LnOllFMw6uLAQ3LEGJIicUCMEoXwc9c
hMDLy+E5+kgRW+UquiwRVZ8GPRqmEKW4HJnQ8yacC9iK8igSTuNHdC3hZeQS
zmrpDEhQiUyyEyS9k0uCmtTSzvmrm9udXvifLi79+/UJXHB9MuL3m9Ph2dnq
Jap33Jxevjobrd/WnMeX5+cnF6PADCp1SNHO+fDnnWDvzuXV7fjyYni2w63G
dWLDroAnJ5L9L01p0MDgZBul0iZGTUJ7Ojq++s+/957Vibe/t3eIxAsfz/d+
eIaPBRA2aNMFUjt8IjLLCPkthfFNLs8J4VQO+eUryM70gtHHSMTtL2/YM28H
9OMkKfee/VQT+MAdYuOzDtH7bJOywRycuIW0Rc3Kmx36A0937R3+3Plu/N4i
/vgiRy1QvPf8xU8RJ+uV0YDZOd04ABCHJIqGjMEF51vwPheFHz7om6GxR3NR
LDtluQaTYY5IF4x358JXQCNXSTeND8AZhIncxXPsYHFcIZ1tqiznsdJiHvbq
0hcMb4UuXZmES1LXhbshXxYzLp80viuL+M5BYYokCgmEgm0dVJS1NR4KWD6n
LDxlMo+eYGD/JNpAb6mL1ENUGzZsQM6A/2gMzB8gKUXDVzCD10DkBc5RuCT1
XUu+R+WzvFbfeAyGvPJaXo2uahCtF5/0eF4LeNR2PT4CXKLMasRkwK+t4sYR
+MHuuEVgYUmpmk5VUuXON1qPub67dzj6NK5hFGyV9aWLxuTWk20H2HEmzJ6i
Bn3bJFfdc7z6BWbSdQMIvp3BK7LIZBvxN0/psffkIcZ3h+lv7+11hDY6wmKm
kMVV0/V9REML8bmwdbJp2z3RbtadTbZFmUV12/7tAzt4qFArI1aMwbwwWITF
r0wXdkMPIpmIAnMCaIBSIzEihUAYCSjl1JHTqY/BKjHC5KUeHqMbr40uvV5d
+cDn0srQ3ob7Ydyq/yPVpjrP9QIXnWivTyMOmWoCz5xe2mUZxuah1x+Agvii
I9P2Bha9CrrGBmOWayF1IFWBg899coWQtAX4duHbD+psDQFrEB1JPmRIzcBj
6TQIfjy6PH0SRAYNnSPolYWhZSmGND9ahZWPH+GB/Zq9dl4jACjRWM9lcHJ8
fuXji2DmqLCUb3u8bwpHYm6cwMk1Zzu36xO0QgFtCH9hEUyg37zEsSYqx+0i
BO1O5GFoeyAbjk9qr9RoQs34is3eurojTkLSWVyGONRutnZKDfA+ddbHREp9
+vQp2qXNZ28LbX8L7Ttw72HlO3pG39MB/UDP6ZD+F1q0RWrr+Wv8lZ+v8H+g
Jtv4bw/NN40YVc9kQR+ir2r48o/XEn34shVfeT5s8vs0bnL9tTCKL3d0tHTS
PtnC/wcP4fPgfvCoVSLk/wrzt512PYXc3sGdb8ENGDUUt707oOfxBC3Jylwm
Tpt+uxj79Npn+O3RiCtoPLwY9gP7KhgNf4VekIVZyslMQg4WM7SBOnWDwB7X
mE4c+mIPGNc0ed7QjjhDd/1dS0EbyFPbX9vO+gcowODkfsf34zaAvawLMJVO
KIbDdDuC1lekHpU5btzcB6ahqdUj+OEh5nHffm9kUuEmvqRjYBtukPU9ZuNG
pnko0Y5UfQXnc4Vx0TYSko4EL52d/FDy7QP/ACCrPGXwEHblds/5Z1yCtiDw
Do6T8Q1rubo4+lnX4FaF3aGJhj4TuhtAsRMQr8Yfa2r0/LNAb6tJ3Ghi774Z
84UHow+P4P56Tq/hZGY5oMes5gldCQP0wzb79vHMudIOnj5dLBZ9JQrR1yZ7
ulZun/r5pVxxPH1S4+GpfF/nKj9HsAsGrAl4Rv6uFc60fq45ypIvmZ3iFIkj
jGQZ8aDt+E8qf+iJfAU1z64Hb/7VpoYs7D5v1qF6S/6c/wX9lUTWuxUAAA==

-->

</rfc>
