<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc SYSTEM "rfc2629-xhtml.ent">
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<?rfc strict="yes" ?>
<?rfc toc="yes"?>
<?rfc tocdepth="4"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes" ?>
<?rfc compact="yes" ?>
<?rfc subcompact="no" ?>

<rfc
    xmlns:xi="http://www.w3.org/2001/XInclude"
    category="std"
    docName="draft-ietf-6man-hbh-processing-10"
    ipr="trust200902"
    updates="8200"
    obsoletes=""
    consensus="true"
    submissionType="IETF"
    tocInclude="true"
    tocDepth="4"
    symRefs="true"
    sortRefs="true"
    version="3">

<front>

    <title abbrev="HBH Options Processing">IPv6 Hop-by-Hop Options Processing Procedures</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-xml2rfc-template-06"/>

    <author fullname="Robert M. Hinden" initials="R" surname="Hinden">
      <organization>Check Point Software</organization>
      <address>
        <postal>
          <street>959 Skyway Road</street>
          <!-- Reorder these if your country does things differently -->
          <city>San Carlos</city>
          <region>CA</region>
          <code>94070</code>
          <country>USA</country>
        </postal>
        <phone/>
        <email>bob.hinden@gmail.com</email>
      </address>
    </author>
    <author fullname="Godred Fairhurst" initials="G" surname="Fairhurst">
      <organization>University of Aberdeen</organization>
      <address>
        <postal>
          <street>School of Engineering</street>
          <street>Fraser Noble Building</street>
          <city>Aberdeen</city>
          <region/>
          <code>AB24 3UE</code>
          <country>UK</country>
        </postal>
        <email>gorry@erg.abdn.ac.uk</email>
      </address>
    </author>

<!--
<date day="" month="" year=""/>
-->

<abstract>

<!--
    <t>@@ for BoB: Is this "Hop-by-Hop options" or "hop-by-hop options" when we refer to the options in theside the header - we need to be consistent @@</t>
    <t>@@ for BoB: Is this "Router Alert option" or "Router Alert Option" (I suspect the latter?)@@</t>
-->
    
  <t>This document specifies procedures for how IPv6 Hop-by-Hop options are
  processed in IPv6 routers and hosts.  It modifies the procedures specified in the IPv6
  Protocol Specification (RFC8200) to make processing of the IPv6 Hop-by-Hop Options header
  practical with the goal of making IPv6 Hop-by-Hop options useful to
  deploy and use in the Internet.  When published, this document updates
  RFC8200.</t>

</abstract>

</front>

<middle>

<section title=" Introduction" anchor="INTRO">

    <!--...@@OT THOUGHT ADDRESSED:
    The MUST process at full forwarding rate seems a like wishing for
world peace. In a software router, how much resources is available is not
deterministic, and depends on a number of factors. 
    While saying this for hardware routers, ensures that no-one can
specify a new HBH option that is prohibitive for performance... I don't
see how you can possibly make a blanket statement for this, when you
don't know what the actual HBH options are intended to do. 
    It would make more sense to have this in guidelines for how to
specify HBH options. @@-->
    
  <t>This document specifies procedures for processing IPv6 Hop-by-Hop
  options in
  IPv6 routers and hosts.  It modifies the procedures specified in the IPv6
  Protocol Specification <xref
  target="RFC8200"/> to make processing of IPv6 Hop-by-Hop Options header
  practical with the goal of making IPv6 Hop-by-Hop options useful to
  deploy and use at IPv6 routers and hosts.</t>

  <t>The current list of defined Hop-by-Hop options can be found at <xref
      target="IANA-HBH"/>. The focus for this document is to set a lower bound for the
  minimum number of Hop-by-Hop options that ought to be processed.
  This document does not discuss an upper bound.  That topic is discussed in <xref
  target="I-D.ietf-6man-eh-limits"/>.</t>

  <t>When published, this document updates <xref target="RFC8200"/>.</t>

</section>

<section title="Requirements Language">

  <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
   "OPTIONAL" 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 title="Terminology" anchor="TERM">

  <t>This document uses the following loosely defined
   terms:</t>

   <ul spacing="normal">
       <li>Forwarding Plane: IPv6 routers exchange user data through the
       forwarding plane.  Routers process fields contained in packet
       headers.  However, they do not process information contained in packet
       payloads.</li>

       <li>Control Plane: IPv6 routers exchange management and routing
       information. They also exchange routing information
       with one another. Management and routing information are processed by
       its recipient. Management and
       control information can be forwarded by a router that
       process fields contained in packet headers.</li>

       <li>Fast Path: A path through a router that is optimized for
       forwarding packets. The Fast Path
       might be supported by Application Specific Integrated Circuits (ASICS),
       Network Processor (NP),
       or other special purpose hardware. This is the usual processing path
       within a router taken by the forwarding plane.</li>

       <li>Slow Path: A path through a router that is capable of general
       purpose processing and is not optimized for any particular
       function.
       This processing path is used for packets that require special
       processing or differ from assumptions made in Fast Path heuristics
       or to process router control protocols used by the control
       plane.</li>

<!--
       <li>Full Forwarding Rate: This is the rate that a router can forward
       packets and keep the aggregate data rate for it's outgoing interfaces full
       (for example, the maximum speed the interface can support).
       This is sometimes called "wire speed".   When used in this document, it means
       that the router can process packets with Hop-by-Hop options at the rate that
       allows it to maintain the full speed on its outgoing interfaces.</li>

        @@GF-suggestion, this is the original, delete or replace above with this @@
-->

       <li>Full Forwarding Rate: This is the rate that a router can
       forward packets without adversely impacting the aggregate
       forwarding rate. For example, a router could process packets
       with Hop-by-Hop options at a rate that allows it to maintain the full
       speed on its outgoing interfaces, which is sometimes called
       "wire speed".</li>

   </ul>

   <t>NOTE: <xref target="RFC6192"/> is an example of how designs can
   separate control plane and forwarding plane
   functions. The separation between hardware and software processing
   described in <xref target="RFC6398"/> does not apply to all router
   architectures.  However, a router that performs all or most processing
   in software might still incur more processing cost when providing
   special processing for Hop-by-Hop options.</t>

</section>

<section title="Background" anchor="BACKGROUND">

    <t>
    In the first versions of the IPv6 specification
    <xref target="RFC1883"/> and
    <xref target="RFC2460"/>,
    Hop-by-Hop options were
    required to be processed by all nodes: routers and hosts. This proved to
    not be practical in current high speed routers, as observed in Section
    2.2 of RFC7045: "it is to be expected that high-performance routers will
    either ignore it or assign packets containing it to a slow processing
    path". The reason behind this includes:</t>

    <ul spacing="normal">

        <li>Inability to process Hop-by-Hop options at the full forwarding
        rate can result in issues.
        In some cases, Hop-by-Hop options would be sent to the
        Control Plane.  This could
        degrade a router's performance and also its ability to process
        critical control traffic.
        Both of which could be exploited as a
        Denial of Service attack against the router.</li>

        <li>If a subset of packets in a flow were to include Hop-by-Hop options,
        this could introduce a potential for packets
        to be delivered out of
        order to the destination. This might result when the Extension
        Header was included in only some packets, or if a specific
        Hop-by-Hop option required different processing for some
        packets in a flow.
        Significant reordering of the packets
        belonging to a flow can impact the performance of upper
        layer protocols and needs to be avoided.
        </li>

        <li>Packets could include multiple Hop-by-Hop options. Too many
        options could make the
        previous issues worse by increasing the resources required to process
        them. The total size of the options determines the number of header bytes
        that might need to be processed.</li>

    </ul>

    <t>
    <xref target="RFC6564"/> specified a uniform format for new IPv6 Extension Headers.  It updated
    <xref target="RFC2460"/> and this update was incorporated into Section 4.8 of
    <xref target="RFC8200"/>.
    </t>
    
    <t>When the IPv6 Specification was updated and published in
    July 2017 as
    <xref target="RFC8200"/>, the procedures relating to Hop-by-Hop options
    were specified (<xref target="RFC8200"/>, Section 4) as follows:</t>

    <ul empty="true">

       <li>The Hop-by-Hop Options header is not inserted or deleted, but may be
       examined or processed by any node along a packet's delivery path,
       until the packet reaches the node (or each of the set of nodes, in
       the case of multicast) identified in the Destination Address field of
       the IPv6 header.  The Hop-by-Hop Options header, when present, must
       immediately follow the IPv6 header.  Its presence is indicated by the
       value zero in the Next Header field of the IPv6 header.</li>

       <li>NOTE: While <xref target="RFC2460"/> required that all nodes
       must examine and process the Hop-by-Hop Options header, it is now
       expected that nodes along a packet's delivery path only examine
       and process the Hop-by-Hop Options header if explicitly configured
       to do so.</li>
    </ul>

    <t>The changes meant that an implementation complied with the IPv6
    specification even if it did not process Hop-by-Hop options, and that it was
    expected that routers would add configuration information to control
    which Hop-by-Hop options they would process.</t>

    <t>The text regarding processing of Hop-by-Hop options in <xref
     target="RFC8200"/> was not intended to change the processing of these
    options. It documented how they were being used in
    the Internet at the time RFC8200 was published (see Appendix B of <xref
    target="RFC8200"/>).  This was a constraint on
    publishing the IPv6 specification as an IETF Standard.</t>

    <t>The main issues remain:</t>

    <ul spacing="normal">
        <li>Routers can be configured
        to drop transit packets containing Hop-by-Hop Options that would
        have required processing in the Control Plane.
        This could protect against a denial of service attack on the
	router <xref target="RFC9098"/>.</li> 

        <li>IPv6 Packets that include a Hop-by-Hop Options header are dropped
        by some Internet paths.
        A survey in 2015 reported a high loss rate in transit ASs for packets
        with Hop-by-Hop options <xref target="RFC7872"/>.
        The operational implications of IPv6 Packets that include
        Extension Headers are discussed in <xref target="RFC9098"/>.</li>

        <li>Allowing multiple Hop-by-Hop options in a single packet in some cases
        consume more router resources to process these packets.  It also adds
        complexity to the number of permutations that might need to be
        processed/configured.</li>

        <li>Including larger or multiple Hop-by-Hop options in a
        Hop-by-Hop Options header increases
        the number of bytes that need to be processed in forwarding,
        which can in some designs impact
        the cost of processing a packet, and in turn could increase the probability of
        drop <xref target="RFC7872"/>. A larger Extension Header
        could also reduce the probability that a router can locate all
        the header bytes required to successfully process
        an access control list operating on fields after the Hop-by-Hop
        Options header.</li>

        <li>Any option that can be used to force packets into the
        router's Control Plane can be exploited as a denial of
        service attack on a transit router by saturating the resources needed for
        router management protocols (e.g., routing protocols, network management
        protocols, etc.) that could cause adversely impact router operation.
        This is an issue for the
        Router Alert option, which intentionally forward packets to the Control Plane,
        and is discussed in <xref target="RFC6398"/>.
        This impact could be mitigated by limiting
        the use of control plane resources by a specific packet, and/or
        by the use of per-function rate-limiters for packets processed
        by the control plane.
	</li>



    </ul>
    
    <t> Section 3 of RFC 6398 includes a summary of processing the IP Router Alert Option:</t>
    
    <ul empty="true" spacing="normal">
        <li>"In a nutshell, the IP Router Alert Option does not provide a
        convenient universal mechanism to accurately and reliably distinguish
        between IP Router Alert packets of interest and unwanted IP Router
        Alert packets.  This, in turn, creates a security concern when the IP
        Router Alert Option is used, because, short of appropriate
        router-implementation-specific mechanisms, the router Slow Path is at risk
        of being flooded by unwanted traffic."
     </li>
   </ul>

        <t>This is an example of the need to limit the resources that can
        be consumed when a particular function is executed and to avoid consuming
        control-plane resources
        where support for a function has not been configured.</t>

 
    <t>There has been research that has discussed
    the general problem with dropping packets containing IPv6 Extension
    Headers, including the Hop-by-Hop Options header.
    For example, <xref target="Hendriks"/> states that "dropping all
    packets with Extension Headers, is a bad practice", and that "The share
    of traffic containing more than one EH however, is very small. For the
    design of hardware able to handle the dynamic nature of Extension Headers we therefore
    recommend to support at least one EH".  Operational aspects of the topics
    discussed in this section are further discussed in <xref target="I-D.ietf-v6ops-hbh"/>.</t>

    <t>"Transmission and Processing of IPv6
    Extension Headers" <xref target="RFC7045"/> clarified how intermediate nodes
    should process Extension
    Headers. This document is generally consistent with <xref target="RFC7045"/>,
    and was considered when <xref
     target="RFC2460"/> was updated and was itself replaced by  <xref target="RFC8200"/>.
    This document updates  <xref target="RFC8200"/> as described in
    the next section and consequently clarifies the description in Section
    2.2 of <xref target="RFC7045"/>,
    using the language of BCP 14  <xref target="RFC2119"/> <xref target="RFC8174"/>.</t>

    <t>The document defines a set of procedures for the Hop-by-Hop Options
    header that are intended to make the processing of Hop-by-Hop options
    practical in modern transit routers.
    The authors expectations are that some Hop-by-Hop options will be
    processed across the Internet, while others will only be processed within a
    limited domain (e.g., where a specific service is made available in
    that network segment that relies on one or more Hop-by-Hop options).</t>

</section> <!-- BACKGROUND -->

<section anchor="HBH" title="Hop-by-Hop Header Processing Procedures">

    <t>This section describes several changes to <xref
    target="RFC8200"/>. <xref target="FAST"/> describes processing of the
    Hop-by-Hop option Extension
    Header, and <xref target="CONFIG"/> describes
    processing of individual Hop-by-Hop Options.</t>

    <section anchor="FAST" title="Processing the Extension Header Carrying Hop-by-Hop Options">

       <t>When a packet includes one or more Extension Headers, the Next Header
        field of the IPv6 Header does not identify the transport protocol.</t>
        
       <t>The Extension Header used to carry Hop-by-Hop options
       is defined in Section 4.3 of <xref target="RFC8200"/> and is identified
       by a Next Header value of 0 in the IPv6
        header.  Section 4.1 of <xref target="RFC8200"/> requires this Hop-by-Hop
        Options header to appear immediately after the IPv6 header.  <xref
          target="RFC8200"/> also requires that a Hop-by-Hop Options header can
        only appear once in a packet.</t>

        <t>The Hop-by-Hop Options Header as defined in
        <xref target="RFC8200"/> can contain
        one or more Hop-by-Hop options.

        This document updates
        <xref target="RFC8200"/>:</t>
        
        <t>Routers SHOULD process the Hop-by-Hop Options header using the
	method defined in this document. 
        If a router does
        not process the Hop-by-Hop Options header, it MUST forward the packet
        normally  based on the remaining Extension Header after the
	Hop-by-Hop option (i.e., a router must not drop a packet solely because
        it contains an Extension Header carrying Hop-by-Hop options).
        A configuration could control that normal processing skips any or all
        of the Hop-by-Hop options carried in the Hop-by-Hop Options header.</t>

        <t>It is expected that the Hop-by-Hop Options header will be
        processed by the Destination.
        Hosts SHOULD process the Hop-by-Hop Options header in
        received packets.
        If a Destination does not process the Hop-by-Hop Options header,
        it MUST process the remainder of the packet normally.
        Further details on requirements for host processing are described in
        <xref target="I-D.ietf-6man-eh-limits"/>.</t>


    <section anchor="CONFIG" title="Configuration Enabling Hop-by-Hop Header Processing">

        <t> Section 4 of
        <xref target="RFC8200"/> allows a router to control its processing
        of IPv6 Hop-by-Hop options by local configuration.  The text is:</t>

        <ul empty="true">
           <li>NOTE: While <xref target="RFC2460"/> required that all nodes must examine and
           process the Hop-by-Hop Options header, it is now expected that nodes
           along the path only examine and process the
           Hop-by-Hop Options header if explicitly configured to do so.</li>
        </ul>

         <t>A configuration could control whether processing skips
         any specific Hop-by-Hop options
         carried in the Hop-by-Hop
         Options header.  A router that does not process the contents of
         the Hop-by-Hop Options header does not therefore process the
         identifiers of individual Option Types to perform any specified
         action.</t>


    </section> <!-- CONFIG -->
    </section> <!-- FAST -->

    <section anchor="ONE" title="Hop-by-Hop Options Processing">

        <t>A Source creating packets with a Hop-by-Hop Options header
        SHOULD use a method that is robust to network nodes processing only the first
        Hop-by-Hop option that is included in the packet, or that forward packets without
        the option being processed (see <xref target="HOW"/>).

        A Source MAY, based on local configuration,
        include more than one Hop-by-Hop option <xref target="I-D.ietf-6man-eh-limits"/>,
        but might wish to restrict the size to increase the likelihood of successful
        transfer across a network path.
        This motivates Sources to order the placement of
        Hop-by-Hop options within the Hop-by-Hop Options header
        in decreasing order of importance for their
        processing by nodes on the path.
	</t>

        <t>A router MUST NOT be configured to support the Hop-by-Hop Option
        header if it cannot process the first Hop-by-Hop option at full forwarding rate.
	If configured to do so, a router SHOULD process additional
        Hop-by-Hop options providing that these also can be processed at
        the full forwarding rate.</t>

        <t>If a router is unable to process any Hop-by-Hop option
        (or is not configured to do so), it
        SHOULD behave in the way specified for an unrecognized Option Type when the
        action bits were set to "00".</t>
        
        <t>
        If a router is unable to process further Hop-by-Hop options (or
	is not configured to do so), 
        the router SHOULD skip the remaining options
        using the "Hdr Ext Len" field in the
        Hop-by-Hop Options header.  This field specifies the length of the Option
        Header in 8-octet units.  After skipping an option, the router continues
        processing the remaining options in the header.
        Skipped options do not need to be verified.</t>
        
        <t>The Router
        Alert option <xref target="RFC2711"/> is an exception that can result in processing
        in the Control Plane, see <xref target="RTRALERT"/>.
        </t>

        <t>Section 4.2 of <xref target="RFC8200"/>
        defines the Option Type identifiers as internally encoded such that their
        highest-order 2 bits specify the action that must be taken if the
        processing IPv6 node does not recognize the Option Type.  The text is:</t>

<artwork align="left" name="" type="" alt=""><![CDATA[
   00 - skip over this option and continue processing the header.

   01 - discard the packet.

   10 - discard the packet and, regardless of whether or not the
        packet's Destination Address was a multicast address, send an
        ICMPv6 Parameter Problem, Code 2, message to the packet's
        Source Address, pointing to the unrecognized Option Type.

   11 - discard the packet and, only if the packet's Destination
        Address was not a multicast address, send an ICMPv6 Parameter
        Problem, Code 2, message to the packet's Source Address,
        pointing to the unrecognized Option Type.
]]></artwork>

        <t>This document modifies this behaviour for the "01" value to relax the
        requirement to drop a packet.
            
        It also modifies the behaviour for the "10" and "11" values that the
        node MAY send an ICMP Parameter Problem, Code 2, message to the packet's Source Address,
        pointing to the unrecognized Option Type.  The modified text for
        "01","10" and "11" values is:</t>
    
<artwork align="left" name="" type="" alt=""><![CDATA[
    01 - MAY discard the packet. Nodes should not rely on routers
         dropping these unrecognized Option Types.

    10 - MAY discard the packet and, regardless of whether or not
         the packet's Destination Address was a multicast address,
         MAY send an ICMP Parameter Problem, Code 2, message to the
         packet's Source Address, pointing to the unrecognized Option
         Type.

    11 - MAY discard the packet and, only if the packet's Destination
         Address was not a multicast address, MAY send an ICMP
         Parameter Problem, Code 2, message to the packet's Source
         Address, pointing to the unrecognized Option Type.
 ]]></artwork>

       <t>When a node sends an ICMP message in response to a multicast
       packet, this could be exploited as an amplification attack. This is
       particularly problematic when the source address is not valid (which
       can be mitigated when using a reverse path forwarding (RPF) check).  A
       node SHOULD only send ICMP messages in response to a multicast
       address when this is enabled for the specific source and/or the
       group destination address.</t>

        <t>When an ICMP Parameter Problem, Code 2, message is delivered to the
        source, the source can become aware that at least one node on the
        path has failed to recognize the option. Generating an ICMP message
        incurs additional router processing.	
        Reception of this message is
        not guaranteed,
        routers might be unable to be configured so that they do not generate
        these messages, 
	and they are not always forwarded to the Source.
        The motivation here is to loosen
        the requirement to send an ICMPv6 Parameter Problem message when a router
        forwards a packet without processing the list of all options.</t>

    <section anchor="RTRALERT" title="Router Alert Option">

        <t>The purpose of the Router Alert option <xref target="RFC2711"/> is to tell
        a router that the packet needs additional processing in the Control Plane.
        </t>

        <t>The Router Alert option includes a two-octet Value field that
        describes the protocol that is carried in the packet.  The current specified values can
        be found in the IANA Router Alert Value registry <xref
        target="IANA-RA"/>.</t>

        <t>DISCUSSION</t>

        <ul empty="true" spacing="normal">
        <li> The function of a Router Alert option results in the processing
        that this specification is proposing to eliminate, that is, to instruct
        a router to process the packet in the Control Plane.
        The function of a Router Alert option is an
        instruction to a router to process the packet in the Control Plane
      that results in the concerns discussed in section 4.
      One approach would be to deprecate this, because current usage beyond
        the local network
        appears to be limited, and packets containing Hop-by-Hop options are
        frequently dropped.   Deprecation would allow current implementations
        to continue and its use could be phased out over time.</li>

        <li>The Router Alert option could
        have a potential for use with new functions that have to be processed
        in the Control Plane.  Keeping this as the single exception for
        processing in the Control Plane with the following
        restrictions is a reasonable compromise to allow future flexibility.
        These are compatible with Section 5 of  <xref target="RFC6398"/>.</li>
        </ul>

        <t>
        Implementations of the IP Router Alert option
        SHOULD offer the configuration option to simply ignore the presence
        of "IP Router Alert" in IPv4 and IPv6 packets" <xref target="RFC6398"/>.</t>

        <t>A node that is configured to process a Router Alert option
        MUST protect itself from infrastructure attack
        that could result from processing in the Control Plane. This might include
        some combination of an access control list to only permit this from trusted nodes,
        rate limiting of processing, or other methods <xref target="RFC6398"/>.</t>

        <t>As specified in <xref target="RFC2711"/> the top two bits of Option Type
        for the Router Alert option are always set to "00" indicating the node
        should skip over this option and continue processing the header.
        An implementation SHOULD verify that a Router Alert option contains a
        protocol, as indicated by the Value field in the Router Alert option,
        that is configured as a protocol of interest to that
        router.  A verified packet SHOULD be sent to the Control Plane for further processing
        <xref target="RFC6398"/>.  Otherwise, the router implementation SHOULD forward
        this packet subject to all normal policies and forwarding rules).
        </t>

    </section>  <!-- Router Alert option -->

    <section anchor="CONFIG2" title="Configuration of Hop-by-Hop Option Processing">
        
    <t>A router can be configured to process a specific Option. A
    possible approach to implementing this is to maintain a lookup table 
    based on Option Type of the
    IPv6 options that can be processed at full forwarding rate.
    This would allow a
    router to quickly determine if an option is supported and can be
    processed.   If the option is not supported, then the router processes the option as
    described in <xref target="FAST"/> of this document.</t>

    <!-- This requires the router to examine the first two bits of the option even
    if it does not support the specific option.  A router MUST drop the packet
    if the top two bits of the Option Type field of the first Hop-by-Hop option is
    non-zero as specified in <xref target="FAST"/>.</t>

    <t>@@ GF @@ A router can't be required to drop, if the router can skip the processing, since skipping implies it does not process and hence cannot decide to drop - ought this to be a SHOULD @@ </t> -->

    <t>The actions of the lookup table SHOULD be configurable by the operator of
    the router.</t>
    </section> <!-- Config options -->
    </section><!-- Options -->


</section> <!-- HBH -->

<section anchor="NEW" title="Defining New Hop-by-Hop Options">

    <t>This section updates Section 4.8 of <xref target="RFC8200"/>.</t>
  
    <t>Any new IPv6 Hop-by-Hop option designed in the future should be
    designed to be processed
    at full forwarding rate (e.g., without slowing processing of other packets).
    New Hop-by-Hop options should have the following characteristics:</t>

    <ul spacing="normal">

        <li>New Hop-by-Hop options SHOULD
        be designed to ensure the router can process the options at the full
        forwarding rate. That is, they should be simple to process,
        see <xref target="ONE"/>.
        </li>

        <li>New options SHOULD be defined with the Action type (highest-order 2
        bits of the Option Type) set to 00 to skip over this option and continue
        processing the header if a router does not recognize the option.</li>

        <li>The size of a Hop-by-Hop option SHOULD NOT extend beyond what can be
        expected to be executed at full forwarding rate.  A larger Hop-by-Hop
        Option header can increase the likelihood that that a packet will be
        dropped.</li>

        <li>New Hop-by-Hop options SHOULD be designed expecting that a router
        might be configured to only process a subset of Hop-by-Hop options (e.g., the first) in the
        Hop-by-Hop Options header.</li>

        <li>New Hop-by-Hop options SHOULD be designed expecting that a
	router may drop packets containing the new Hop-by-Hop option.  
        </li>      

    </ul>

    <t>Any new Hop-by-Hop option that is standardized that does not meet
    these criteria MUST include in the specification
    a detailed explanation why this can not be accomplished
    and to show that there is a reasonable expectation
    that the option can be proceed at full forwarding rate.
    This is consistent with <xref target="RFC6564"/>.</t>

    <t>The general issue of robust operation of packets with new
    Hop-by-Hop options is described in <xref target="HOW"/> below.</t>

    <section anchor="HOW" title="Example of Robust Usage">
        <t>Recent measurement
        surveys (e.g., <xref target="Cus23"/>)
        show that packets that include Extension Headers can cause the packets to
        be dropped by some
        Internet paths. In a controlled domain, routers can be configured or updated
        to provide support for any required Hop-by-Hop options.</t>
        <t>The primary motivation of this document is to make it
        more practicable to use Hop-by-Hop options beyond such a single domain, with the
        expectation that applications can improve the
        quality of or add new features to their offered service when
        the path successfully forwards packets with the required Hop-by-Hop options(s),
        and otherwise refrains from using these option(s).
        The focus is on incremental deployability.

        A protocol feature (such as using Hop-by-Hop options) is incrementally
        deployable if early adopters gain some
        benefit over the paths being used, even though other paths do not support the
        protocol feature.
	A Source ought to order the Hop-by-Hop options that are carried
	in the Hop-by-Hop Options header in decreasing order of
        importance for processing by nodes on the path.
	</t>
        
        <t>Methods can be developed that do not rely upon all routers
        to implement a specific Hop-by-Hop option (e.g., <xref target="RFC9268"/>
        , and that are robust when the
        current path drops packets that contain a Hop-by-Hop option (e.g.,
        <xref target="RFC9098"/>).</t>

        <t>For example, an application can be designed to first send
        a test packet(s) that includes the required option, or combination
        of options, and sends other packets without including
        the option. The application then does not send additional
        packets that include this option (or set of options) until the
        test packet(s) is acknowledged.
        The need for potential loss recovery when a path drops
        these test packets can be avoided by choosing packets that do not
        carry application data that needs to be reliably delivered.</t>
        
        <t>Since the set of nodes forming a path can change with time,
        this discovery process ought to be repeated from time-to-time.
        The process of sending packets both with and without a specific
        header to discover whether a path can support a specific header
        is sometimes called "racing" (e.g., transport protocol racing
        is explained in <xref target="I-D.ietf-taps-arch"/>,
        or "A/B protocol feature testing" is described in <xref target="Tram17"/>).</t>

    </section> <!-- HOW -->

</section> <!-- NEW -->

<section anchor="IANA" title="IANA Considerations">

    <t>There are no actions required for IANA defined in this document.</t>
</section>

<section title="Security Considerations" anchor="Security">

    <t>Security issues with including IPv6 Hop-by-Hop options are well known and have
    been documented in several places, including
    <xref target="RFC6398"/>,
    <xref target="RFC6192"/>, <xref target="RFC7045"/> and
    <xref target="RFC9098"/>.   The main issue,
    as noted in <xref target="BACKGROUND"/>, is that
    any mechanism that can be used to force packets into the
    router's Control Plane can be exploited as a denial of service attack on a
    transit router by saturating the resources needed for router management
    (e.g., routing protocols, network management protocols, etc.)
    that may cause the router to fail or perform sub-optimally.
    This is because it has been observed that certain routers
    drop packets that include a Hop-by-Hop Options header.</t>

    <t>While Hop-by-Hop options are not required to be processed in the
    Control Plane, the Router Alert option is designed to do just that.</t>
  
    <t>Some IPv6 nodes implement features that access more of the protocol
    information than a typical IPv6 router (e.g., <xref target="RFC9098"/>).
    Examples are nodes that provide
    DDOS mitigation, Firewall/access control, traffic engineering,
    or traffic normalization. These nodes
    could be configured to drop packets when they are unable to access
    and process all Extension Headers, or are unable to locate and process
    the higher-layer packet information. This document provides guidance
    on the requirements concerning Hop-by-Hop options.</t>

    <t> Finally, the document notes that Internet protocol processing needs to be robust to
    malformed/malicious protocol fields.  This requirement is not specific to
    Hop-by-Hop options. It is important that implementations
    fail gracefully when a malformed or malicious Hop-by-Hop option is encountered.</t>

    <t>This document changes the way the Hop-by-Hop Options header is processed in
    several ways that significantly reduce the attack surface.  These
    changes include:
    </t>

    <ul spacing="normal">
        <li>All Hop-by-Hop options (with one exception) must be processed
        at full forwarding rate. Only one Hop-by-Hop option MUST be processed
        and additional Hop-by-Hop options MAY be processed based on local configuration.</li>

        <li>It adds criteria for the Router Alert option <xref target="RTRALERT"/>
        to allow control over how the Router Alert option is
        processed and that a node configured to support these options must
        protect itself from attacks using the Router Alert option.</li>

        <li>
        The document limited the default number of Hop-by-Hop options that can be included
        in a packet to a single Hop-by-Hop option.
        </li>

        <li>Additional Hop-by-Hop options MAY be included, based on local configuration.
        Although nodes only process these additional Hop-by-Hop options if configured
        to do so.</li>

        <li>The document added restrictions to any future new Hop-by-Hop option that
        limit their size and computational requirements.</li>

    </ul>

    <t>The authors intent is that these changes significantly reduce the
    security issues relating to processing the IPv6 Hop-by-Hop Options header
    and to enable Hop-by-Hop options
    to be safely used in the Internet.</t>

</section>


<section title="Acknowledgments" anchor="Ack">

    <t>Helpful comments were received from Brian Carpenter, Ron Bonica,
    Ole Troan, Mark Heard, Tom Herbert, Cheng Li, Eric Vyncke, Greg
    Mirksy, Xiao Min, Fernando Gont, Darren Dukes, Peng Shuping, Dave
    Thaler, Ana Custura, Tim Winters, Fernando Gont, Jingrong Xie,
    Lorenzo Colitti, Toerless Eckert, Suresh Krishnan, Mikael Abrahamsson,
    and other members of the 6MAN working group.</t>

</section>

 <section anchor="changes" title="Change log [RFC Editor: Please remove]">

     <t>draft-ietf-6man-hbh-processing-10, 2023-September-26:</t>
       <ul spacing="compact">
         <li>Clarifying changes based on comments received during the
	 IPv6 w.g. session at IETF117 from Lorenzo Colitti, Toerless Eckert, and others.</li>
         <li>Clarifying changes based on comments received after the
	 first w.g. last call.</li> 
	 <li>Editorial Changes.</li>
       </ul>

     <t>draft-ietf-6man-hbh-processing-09, 2023-July-4:</t>
       <ul spacing="compact">
         <li>Revised text in <xref target="TERM"/> relating to fast/slow path and processing</li>
	 <li>Restructured <xref target="HBH"/> to separate Hop-by-Hop
	 Options header and Hop-by-Hop options processing and configuration.</li>
         <li>Revised MUST/SHOULD language in <xref target="ONE"/>.</li>
         <li>Revised text to use consistant names for Hop-by-Hop Options
	 header and Hop-by-Hop options.</li>
	 <li>Revised <xref target="ONE"/> regarding the modified behaviour of
	 the action bits "01", "02", and 03" to be a MAY to be consistant
	 with text earlier in that section.</li>
	 <li>Added to <xref target="NEW"/> that new Hop-by-Hop options
	 SHOULD be designed expecting that routers may drop packets with
	 the new option.</li>
	 <li>Added new <xref target="HOW"/> on "Example of Robust Usage".</li>
         <li>Other editorial changes to improve readability and clarity.</li>
        </ul>
             
  <t>draft-ietf-6man-hbh-processing-08, 2023-April-30:</t>
  <ul spacing="compact">
      <li>Changed document that is no longer updates <xref
      target="RFC7045"/>, it now clarifies it using the language of BCP 14.
      </li>
      <li>Added additional clarification to  <xref target="BACKGROUND"/>.</li>
      <li>Editorial changes</li>
    </ul>

  <t>draft-ietf-6man-hbh-processing-07, 2023-April-6:</t>
  <ul spacing="compact">
      <li>Changed text to clarify how hosts and routers process the
      Hop-by-Hop Options header based on comments at 6MAN session at IETF 116.
      </li>
      <li>Editorial changes</li>
    </ul>
    
  <t>draft-ietf-6man-hbh-processing-06, 2023-March-11:</t>
  <ul spacing="compact">
      <li>Added reference to RFC6564.</li>
      <li>Editorial changes</li>
    </ul>

  <t>draft-ietf-6man-hbh-processing-05, 2023-February-23:</t>
  <ul spacing="compact">
      <li>Clarified text in <xref target="NEW"/> about processing
      complexity and time to process.</li>
      <li>Added a definition to <xref target="TERM"/> for "Full
      Forwarding Rate".</li>
      <li>Added text to <xref target="FAST"/> about nodes that do not
      process the Hop-by-Hop Options header.</li>
      <li>Added text to <xref target="BACKGROUND"/> about slow path processing
      can cause packets to be deliver out of order to the destination.</li>
      <li>Editorial changes</li>
    </ul>
    
  <t>draft-ietf-6man-hbh-processing-04, 2022-October-21:</t>
    <ul spacing="compact">
      <li>Add a paragraph to  <xref target="BACKGROUND"/> that describes the
      relationship to  <xref target="RFC7045"/> "Transmission and Processing of IPv6
      Extension Headers".</li>
      <li>Change that this draft updates section 2.2 of <xref target="RFC7045"/>.
      </li>
    </ul>
    
  <t>draft-ietf-6man-hbh-processing-03, 2022-October-12:</t>
    <ul spacing="compact">
      <li>Changed in <xref target="FAST"/> to have router skip over options if can't
      process at full forwarding rate.</li>
      <li>Added to <xref target="NEW"/> that new options should be
      defined with action type set to 00.</li>
    </ul>

  <t>draft-ietf-6man-hbh-processing-02, 2022-August-23:</t>
    <ul spacing="compact">
      <li>Several clarification and editorial changes suggested by a review
      by Peng Shuping.</li>
      <li>Editorial changes.</li>
      <li>Revised text relating to fast/slow path and processing
      rates.</li>
      <li>Revised the third paragraph in <xref target="CONFIG"/> to be clearer.</li>
      <li>Revised text in Security section based on comments from Fernando Gont.</li>
    </ul>
    
  <t>draft-ietf-6man-hbh-processing-01, 2022-June-15:</t>

    <ul spacing="compact">
      <li>Fixed typo in last paragraph of <xref target="FAST"/> </li>
      <li>Revised text in <xref target="BACKGROUND"/> to reflect
      constraints on publishing RFC8200. </li>
      <li>Changed text in  <xref target="NEW"/> that new options
      SHOULD NOT (from MUST NOT) be defined that require that are not
      expected to be excepted at full forwarding rates.</li>
      <li>Added reference to RFC7872 in <xref target="BACKGROUND"/>.</li>
      <li>Added text to <xref target="INTRO"/> that the focus of this
      document is to set a minimum bound on the number of Hop-by-Hop
      options a node should process.</li>
      <li>Added text to  <xref target="BACKGROUND"/> that the authors
      some Hop-by-Hop options will be supported Internet wide, and
      others only in limited domains.</li>


      <li>Editorial changes.</li>
</ul>

  <t>draft-ietf-6man-hbh-processing-00, 2022-January-29:</t>

    <ul spacing="compact">
      <li>6MAN Working Group Draft</li>
      <li>Reworked text to talk about processing Hop-by-Hop options at full
      forwarding rates, instead of "fast path"</li>
      <li>Revised <xref target="NEW"/> "New Hop-by-Hop options" to allow variable sized Hop-by-Hop
      options, remove specific length requirements, and other clarifications.
      </li>
      <li>Editorial changes.</li>
    </ul>
        

  <t>draft-hinden-6man-hbh-processing-01, 2021-June-2:</t>

    <ul spacing="compact">
    <li>Expanded terminology section to include Forwarding Plane and
        Control Plane.</li>
    <li>Changed draft that only one Hop-by-Hop option MUST be processed and
    additional Hop-by-Hop options MAY be processed based on local
        configuration.</li>
    <li>Clarified that all Hop-by-Hop options (with one exception) must be
        processed on the Fast Path.</li>
    <li>Kept the Router Alert option as the single exception for Slow
    Path processing.</li>
    <li>Rewrote and expanded section on New Hop-by-Hop options.</li>
    <li>Removed requirement for Hop-by-Hop option size and alignment.</li>
    <li>Removed sections evaluating currently defined Hop-by-Hop options.</li>
    <li>Added content to the Security Considerations section.</li>
    <li>Added people to the acknowledgements section.</li>
    <li>Numerous editorial changes</li>
    </ul>


   <t>draft-hinden-6man-hbh-processing-00, 2020-Nov-29:</t>

   <ul spacing="compact">
      <li>Initial draft.</li>
   </ul>

      
 </section>

</middle>

<back>

  <references>
      <name>Normative References</name>

       <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8200.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml"/>
        <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml"/>

        <reference anchor="IANA-HBH"
       target="https://www.iana.org/assignments/ipv6-parameters/ipv6-parameters.xhtml#ipv6-parameters-2">
          <front>
            <title>Destination Options and Hop-by-Hop Options</title>
            <author/>
            <date/>
          </front>
        </reference>

    </references>
  
  <references>
     <name>Informative References</name>

        <reference anchor="IANA-RA"
       target="https://www.iana.org/assignments/ipv6-routeralert-values/ipv6-routeralert-values">
          <front>
            <title>IPv6 Router Alert Option Values</title>
            <author/>
            <date/>
          </front>
        </reference>

    <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.1883.xml"/>
    <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2460.xml"/>
    <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2711.xml"/>
    <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6398.xml"/>
    <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6192.xml"/>
    <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.6564.xml"/>
    <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7045.xml"/>
    <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7872.xml"/>
    <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.9098.xml"/>
    <xi:include href="https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.9268.xml"/>
    <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-6man-eh-limits.xml"/>
    <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-v6ops-hbh.xml"/>
    <xi:include href="https://xml2rfc.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-taps-arch.xml"/>

   <reference anchor="Hendriks" target="http://dl.ifip.org/db/conf/tma/tma2017/tma2017_paper22.pdf">
       <front>
          <title>Threats and Surprises behind IPv6 Extension Headers</title>
          <author initials="L" surname="Hendriks" fullname="Luuk Hendriks">
           <organization>University of Twente</organization>
            </author>
          <author initials="P" surname="Velan" fullname="Petr Velan">
           <organization>University of Twente</organization>
            </author>
          <author initials="RO" surname="Schmidt" fullname="Ricardo de O. Schmidt">
           <organization>University of Twente</organization>
            </author>
          <author initials="P" surname="Boer" fullname="Pieter-Tjerk de Boer">
           <organization>University of Twente</organization>
            </author>
          <author initials="A" surname="Aiko" fullname="Aiko Pras">
           <organization>University of Twente</organization>
            </author>
            <date month="August" year="2017" />
        </front>
        <seriesInfo name="" value="" />
        <refcontent></refcontent>
   </reference>

   <reference anchor="Tram17" target="https://irtf.org/anrw/2017/anrw17-final16.pdf">
       <front>
          <title>Tracking Transport-Layer Evolution with PATH Spider</title>
          <author initials="B" surname="Trammell" fullname="Brian Trammell">
          </author>
          <author initials="M" surname="Kuehlewind" fullname="Mirja Kuehlewind">
          </author>
          <author initials="P" surname="De Vaere" fullname="Piet De Vaere">
          </author>
          <author initials="IR" surname="Learmonth" fullname="Iain Learmonth ">
          </author>
          <author initials="G" surname="Fairhurst" fullname="Gorry Fairhurst">
          </author>
            <date month="July" year="2017" />
        </front>
        <seriesInfo name="ANRW" value="" />
        <refcontent></refcontent>
   </reference>
   
   <reference anchor="Cus23" target="http://www.iepg.org/2023-03-26-ietf116/eh.pdf">
       <front>
          <title>Internet Measurements: IPv6 Extension Header Edition</title>
          <author initials="A" surname="Custura" fullname="Ana Custura ">
          </author>
          <author initials="G" surname="Fairhurst" fullname="Gorry Fairhurst">
          </author>
            <date month="March" year="2023" />
        </front>
        <seriesInfo name="IEPG, IETF-116" value="" />
        <refcontent></refcontent>
   </reference>

</references>

</back>

</rfc>
