<?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.17 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-eip-arch-04" category="info" submissionType="independent" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.21.0 -->
  <front>
    <title abbrev="EIP Architecture">Extensible In-band Processing (EIP) Architecture and Framework</title>
    <seriesInfo name="Internet-Draft" value="draft-eip-arch-04"/>
    <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="2024" month="June" day="22"/>
    <area>AREA</area>
    <workgroup>WG Working Group</workgroup>
    <keyword>IPv6</keyword>
    <keyword>Extension Headers</keyword>
    <abstract>
      <?line 117?>

<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-arch/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>
    <?line 124?>

<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>
          <t>Clean slate and "revolutionary" solutions. Throw away the legacy IP networking layer.</t>
        </li>
        <li>
          <t>Solutions above the layer 3. Do not touch the legacy networking layer (IP).</t>
        </li>
        <li>
          <t>Evolutionary solutions. Improve the IP layer (and try to preserve backward compatibility).</t>
        </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>
          <t>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"/>.</t>
        </li>
        <li>
          <t>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.</t>
        </li>
        <li>
          <t>Different use cases may share a subset of common EIP Information Elements.</t>
        </li>
        <li>
          <t>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.</t>
        </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). <xref target="RFC9197"/> discusses the data fields and associated data types for IOAM. 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 <xref target="RFC9486"/>. 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"/>. <xref target="RFC9343"/> defines a new Hop-by-Hop Option to support this approach.</t>
      <t>"Path Tracing" <xref target="I-D.draft-filsfils-ippm-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><xref target="RFC9268"/> specifies a new IPv6 Hop-by-Hop option that is used to record the minimum Path MTU between a source and a destination.</t>
      <t>The Internet Draft <xref target="I-D.draft-ietf-6man-enhanced-vpn-vtn-id"/> proposes a new Hop-by-Hop option of IPv6 extension header to carry the Network Resource Partition (NRP) information, which could be used to identify the NRP-specific processing to be performed on the packets by each network node along a network path in the NRP.</t>
      <t>The Internet-Draft <xref target="I-D.draft-guan-6man-ipv6-id-authentication"/> proposes an IPv6 based address label terminal identity authentication mechanism, which uses a new Hop-by-Hop option.</t>
      <t>The Internet-Draft <xref target="I-D.draft-herbert-fast"/> describes the Firewalls and Service Tickets (FAST) protocol.  This is a generic and extensible protocol for hosts to signal network nodes to request services or to gain admission into a network. Tickets are sent in IPv6 Hop-by-Hop options.</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
   4 allocated by RFCs
   - 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>
      <?line -18?>

</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.xhtml).</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.xhtml).</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 anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC8754">
          <front>
            <title>IPv6 Segment Routing Header (SRH)</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="D. Dukes" initials="D." role="editor" surname="Dukes"/>
            <author fullname="S. Previdi" initials="S." surname="Previdi"/>
            <author fullname="J. Leddy" initials="J." surname="Leddy"/>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <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">
          <front>
            <title>Segment Routing over IPv6 (SRv6) Network Programming</title>
            <author fullname="C. Filsfils" initials="C." role="editor" surname="Filsfils"/>
            <author fullname="P. Camarillo" initials="P." role="editor" surname="Camarillo"/>
            <author fullname="J. Leddy" initials="J." surname="Leddy"/>
            <author fullname="D. Voyer" initials="D." surname="Voyer"/>
            <author fullname="S. Matsushima" initials="S." surname="Matsushima"/>
            <author fullname="Z. Li" initials="Z." surname="Li"/>
            <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">
          <front>
            <title>Limited Domains and Internet Protocols</title>
            <author fullname="B. Carpenter" initials="B." surname="Carpenter"/>
            <author fullname="B. Liu" initials="B." surname="Liu"/>
            <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">
          <front>
            <title>IPv6 Performance and Diagnostic Metrics (PDM) Destination Option</title>
            <author fullname="N. Elkins" initials="N." surname="Elkins"/>
            <author fullname="R. Hamilton" initials="R." surname="Hamilton"/>
            <author fullname="M. Ackermann" initials="M." surname="Ackermann"/>
            <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">
          <front>
            <title>Alternate-Marking Method for Passive and Hybrid Performance Monitoring</title>
            <author fullname="G. Fioccola" initials="G." role="editor" surname="Fioccola"/>
            <author fullname="A. Capello" initials="A." surname="Capello"/>
            <author fullname="M. Cociglio" initials="M." surname="Cociglio"/>
            <author fullname="L. Castaldelli" initials="L." surname="Castaldelli"/>
            <author fullname="M. Chen" initials="M." surname="Chen"/>
            <author fullname="L. Zheng" initials="L." surname="Zheng"/>
            <author fullname="G. Mirsky" initials="G." surname="Mirsky"/>
            <author fullname="T. Mizrahi" initials="T." surname="Mizrahi"/>
            <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">
          <front>
            <title>Transport Protocol Path Signals</title>
            <author fullname="T. Hardie" initials="T." role="editor" surname="Hardie"/>
            <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="RFC9197">
          <front>
            <title>Data Fields for In Situ Operations, Administration, and Maintenance (IOAM)</title>
            <author fullname="F. Brockners" initials="F." role="editor" surname="Brockners"/>
            <author fullname="S. Bhandari" initials="S." role="editor" surname="Bhandari"/>
            <author fullname="T. Mizrahi" initials="T." role="editor" surname="Mizrahi"/>
            <date month="May" year="2022"/>
            <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="RFC" value="9197"/>
          <seriesInfo name="DOI" value="10.17487/RFC9197"/>
        </reference>
        <reference anchor="RFC9268">
          <front>
            <title>IPv6 Minimum Path MTU Hop-by-Hop Option</title>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <author fullname="G. Fairhurst" initials="G." surname="Fairhurst"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies a new IPv6 Hop-by-Hop Option that is used to record the Minimum Path MTU (PMTU) 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="RFC" value="9268"/>
          <seriesInfo name="DOI" value="10.17487/RFC9268"/>
        </reference>
        <reference anchor="RFC9343">
          <front>
            <title>IPv6 Application of the Alternate-Marking Method</title>
            <author fullname="G. Fioccola" initials="G." surname="Fioccola"/>
            <author fullname="T. Zhou" initials="T." surname="Zhou"/>
            <author fullname="M. Cociglio" initials="M." surname="Cociglio"/>
            <author fullname="F. Qin" initials="F." surname="Qin"/>
            <author fullname="R. Pang" initials="R." surname="Pang"/>
            <date month="December" 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="RFC" value="9343"/>
          <seriesInfo name="DOI" value="10.17487/RFC9343"/>
        </reference>
        <reference anchor="RFC9486">
          <front>
            <title>IPv6 Options for In Situ Operations, Administration, and Maintenance (IOAM)</title>
            <author fullname="S. Bhandari" initials="S." role="editor" surname="Bhandari"/>
            <author fullname="F. Brockners" initials="F." role="editor" surname="Brockners"/>
            <date month="September" 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="RFC" value="9486"/>
          <seriesInfo name="DOI" value="10.17487/RFC9486"/>
        </reference>
        <reference anchor="I-D.draft-filsfils-ippm-path-tracing">
          <front>
            <title>Path Tracing in SRv6 networks</title>
            <author fullname="Clarence Filsfils" initials="C." surname="Filsfils">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Ahmed Abdelsalam" initials="A." surname="Abdelsalam">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Pablo Camarillo" initials="P." surname="Camarillo">
              <organization>Cisco Systems, Inc.</organization>
            </author>
            <author fullname="Mark Yufit" initials="M." surname="Yufit">
              <organization>Broadcom</organization>
            </author>
            <author fullname="Thomas Graf" initials="T." surname="Graf">
              <organization>Swisscom</organization>
            </author>
            <author fullname="Yuanchao Su" initials="Y." surname="Su">
              <organization>Alibaba, Inc</organization>
            </author>
            <author fullname="Satoru Matsushima" initials="S." surname="Matsushima">
              <organization>SoftBank</organization>
            </author>
            <author fullname="Mike Valentine" initials="M." surname="Valentine">
              <organization>Goldman Sachs</organization>
            </author>
            <author fullname="Amit Dhamija" initials="" surname="Dhamija">
              <organization>Arrcus</organization>
            </author>
            <date day="2" month="June" year="2024"/>
            <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-ippm-path-tracing-01"/>
        </reference>
        <reference anchor="I-D.draft-ietf-6man-enhanced-vpn-vtn-id">
          <front>
            <title>Carrying Network Resource Partition (NRP) 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="20" month="February" year="2024"/>
            <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.  Enhanced VPNs can be used, for example, to deliver
   network slice services.

   A Network Resource Partition (NRP) is a subset of the network
   resources and associated policies on each of a connected set of links
   in the underlay network.  An NRP could be used as the underlay to
   support one or a group of enhanced VPN services.  For packet
   forwarding in a specific NRP, some fields in the data packet are used
   to identify the NRP the packet belongs to, so that NRP-specific
   processing can be performed on each node along a path in the NRP.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-6man-enhanced-vpn-vtn-id-06"/>
        </reference>
        <reference anchor="I-D.draft-guan-6man-ipv6-id-authentication">
          <front>
            <title>Terminal Identity Authentication Based on Address Label</title>
            <author fullname="Jianfeng Guan" initials="J." surname="Guan">
              <organization>BUPT</organization>
            </author>
            <author fullname="Su Yao" initials="S." surname="Yao">
              <organization>THU</organization>
            </author>
            <author fullname="Kexian Liu" initials="K." surname="Liu">
              <organization>BUPT</organization>
            </author>
            <author fullname="Xiaolong Hu" initials="X." surname="Hu">
              <organization>BUPT</organization>
            </author>
            <author fullname="Jianli Liu" initials="J." surname="Liu">
              <organization>BUPT</organization>
            </author>
            <date day="26" month="February" year="2024"/>
            <abstract>
              <t>   Privacy and accountability are currently significant concerns on the
   internet.  Privacy generally implies untraceable sources.  Effective
   verification methods inherently raise privacy concerns when
   confirming a user's identity.  To prevent extensive modifications to
   current network protocols and the introduction of new identifiers, we
   propose an IPv6 based address label terminal identity authentication
   mechanism.  This mechanism facilitates user identity verification,
   ensuring privacy protection, security, and efficient auditing.
   Additionally, this document outlines the implementation of address
   label authentication in the IPv6 extension header.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-guan-6man-ipv6-id-authentication-00"/>
        </reference>
        <reference anchor="I-D.draft-herbert-fast">
          <front>
            <title>Firewall and Service Tickets</title>
            <author fullname="Tom Herbert" initials="T." surname="Herbert">
              <organization>SiPanda</organization>
            </author>
            <date day="7" month="October" year="2023"/>
            <abstract>
              <t>   This document describes the Firewalls and Service Tickets (FAST)
   protocol.  This is a generic and extensible protocol for hosts to
   signal network nodes to request services or to gain admission into a
   network.  A ticket is data that accompanies a packet and indicates a
   granted right to traverse a network or a request for network services
   to be applied (in the latter case the ticket serves as a service
   profile).  Applications request tickets from a local agent in their
   network and attach issued tickets to packets.  Firewall tickets are
   issued to grant packets the right to traverse a network; service
   tickets indicate the desired service to be applied to packets.  A
   single ticket may provide both firewall and service ticket
   information and semantics.  Tickets are sent in IPv6 Hop-by-Hop
   options.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-herbert-fast-07"/>
        </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>
    <?line 266?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+1b3XLbRpa+V5XeoZe+kWKCsmTZsVXzE8WSI1VZtlZSkp2a
pFRNoEl2GQQYNCCZcZxn2WfZJ9vvnNPdAEjK8aT2Yi7WVYkgoPv0+f9tJUmy
vVXbOjdHanD6oTaFs+PcqPMiGesiU5dVmRrnbDFVO6fnl7vquEpntjZp3VRG
0YrXlZ6b+7J6P9je0uNxZe4I0vllbyW+pbo207JaHilbTMrtre2trEwL7D1S
WaUndWLsItHYkzw53N5yzXhucW5Z1MuFoT2ZWRj8r6jVI6VzV+KUzsvBUA3O
j7/Fj7LC09XNa35zip/bW3ZRHam6alx98OTJyycH21uPimY+Nnj7BM8ZMDvC
z7QsHOhvHC82eANSnoKqyugjdXx1ery9RYROq7JZHKkfv1M/4jdizXf0Znvr
vVniewZYKlHnl3fP+cFztSzUmdGZqdz21p0pGjpSKQ8L/KLfhNbr8+/ol7m2
+ZECV75JC1uPbE0viUFHalbXi6O9vUXpaluUI/99L53aZGyLPdo518XeorJ3
oG0PMPb4MFvPmjHDTGblnD8wy+ljjpWuFtgOwMOikewa2TIu3+sLbDSr5zkJ
1NVQiFudlwWoWBoQ6ua6qm9/aUrAPlIFxL6wR+qfdZkOlSurujITh6flnB5+
JhiPHj1SE8hwZvKFusfRqp4ZrChq/QErjYkIerzScr6X6nG59x6KmJX3RVJN
UoKkm3pWViwMok8pUbbBdW0muijVNbQIPwfysaymurC/6hqCwqLvC3s3UuVE
XYEF6gYI/WCwotZqT716e37jdxkR0sAJzJETmN80ha3KuT6AVAZrCJwZN9Nz
dZp/q9+XTbXciMErKGOTg6F1/yTwZSzbvpnSK6J//YgTC1tTVyP1plyYX/0B
tnD0qf9yhe4bk5tJWdhUD9X545MVMjMCO6pGOQH4po5rPRLbW0VZzQHqjpQb
dgdDb39X6ur1qxdfPzuMzy9fPG/fv3wZnw+ePYnPTw/24/OzZy/C88v9l1/H
54Pn7funh0/j86GHf56cjERlJzZ39F9iF4t5stD1LKkrncKGVxZaU0+S5zCi
xBQzXaQmS+4WRXJXF4nNVtZOGyzjtXZx9xzfE1I9OCVwhtnaXz4zFVwPcNEw
N/qEDWRKjTNJqh0MRZj+r3jl751Rr2ivF1ir+/TP68Yf2kCrJNejDZ/6qvJH
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
pz8AAA==

-->

</rfc>
