<?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.6.11 (Ruby 2.7.0) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-eip-arch-00" category="info" submissionType="independent" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.10 -->
  <front>
    <title abbrev="EIP Architecture">Extensible In-band Processing (EIP) Architecture and Framework</title>
    <seriesInfo name="Internet-Draft" value="draft-eip-arch-00"/>
    <author initials="S." surname="Salsano" fullname="Stefano Salsano">
      <organization>Univ. of Rome Tor Vergata / CNIT</organization>
      <address>
        <email>stefano.salsano@uniroma2.it</email>
      </address>
    </author>
    <author initials="H." surname="ElBakoury" fullname="Hesham ElBakoury">
      <organization>Consultant</organization>
      <address>
        <email>helbakoury@gmail.com</email>
      </address>
    </author>
    <author initials="D." surname="Lopez" fullname="Diego R. Lopez">
      <organization>Telefonica, I+D</organization>
      <address>
        <email>diego.r.lopez@telefonica.com</email>
      </address>
    </author>
    <date year="2022" month="June" day="15"/>
    <area>AREA</area>
    <workgroup>WG Working Group</workgroup>
    <keyword>IPv6</keyword>
    <keyword>Extension Headers</keyword>
    <abstract>
      <t>Extensible In-band Processing (EIP) extends the functionality of the IPv6 protocol considering
the needs of future Internet services / 6G networks. This document discusses the architecture and
framework of EIP. Two separate documents respectively analyze a number of use cases for EIP and provide
the protocol specifications of EIP.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://eip-home.github.io/eip-headers/draft-eip-arch.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-eip-arch/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        EIP SIG mailing list (<eref target="mailto:eip@cnit.it"/>),
        which is archived at <eref target="http://postino.cnit.it/cgi-bin/mailman/private/eip/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/eip-home/eip-arch"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>Networking architectures need to evolve to support the needs of future Internet services and 6G networks.
The networking research and standardization communities have considered different approaches for this evolution, that can be broadly classified in 3 different categories:</t>
      <ol spacing="normal" type="1"><li>Clean slate and "revolutionary" solutions. Throw away the legacy IP networking layer.</li>
        <li>Solutions above the layer 3. Do not touch the legacy networking layer (IP).</li>
        <li>Evolutionary solutions. Improve the IP layer (and try to preserve backward compatibility).</li>
      </ol>
      <t>The proposed EIP (Extensible In-band Processing) solution belongs to the third category, it extends the current IPv6 architecture without requiring a clean-slate revolution.</t>
      <t>The use cases for EIP are discussed in <xref target="id-eip-use-cases"/>. The specification of the EIP header format is provided in <xref target="id-eip-headers"/>.</t>
    </section>
    <section anchor="basic-principles-for-eip">
      <name>Basic principles for EIP</name>
      <t>An ongoing trend is extending the functionality of the IPv6 networking layer, going beyond the plain packet forwarding. An example of this trend is the rise
of the SRv6 "network programming" model. With the SRv6 network programming model,
the routers can implement "complex" functionalities and they can be controlled
by a "network program" that is embedded in IPv6 packet headers. Another example is the INT (IN band Telemetry) solution for monitoring. These (and other) examples are further discussed in <xref target="review"/>.</t>
      <t>The EIP solution is aligned with this trend, which will ensure a future proof evolution of networking architectures. EIP supports a feature-rich and extensible IPv6 networking layer, in which complex dataplane functions can be executed by end-hosts, routers, virtual functions, servers in datacenters so that services can be implemented in the smartest and more efficient way.</t>
      <t>The EIP solution foresees the introduction of an EIP header in the IPv6 packet header. The proposed EIP header is extensible and it is meant to support a number of different use cases. In general, both end-hosts and transit routers can read and write the content of this header. Depending of the specific use-case, only specific nodes will be capable and interested in reading or writing the EIP header. The use of the EIP header can be confined to a single domain or to a set of cooperating domains, so there is no need of a global, Internet-wide support of the new header for its introduction. Moreover, there can be usage scenarios in which legacy nodes can simply ignore the EIP header and provide transit to packets containing the EIP header.</t>
      <t>An important usage scenario considers the transport of user packets over a provider network. In this scenario, we consider the network portion from the provider ingress edge node to the provider egress edge node. The ingress edge node can encapsulate the user packet coming from an access network into an outer packet. The outer packet travels in the provider network until the egress edge node, which will decapsulate the inner packet and deliver it to the destination access network or to another transit network, depending on the specific topology and service. Assuming that the IPv6/SRv6 dataplane is used in the provider network, the ingress edge node will be the source of an outer IPv6 packet in which it is possible to add the EIP header. The outer IPv6 packet (containing the EIP header) will be processed inside the "limited domain" (see <xref target="RFC8799"/>) of the provider network, so that the operator can make sure that all the transit routers either are EIP aware or at least they can forward packets containing the EIP header. In this usage scenario, the EIP framework operates "edge-to-edge" and the end-user packets are "tunneled" over the EIP domain.</t>
      <t>The architectural framework for EIP is depicted in <xref target="fig_eip-framework"/>. We refer to nodes that are not EIP capable as legacy nodes. An EIP domain is made up by EIP aware routers (EIP R) and can also include legacy routers (LEG R). At the border of the EIP domain, EIP edge nodes (EIP ER) are used to interact with legacy End Hosts / Servers (LEG H) and with other domains. It is also possible that an End Host / Server is EIP aware (EIP H), in this case the EIP framework could operate "edge-to-end" or "end-to-end".</t>
      <figure anchor="fig_eip-framework">
        <name>EIP framwork</name>
        <artwork><![CDATA[
                                                       LEG domain
                                                     +------------+

 +---+             +---+      +---+                +---+
 |EIP|_           _|EIP|______|EIP|             ___|LEG|
 | H | \__+---+__/ | R |      | R |__   +---+__/   | R | ...
 +---+    |EIP|    +---+      +---+  \__|EIP|      +---+
        __|ER |__    |          |     __|ER |__
 +---+_/  +---+  \_+---+      +---+__/  +---+  \___+---+
 |LEG|             |LEG|______|LEG|                |EIP|
 | H |             | R |      | R |                |ER | ...
 +---+             +---+      +---+                +---+

            +-----------------------------+          +------------+
                      EIP domain                       EIP domain

]]></artwork>
      </figure>
      <t>As shown in <xref target="fig_eip-framework"/>, an EIP domain can communicate with other domains, which can be legacy domains or EIP capable domains.</t>
    </section>
    <section anchor="benefits-of-a-common-eip-header-for-multiple-use-cases">
      <name>Benefits of a common EIP header for multiple use cases.</name>
      <t>The EIP header will carry different EIP Information Elements that are defined to support the different use cases.
There are reasons why it is beneficial to define a common EIP header that supports multiple use cases.</t>
      <ol spacing="normal" type="1"><li>The number of available Option Types in HBH header is limited, likewise the number of available TLVs in the Segment Routing Header (SRH) is limited. Defining multiple Option Types or SRH TLVs for multiple use case is not scalable and puts pressure on the allocation of such codepoints. This aspect is further discussed in <xref target="review"/>.</li>
        <li>The definition and standardization of specific EIP Information Elements for the different use cases will be simplified, compared to the need of requiring the definition of a new Option Type or SRH TLVs.</li>
        <li>Different use cases may share a subset of common EIP Information Elements.</li>
        <li>Efficient mechanism for the processing of the EIP header (both in software and in hardware) can be defined when the different EIP Information Elements are carried inside the same EIP header.</li>
      </ol>
    </section>
    <section anchor="review">
      <name>Review of standardized and proposed evolutions of IPv6</name>
      <t>In the last few years, we have witnessed important innovations in IPv6 networking, centered around the emergence of Segment Routing for IPv6 (SRv6) <xref target="RFC8754"/> and of the SRv6 "Network Programming model" <xref target="RFC8986"/>. With SRv6 it is possible to insert a <em>Network program</em>, i.e. a sequence of instructions (called <em>segments</em>), in a header of the IPv6 protocol, called Segment Routing Header (SRH).</t>
      <t>Another recent activity that proposed to extend the networking layer to support more complex functions, concerns the network monitoring. The concept of INT "In-band Network Telemetry" has been proposed since 2015 <xref target="onf-int"/> in the context of the definition of use cases for P4 based data plane programmability. The latest version of INT specifications dates November 2020 <xref target="int-spec"/>. <xref target="int-spec"/> specifies the format of headers that carry monitoring instructions and monitoring information along with data plane packets. The specific location for INT Headers is intentionally not specified: an INT Header can be inserted as an option or payload of any encapsulation type. The In-band Telemetry concept has been adopted by the IPPM IETF Working Group, renaming it "In-situ Operations, Administration, and Maintenance" (IOAM). The internet draft <xref target="I-D.ietf-ippm-ioam-data"/> is about to become an IETF RFC. Note that IOAM is focused on "limited domains" as defined in <xref target="RFC8799"/>. The in-situ OAM data fields can be encapsulated in a variety of protocols, including IPv6. The specification details for carrying IOAM data inside IPv6 headers are provided in draft <xref target="I-D.ietf-ippm-ioam-ipv6-options"/>, which is also close to becoming an RFC. In particular, IOAM data fields can be encapsulated in IPv6 using either Hop-by-Hop Options header or Destination options header.</t>
      <t>Another example of extensions to IPv6 for network monitoring is specified in <xref target="RFC8250"/>, which defines an IPv6 Destination Options header called Performance and Diagnostic Metrics (PDM). The PDM option header provides sequence numbers and timing information as a basis for measurements.</t>
      <t>The "Alternate Marking Method" is a recently proposed performance measurement approach described in <xref target="RFC8321"/>. The draft <xref target="I-D.draft-ietf-6man-ipv6-alt-mark"/> (also close to becoming an RFC) defines a new Hop-by-Hop Option to support this approach.</t>
      <t>"Path Tracing" <xref target="I-D.draft-filsfils-spring-path-tracing"/> proposes an efficient solution for recording the route taken by a packet (including timestamps and load information taken at each hop along the route). This solution needs a new Hop-by-Hop Option to be defined.</t>
      <t><xref target="RFC8558"/> analyses the evolution of transport protocols. It recommends that explicit signals should be used when the endpoints desire that network elements along the path become aware of events related to trasport protocol. Among the solutions, <xref target="RFC8558"/> considers the use of explicit signals at the network layer, and in particular it mentions that IPv6 hop-by-hop headers might suit this purpose.</t>
      <t>The Internet Draft <xref target="I-D.draft-ietf-6man-mtu-option"/> specifies a new IPv6 Hop-by-Hop option that is used to record the minimum Path MTU between a source and a destination. This draft is close to become an RFC.</t>
      <section anchor="consideration-on-hop-by-hop-options-allocation">
        <name>Consideration on Hop-by-hop Options allocation</name>
        <t>We have listed several proposals or already standardized solutions that use the IPv6 Hop-by-Hop Options. These Options are represented with a 8 bits code. The first two bits represent the action to be taken if the Options is unknown to a node that receives it, the third bit is used to specify if the content of the Options can be changed in flight. In particular the Option Types that start with 001 should be ignored if unknown and can be changed in flight, which is the most common combination. The current IANA allocation for Option Types starting with 001 is
   (see https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml)</t>
        <artwork><![CDATA[
   32 possible Option Types starting with 001
   2 allocated by RFCs
   2 temporary allocated by Internet Drafts
   1 allocated for RFC3692-style Experiment
   27 not allocated
]]></artwork>
        <t>We observe that there is a potential scarcity of the code points, as there are many scenarios that could require the definition of a new Hop-by-hop option. We also observe that having only 1 code point allocated for experiments is a very restrictive limitation.</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TODO Security</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>The definition of the EIP header as an Option for IPv6 Hop-by-hop Extension header requires the allocation of a codepoint from the "Destination Options and Hop-by-Hop Options" registry in the "Internet Protocol Version 6 (IPv6) Parameters" (https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtm).</t>
      <t>The definition of the EIP header as a TLV in the Segment Routing Header requires the allocation of a codepoint from the "Segment Routing Header TLVs" registry in the "Internet Protocol Version 6 (IPv6) Parameters" (https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtm).</t>
      <t>The definition of EIP Information Elements in the EIP header will require the definition of a IANA registry.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner">
              <organization/>
            </author>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification.  These words are often capitalized. This document defines these words as they should be interpreted in IETF documents.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC8754" target="https://www.rfc-editor.org/info/rfc8754">
          <front>
            <title>IPv6 Segment Routing Header (SRH)</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils">
              <organization/>
            </author>
            <author fullname="D. Dukes" initials="D." role="editor" surname="Dukes">
              <organization/>
            </author>
            <author fullname="S. Previdi" initials="S." surname="Previdi">
              <organization/>
            </author>
            <author fullname="J. Leddy" initials="J." surname="Leddy">
              <organization/>
            </author>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima">
              <organization/>
            </author>
            <author fullname="D. Voyer" initials="D." surname="Voyer">
              <organization/>
            </author>
            <date month="March" year="2020"/>
            <abstract>
              <t>Segment Routing can be applied to the IPv6 data plane using a new type of Routing Extension Header called the Segment Routing Header (SRH). This document describes the SRH and how it is used by nodes that are Segment Routing (SR) capable.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8754"/>
          <seriesInfo name="DOI" value="10.17487/RFC8754"/>
        </reference>
        <reference anchor="RFC8986" target="https://www.rfc-editor.org/info/rfc8986">
          <front>
            <title>Segment Routing over IPv6 (SRv6) Network Programming</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils">
              <organization/>
            </author>
            <author fullname="P. Camarillo" initials="P." role="editor" surname="Camarillo">
              <organization/>
            </author>
            <author fullname="J. Leddy" initials="J." surname="Leddy">
              <organization/>
            </author>
            <author fullname="D. Voyer" initials="D." surname="Voyer">
              <organization/>
            </author>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima">
              <organization/>
            </author>
            <author fullname="Z. Li" initials="Z." surname="Li">
              <organization/>
            </author>
            <date month="February" year="2021"/>
            <abstract>
              <t>The Segment Routing over IPv6 (SRv6) Network Programming framework enables a network operator or an application to specify a packet processing program by encoding a sequence of instructions in the IPv6 packet header.</t>
              <t>Each instruction is implemented on one or several nodes in the network and identified by an SRv6 Segment Identifier in the packet.</t>
              <t>This document defines the SRv6 Network Programming concept and specifies the base set of SRv6 behaviors that enables the creation of interoperable overlays with underlay optimization.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8986"/>
          <seriesInfo name="DOI" value="10.17487/RFC8986"/>
        </reference>
        <reference anchor="RFC8799" target="https://www.rfc-editor.org/info/rfc8799">
          <front>
            <title>Limited Domains and Internet Protocols</title>
            <author fullname="B. Carpenter" initials="B." surname="Carpenter">
              <organization/>
            </author>
            <author fullname="B. Liu" initials="B." surname="Liu">
              <organization/>
            </author>
            <date month="July" year="2020"/>
            <abstract>
              <t>There is a noticeable trend towards network behaviors and semantics that are specific to a particular set of requirements applied within a limited region of the Internet. Policies, default parameters, the options supported, the style of network management, and security requirements may vary between such limited regions. This document reviews examples of such limited domains (also known as controlled environments), notes emerging solutions, and includes a related taxonomy. It then briefly discusses the standardization of protocols for limited domains. Finally, it shows the need for a precise definition of "limited domain membership" and for mechanisms to allow nodes to join a domain securely and to find other members, including boundary nodes. </t>
              <t>This document is the product of the research of the authors. It has been produced through discussions and consultation within the IETF but is not the product of IETF consensus.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8799"/>
          <seriesInfo name="DOI" value="10.17487/RFC8799"/>
        </reference>
        <reference anchor="RFC8250" target="https://www.rfc-editor.org/info/rfc8250">
          <front>
            <title>IPv6 Performance and Diagnostic Metrics (PDM) Destination Option</title>
            <author fullname="N. Elkins" initials="N." surname="Elkins">
              <organization/>
            </author>
            <author fullname="R. Hamilton" initials="R." surname="Hamilton">
              <organization/>
            </author>
            <author fullname="M. Ackermann" initials="M." surname="Ackermann">
              <organization/>
            </author>
            <date month="September" year="2017"/>
            <abstract>
              <t>To assess performance problems, this document describes optional headers embedded in each packet that provide sequence numbers and timing information as a basis for measurements.  Such measurements may be interpreted in real time or after the fact.  This document specifies the Performance and Diagnostic Metrics (PDM) Destination Options header.  The field limits, calculations, and usage in measurement of PDM are included in this document.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8250"/>
          <seriesInfo name="DOI" value="10.17487/RFC8250"/>
        </reference>
        <reference anchor="RFC8321" target="https://www.rfc-editor.org/info/rfc8321">
          <front>
            <title>Alternate-Marking Method for Passive and Hybrid Performance Monitoring</title>
            <author fullname="G. Fioccola" initials="G." role="editor" surname="Fioccola">
              <organization/>
            </author>
            <author fullname="A. Capello" initials="A." surname="Capello">
              <organization/>
            </author>
            <author fullname="M. Cociglio" initials="M." surname="Cociglio">
              <organization/>
            </author>
            <author fullname="L. Castaldelli" initials="L." surname="Castaldelli">
              <organization/>
            </author>
            <author fullname="M. Chen" initials="M." surname="Chen">
              <organization/>
            </author>
            <author fullname="L. Zheng" initials="L." surname="Zheng">
              <organization/>
            </author>
            <author fullname="G. Mirsky" initials="G." surname="Mirsky">
              <organization/>
            </author>
            <author fullname="T. Mizrahi" initials="T." surname="Mizrahi">
              <organization/>
            </author>
            <date month="January" year="2018"/>
            <abstract>
              <t>This document describes a method to perform packet loss, delay, and jitter measurements on live traffic.  This method is based on an Alternate-Marking (coloring) technique.  A report is provided in order to explain an example and show the method applicability.  This technology can be applied in various situations, as detailed in this document, and could be considered Passive or Hybrid depending on the application.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8321"/>
          <seriesInfo name="DOI" value="10.17487/RFC8321"/>
        </reference>
        <reference anchor="RFC8558" target="https://www.rfc-editor.org/info/rfc8558">
          <front>
            <title>Transport Protocol Path Signals</title>
            <author fullname="T. Hardie" initials="T." role="editor" surname="Hardie">
              <organization/>
            </author>
            <date month="April" year="2019"/>
            <abstract>
              <t>This document discusses the nature of signals seen by on-path elements examining transport protocols, contrasting implicit and explicit signals.  For example, TCP's state machine uses a series of well-known messages that are exchanged in the clear.  Because these are visible to network elements on the path between the two nodes setting up the transport connection, they are often used as signals by those network elements.  In transports that do not exchange these messages in the clear, on-path network elements lack those signals. Often, the removal of those signals is intended by those moving the messages to confidential channels.  Where the endpoints desire that network elements along the path receive these signals, this document recommends explicit signals be used.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8558"/>
          <seriesInfo name="DOI" value="10.17487/RFC8558"/>
        </reference>
        <reference anchor="I-D.ietf-ippm-ioam-data" target="https://www.ietf.org/archive/id/draft-ietf-ippm-ioam-data-17.txt">
          <front>
            <title>Data Fields for In Situ Operations, Administration, and Maintenance (IOAM)</title>
            <author fullname="Frank Brockners">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Shwetha Bhandari">
              <organization>Thoughtspot</organization>
            </author>
            <author fullname="Tal Mizrahi">
              <organization>Huawei</organization>
            </author>
            <date day="13" month="December" year="2021"/>
            <abstract>
              <t>In situ Operations, Administration, and Maintenance (IOAM) collects operational and telemetry information in the packet while the packet traverses a path between two points in the network.  This document discusses the data fields and associated data types for IOAM.  IOAM-Data-Fields can be encapsulated into a variety of protocols, such as Network Service Header (NSH), Segment Routing, Generic Network Virtualization Encapsulation (Geneve), or IPv6.  IOAM can be used to complement OAM mechanisms based on, e.g., ICMP or other types of probe packets.
              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-ippm-ioam-data-17"/>
        </reference>
        <reference anchor="I-D.ietf-ippm-ioam-ipv6-options" target="https://www.ietf.org/archive/id/draft-ietf-ippm-ioam-ipv6-options-07.txt">
          <front>
            <title>In-situ OAM IPv6 Options</title>
            <author fullname="Shwetha Bhandari">
              <organization>Thoughtspot</organization>
            </author>
            <author fullname="Frank Brockners">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <date day="6" month="February" year="2022"/>
            <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-07"/>
        </reference>
        <reference anchor="I-D.draft-ietf-6man-ipv6-alt-mark" target="https://www.ietf.org/archive/id/draft-ietf-6man-ipv6-alt-mark-14.txt">
          <front>
            <title>IPv6 Application of the Alternate Marking Method</title>
            <author fullname="Giuseppe Fioccola">
              <organization>Huawei</organization>
            </author>
            <author fullname="Tianran Zhou">
              <organization>Huawei</organization>
            </author>
            <author fullname="Mauro Cociglio">
              <organization>Telecom Italia</organization>
            </author>
            <author fullname="Fengwei Qin">
              <organization>China Mobile</organization>
            </author>
            <author fullname="Ran Pang">
              <organization>China Unicom</organization>
            </author>
            <date day="28" month="April" 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 a new 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-14"/>
        </reference>
        <reference anchor="I-D.draft-filsfils-spring-path-tracing" target="https://www.ietf.org/archive/id/draft-filsfils-spring-path-tracing-01.txt">
          <front>
            <title>Path Tracing in SRv6 networks</title>
            <author fullname="Clarence Filsfils">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Ahmed Abdelsalam">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Pablo Camarillo Garvia">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Mark Yufit">
              <organization>Broadcom</organization>
            </author>
            <author fullname="Thomas Graf">
              <organization>Swisscom</organization>
            </author>
            <author fullname="Yuanchao Su">
              <organization>Alibaba, Inc</organization>
            </author>
            <author fullname="Satoru Matsushima">
              <organization>SoftBank</organization>
            </author>
            <author fullname="Mike Valentine">
              <organization>Goldman Sachs</organization>
            </author>
            <date day="30" month="May" year="2022"/>
            <abstract>
              <t>   Path Tracing provides a record of the packet path as a sequence of
   interface ids.  In addition, it provides a record of end-to-end
   delay, per-hop delay, and load on each egress interface along the
   packet delivery path.

   Path Tracing allows to trace 14 hops with only a 40-bytes IPv6 Hop-
   by-Hop extension header.

   Path Tracing supports fine grained timestamp.  It has been designed
   for linerate hardware implementation in the base pipeline.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-filsfils-spring-path-tracing-01"/>
        </reference>
        <reference anchor="I-D.draft-ietf-6man-mtu-option" target="https://www.ietf.org/archive/id/draft-ietf-6man-mtu-option-15.txt">
          <front>
            <title>IPv6 Minimum Path MTU Hop-by-Hop Option</title>
            <author fullname="Robert M. Hinden">
              <organization>Check Point Software</organization>
            </author>
            <author fullname="Godred Fairhurst">
              <organization>University of Aberdeen</organization>
            </author>
            <date day="10" month="May" year="2022"/>
            <abstract>
              <t>   This document specifies a new IPv6 Hop-by-Hop option that is used to
   record the minimum Path MTU along the forward path between a source
   host to a destination host.  The recorded value can then be
   communicated back to the source using the return Path MTU field in
   the option.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-6man-mtu-option-15"/>
        </reference>
        <reference anchor="id-eip-use-cases" target="https://eip-home.github.io/use-cases/draft-eip-use-cases.txt">
          <front>
            <title>Extensible In-band Processing (EIP) Use Cases</title>
            <author initials="S." surname="Salsano" fullname="Stefano Salsano">
              <organization>Univ. of Rome Tor Vergata / CNIT</organization>
            </author>
            <author initials="H." surname="ElBakoury" fullname="Hesham ElBakoury">
              <organization>Consultant</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="id-eip-headers" target="https://eip-home.github.io/eip-headers/draft-eip-headers-definitions.txt">
          <front>
            <title>Extensible In-band Processing (EIP) Headers Definitions</title>
            <author initials="S." surname="Salsano" fullname="Stefano Salsano">
              <organization>Univ. of Rome Tor Vergata / CNIT</organization>
            </author>
            <author initials="H." surname="ElBakoury" fullname="Hesham ElBakoury">
              <organization>Consultant</organization>
            </author>
            <date year="2022"/>
          </front>
        </reference>
        <reference anchor="onf-int" target="https://opennetworking.org/news-and-events/blog/improving-network-monitoring-and-management-with-programmable-data-planes/">
          <front>
            <title>Improving Network Monitoring and Management with Programmable Data Planes</title>
            <author initials="" surname="P4.org" fullname="P4.org">
              <organization/>
            </author>
            <date year="2015"/>
          </front>
        </reference>
        <reference anchor="int-spec" target="https://p4.org/p4-spec/docs/INT v2 1.pdf">
          <front>
            <title>In-band Network Telemetry (INT) Dataplane Specification, version 2.1</title>
            <author initials="T. P. A. W." surname="Group" fullname="The P4.org Applications Working Group">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
          <format type="date" target="2022"/>
        </reference>
      </references>
    </references>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1b6W4cx3b+309RGf0hrVlIarFE5AamRdokIEoMSVm5sA2i
prtmpsDe3NXN0ViScR8kAfIseZT7JPnOqaW7Z4aUfBEg+REBNpvdVafOvhZH
o1FU6zpVh2Jw8qFWudHTVImzfDSVeSIuqiJWxuh8LnZOzi52xVEVL3St4rqp
lKAVP1QyU8uiuh1Ecjqt1B0BOrvoLRxEsazVvKhWh0LnsyKKkiLOse9QJJWc
1SOly5HEhtHeXmSaaaZxZJHXq1LRhkSVCv/La/FIyNQUOKHzcjAUg7Oj7/Gj
qPB0ef0DvznBz0iX1aGoq8bUB3t7L/cOokd5k00VXu5FjxLgdBg9iovcgOzG
8EoVPQIFTyJZKXkoji5PjiIibl4VTXko3v8o3uM3YseP9Ca6VSt8Tg4jMRJn
F3fP6adjY5GLUyUTVZnoTuUNjhLCgQF/8Isl7+rsRzxnUqeHAmz4Ls51PdY1
3hFDDsWirsvDyaQsTK3zYuw+T+K5Hk11PqGNmcwnZaXvQM8EICZ0kK4XzZQh
jhZFxu+Zw/iWYp2pLWQD0H7N2G4a68K+sshP+hIaL+osjSJTQ/Y3Mi1ykLBS
JjKZrOqb35oCsA9FXkSlPhQ/10U8FKao6krNDJ5WGT38GkWPHj0SM8hrodJS
LHGuqBcK3/NafsA6pQJ2Dqm4yCaxnBaTW+hbUizzUTWLo0g29aKoiP0gTAir
U4OrWs1kXograAt+DvhbUc1lrn+XNSSDNe9yfTcWxUxcgnRxDVx+UlhRSzER
r96cXdtNygpmYCzEsbEQv2tyXRWZPIAoBmuHnyqzkJk4Sb+Xt0VTrbad/go6
16TgYd07BdyY2k3fzekVUb0O/ljDkMTlWLwuSvW7Ba5zQ19679bIvVapmhW5
juVQnD0+7lOXEMxxNU5p+3d1WGrPj/KiygDnDiockfmG34S4/OHVi2+fPfWP
L188D29fvvSPB8/2/OOTg33/+OzZC3o8Gx2PtapnI12W2UgXMhvBMOU9n3R5
93xUlESU8UusgvLC5zAFu0am9QgqedtfNNOpof9GBvaSz0elrBejupIxfrkP
XFY37kRaoRM2hcaoUSyNYiRgyn/Cg74zSryirVYGQYPpn5X0lzS5FfnVePNL
X/BfUvOw7es0fSuS2zW+xfJ0vO3bgxbxFVaBf+zBxcHewQH/alSllTmDhh56
IGd5rapc1aNjkmo33AQJ8lKr1GHb9b9d08H3O8iwe7IF4rj+wLxyuuIc6Z/X
FBc+xLGaabh90vn/15n/TZ1xkhwlrUD+Ie3ZHl63QPeaVORwgnndV6GzrKyK
O1KXN6qmJEWcw2vXBXk2Ts3OZS7nKqPEiUMsFGyO6JlJ0rpjkudFKvOvc0QX
T8dg/mAbuRfHP3TIRQjJc4sP8KBNk1wtzQgIjRQSodpMpmkxn2iP/citHmUB
e16cBexHhP2o7GDPIWJUMvaTvlz3n5HlYZMpVXz4FZRdI/Gw1ImjskwR9pj1
/URv0Oe8s1jPdwqumaqrldg5e3O9y7xl5MQVkNAzB3Mo7iBfSgwPxvvbWNnn
ZMlI4QeTMkHKbCYA/8vN3cEvN/vjMpl5w+jodDQajYScGgpqdRR9jZtRtCYx
nIHNmjwmVGWq6xW5AHpJia0A+5HNFamgfFlDUQEgoq+5UtiMpbOGiwJvPmRa
dxpHwWs8/1E4KZuxuF5oI0BNw5qZaBM3Bl6Tj5Jr5UU08+UFnQB0sX1ZAHQp
KxAdwBhRKeIS5SXpCjtluvodEITN92kz3LNg98yJJ5UoxA1WwkQxJYFE05Wa
8Sdb3mY6SVKFDJYIrYqkYX5F0Zug8z0iDPNH1IVQd0V6p+jJNGWJnFh8HfcI
yy7/omveFk7DGYpO5IWcl8sqcT4SwsqyhpwJAC0kjvfSA06Jns3wABnIEqTL
eOF4U5OACN3Gam29kDVYl4upElMsTMDhOJXQoZkGHJ2LJx1grtTTlBtF+2Px
KlXYaqjqYBQHVQAt4dtRHthfWDOqYinkUq6YN6may3gF9euSm8qVqsbRAaKY
3wh9L4iztIW+iidjcVygCAGLiyZedIGtQ4LFXuyOI+w46WDVRcq6WeUswe8i
SsjgIc6SJFBhxVTGt0swn7iOzFJPNVkRoLPIAAVFHPhFqrfzoGHuhvPBctRY
c0PnEAIQDcF31fRQ6LpnvnFTsQzYYnu2RC60aGpoy2+NthECMoRkRlYyrVAc
ulvMBWC8tbLUf15Phn8lEaq++XgnQhBshHNOT0DJnPX1oLkw+OuYbOx7aXQs
KFmPdZm2yETRESDn84IoQXUJ9pHOMiv41YO+bF0JhsICmqpVQXIlaaUSOJWQ
KGwRh5JcKZ4JnKs+yAzIWJA4NpxPGyttVOQOu7rEYQN3mvABDGAGIisSlY7F
e1/68tItK+3CIfsnBKKa8kEyRU0YsAMdkLal6sOgR7B2ngP7Vt52YfvwWGmq
kmgKH7mB2cBaOjESTjNxcrHe3zLCyYa4UAByFVjhiEd4ohAoWJ9DVOyoM4mv
jfOsLtAztiYGuOshGla3WVPxMT21+/gRyqrV8vNnp6qkWuEEYAL65znWur6C
l9BQLBca3mCp01RQx4dCjPe7YAGEFoyAZJvf49HH9kDrxA2BUJI+jCrtvLDq
GPd2fQMZFhknPArhLmXwUjRebOqDiiH4REBoIAPJpKnN0GsDkgpd1Y1M241D
Dh6kKTiGAMcqZ8UxhZVwiC3uhKBMlsHciqF+jjI105MV4JCawaQ1J5NytY3z
kC2E6QK57gRHYiYO6ngAd8imalkH0nOVfovpspWw0qyqGXxY3Y2q3ZjfRqXg
zuDQczFXuapkOhRTaF3LVGsxlcQhdc/aKuDAH5cV1MC6WhgTAfZOwON/zH1J
ErVzAt4bCu8mh3BciKDhfQ4LN1YryUhlKQOFJDYIwYqFkGC4FaPh3VzLI8s8
onTT57YuAMWFTUikoFiTUhKVkbOjyM9vFVMVF0jlkWTROXYFKRaHoYoNHiUm
5zYkXTFPiykxNBRPS/j1IBOHDwqBTgyAAE1PT8YoYCqFWFsN3SkO68agEhAG
aiwrXZjWenxQZw7SYkOqvBKwf1LZNR508r0gZYrfrICGJQoqt/CVow0ggxTJ
utRFJ6RUVvEZsCcasqgCfCIMnHIYVN4rsEKyCnmIcFRtouYY5xw14LKpobwW
LmW1wIA1NAU2kgA14ofPGMIKtbbAasvmPmKjyqGGqK2lU/YOHeSxiEWMApbK
mJKWgCHkWdBrNh63xZ7UfUNcQqJuvCNY54lo8lqn/Gkd7Z4XT1QfT43SM5xB
4kbs1MR2K2laAk2BStvUZA13ZwAutHkNcV+HImktO+9bdg13hZp2ZVNw61wR
I41pMqtNsg7+bsKRvnX3kHtjWr+7zomho2tdSt5dMB5FU8XKeVnL5q5nDdZi
HSY8q/WhRGuSbPUhm0B27rWO3YBLaRNYJsawkWHh3//276nONPkw60X+/rf/
EDvU4f/40fWJP3/e9R5ik3wfs+irdUiF9WaZvCUHw2aO7zJNW/vruG+lWZqU
TXASu6QngMAWpL+mbjMkl+V9hT8IFtv3BMOwrlO1MsrwTuADSW9UFyP6SVxw
+RnHn56nIBSxvm6gzsjWaC07Dw/eMtLF4E5uQklAONmn7VRsq1LHtc+eZnp+
SIl2WIpESrynEmCm2AKsO7VcrRTXUQQoRCbT87ucErdYcUwGl0RTUsLS8twL
hJoO4nKXqSe200QPiMVpk4QqLax9ffIj1uIIqwDTokpsZO+zYsjPwTrcISd0
SqWsfdWFDacydt0wd9QJ0Djl4D8RVy5t4mNPLYq81noEFwUh/tqmmUC8tSZm
Vx7gBXC0tOUCI3a6O7T2rg0nJVv0Ji6aNPHa01Oe3OpDxS+hOeEd9OGPP/6I
Qn/rT/4jmi2F/xiEx6POv8dAg1483ljyeONx7XskPoEVn24672/sG/7Hj71d
9BLIf8JGcYr/frm5YUA3NxP8dincan68ufHH0Ff3UozH4w664YRNdH/pne/Q
DWh8OvEniA6Gn/pf3UF0egC6ftBN76sjB+QRlT3S+Y3jy8ZHT4rnS+/DGl82
N27ypS+mjce173097CnHxr/H9yx8fI8mdrzNlxZYm/h4KB5tuD3bzv3LwBse
X2L4jFwPmdiiWOb3esuhr2YcDuTFXKONOjNbXIZPWlw+61yP+yico/b+1buZ
iBsgqFRmlChzlk2nFPlaL0VkTVpTd6RT5LTlmVvHMTqWVbXqFEX0/cwPdAmu
rQI7vp9nEdZ7druW2+oqOpEqanL1CKxUwC4XK5d0TJmMWCNCAZSFupUeW5/6
2norZfs2R2mrPHkndcqse8tzWnG9KhXnlqffn3bqR5eHDPFwq5ba+d1tcK5f
/xRy0ys15z7LJWIS5QJ2Kid2ri4RIVqoYzemo5aNx7qHDgSFLRb0VqnZmgrU
xzINJWDZ1IY7jJzpuMQTuU7RdtdMw30EBPkCEc432CW3wwnml5soB5aj7eBp
ay+ZjvIZ772aY/vHWzUk5IlcpHHveGhbpZXVMN8Pp5PaPmXdx4ztgArJDnO7
vAU51P7dcnwmUXQvJHd9TDMNZW5QwW0EAdzTsTgJvY9MxQuZa5MFSst2nrJZ
du9wgwH8NsWs5gTA1vUCeCT0+673Cd7SlguVr3HwXmZLLpGrSvdTbgNP1S9f
yf85ecOnXPITyzOIWCW+PLadl9AJY8/DV5uis9z12JHdzABgpST1n1Cs8mgB
bi936X8olVGQFXdujOJ7iW03DOLnzhQdjpTPp8OZquaoQLmiWbc+4jpD2aE6
atcXEc+efv7MBPQ6r34+d7HeTx24fS9fPOfklxw2b9kskcBXxV2lb970u6Xf
IIcbo8yjhslvjccXy+uqcQ28HVgy8nfxjbFUmG9s4ie9emwbsIEpdtdDjodb
EjbEVCrmGQ7NvqjRzR40yJEGT9wV7/YR2ulHx69zk8+3Izu9RJRBsapy02tE
rPVw7aKSDYp6wEhN752RUva6kBQSoOgBT9gPGEjjW4jGjbshUueDudn2IfSR
+u6gP6m4eCqmkiBSiS1sjd2OjnkiY1G21+DCSNZhvjb6S7h2e4Pqi4PEwd7B
HvDz42XSne5vfrfrgbo5ByC7vrmfpFEUbjnY1xnbb+18a+2ertvNbXbRJc4W
jf3RiwgBgg0GhPnLJJp7btAYHhSkKxtyHN7JIaU27fLQIGYjIDM13GOwrreg
inWVFtL2APNVp29E3+mCo0XLK0M7KPcKEzRBJoBqm9zWJC7OBV3i7M/hh1D3
XLIhw1StmqHabxANuFfJGnuUYIGmEbidX9q7EEy1xKncgDh7e3S+61tgbuTK
VzEg0HuupJE68qyx4WbSVMV0PYb4RWjCnYyhKLWrBAk+B98i5vIT7NjohBhu
Apjg+jksh56IR87RB3AsdEgpTdrZQNuoS6xnuZMIB3be5T2KGbr6mthGvmbb
mC5RNbIfa0Osobw4HOvCC3sqr82yUr0J3gP8697bowTaNaRcER2nhVGBp/b6
imXoGc3gqlrHILEadvB5mA2MZsMx2fV/TotyNF2N8MMlDib44AqZW9sTLHpf
O362M/VT/oYvz2X5MGLbpnMkCoNttfI9eLbXMsFKn+2KIXWRWUPVBYYLVbFT
II9Jun2s5Tyn+8GxOIdx6RiR5+LYqzeevME6ME5mpg1cNgd28w+dbTgemnLB
q2qXuSK9Rzbq86Nr2+U7SsmMqP45l9Zigcyi4G4FCdoFKnic4PTLDiEdoOE+
AjVr40pPu7x7crDvbaOrbw9eAoXl7jyoaLutFDi33NCWfgFE5DgUQT9ov5Dw
ydf2HinR28XpoTunQMwxg+Xfjth6A1MwrqjCWJt7Y6KWt3CaPMb1HdrWxiFC
KBHU1UqUPXRXnnYzvJQiJi9ApQ0tAfyuKyICGvaaygPMaTNYSjc/ugu+nJTJ
dOWv9/Tmq+2kJDgqbq0RuVnm7jQQkh/oVhbcvdFzAOPqnJpjU9fZCxkzttgS
iPRG+8awt0oVsuZAK4ki+HHbGKYZsLtPZL0J1SWV7OM5FkeZhxFuigxFl+z+
UMjN5DYokXUvq3LDYVcitI6PYl1mQ7bjifXDVhAkP++SMz1fUP2snZqWTUXa
5aw0XC46fsBy2vvOvYTGyp7P7SiAcyz+3oDvtFqNZdooFGdNJthEzq/fgd/1
kgO+n1sQubI7l/FXxBhJapH2rFb54EB/RcB3QInPznnnHrlFx9G35XIUvXfF
Sqp5rGogbWqbWyskkdBoIKVR66pfHQU5W2Ibo9rUfTO4+JsNAQXuivBNIZ6y
cxInxQsx1Txp8OO4ma5oJLEs7IewxZb9ccfarA1rmxD7Y0gE+W1OzSse5dpB
IOFLzlffUVekHnZuEk11T25W3CsPtjfjbk/xs2QUwnPrmmcp6d1auO7scS0Q
29ypscIyYG9vv2PMdmib0OGeCD8j2HZaJ4lgPaOeuyvm8WPa0aXOvaijN0fd
7gl51x6GjJz2WTbhp/mK7073T1KWy+VYw6/x9Uy6BjfP2bNMOOjQzUTkuHS3
d+338Qf645ld25IE0CcHbaX5MBa0+sAjbpNkWICxr2tF5TbdWust6Bs7r93v
rCDSAePJ85cHI1OvgMLJB8RjTZQw3G+5Mggb7GwB5lNM7W03P5WzlwEQhgqu
KmBMBvlj3LlzReotrGceUi5Rh0ZhRkVDO9e35RHrg+3/qHu7Px0ztz6IR1gc
5HsIwtjtxBZ5x34HkzVOqEC7sdTALazoaiWlU3Sp1Lb5pLsgx37nzntkzsE6
V8LZ196qlaA/DTNicP7u6pr+Jo1+ijdv+fny5F/fnV2eHNPz1enR69fhIXIr
rk7fvnt93D61O1+9PT8/eXNsN+Ot6L2KBudHfx3YKDJ4e3F99vbN0etBmDeF
i7fEf+tKuACCo7EFXtRLur5/dfFf/7n/FLHin6AtB/v7qEzcLy/2v6WuC4Vf
exoz2f5KQ9UIOZKSfNlHcvO5BANTqwK2wU56AG5+8zNx5tdD8c/TuNx/+i/u
BRHce+l51nvJPNt8s7HZMnHLqy3HBG723q9xuo/v0V97v3u+d15yO/9KwRWR
afTiFqnM2+O34SsvZV+1sWzDHNbvuHAi6bxJaJZ1rKX960S3w1ma2dJZlm1b
ub1yMthWoEieeq5HwQGAz6kQX/lGziB4pQt/2fon14B5TldxqaV3ERzmQOz8
j/hcfwX3i5yjDvIX+v5/ml33wKFe9f9t/tzbdna4rk+XHnLZrMyeWJps0VV6
ui9Nmn4UU7RHZWubpNHHQ1uPquQvgxk8hqKpHBuIDCvhN/4bBoVZurs8AAA=

-->

</rfc>
