Internet-Draft | HBH Options Processing | July 2023 |
Hinden & Fairhurst | Expires 5 January 2024 | [Page] |
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.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 5 January 2024.¶
Copyright (c) 2023 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
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 [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.¶
The current list of defined Hop-by-Hop options can be found at [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 [I-D.ietf-6man-eh-limits].¶
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 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
This document uses the following loosely defined terms:¶
NOTE: [RFC6192] is an example of how designs can separate control plane and forwarding plane functions. The separation between hardware and software processing described in [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.¶
In the first versions of the IPv6 specification [RFC1883] and [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:¶
[RFC6564] specified a uniform format for new IPv6 Extension Headers. It updated [RFC2460] and this update was incorporated into Section 4.8 of [RFC8200].¶
When the IPv6 Specification was updated and published in July 2017 as [RFC8200], the procedures relating to Hop-by-Hop options were as follows:¶
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.¶
The text regarding processing of Hop-by-Hop options in [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 [RFC8200]). This was a constraint on publishing the IPv6 specification as an IETF Standard.¶
The main issues remain:¶
Section 3 of RFC 6398 includes a summary of processing the IP Router Alert Option:¶
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, [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 [I-D.ietf-v6ops-hbh].¶
"Transmission and Processing of IPv6 Extension Headers" [RFC7045] clarified how intermediate nodes should process Extension Headers. This document is generally consistent with [RFC7045], and was considered when [RFC2460] was updated and was itself replaced by [RFC8200]. This document updates [RFC8200] as described in the next section and consequently clarifies the description in Section 2.2 of [RFC7045], using the language of BCP 14 [RFC2119] [RFC8174].¶
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).¶
This section describes several changes to [RFC8200].¶
When a packet includes one or more Extension Headers, the Next Header field of the IPv6 Header does not identify the transport protocol.¶
The Extension Header used to carry Hop-by-Hop options is defined in Section 4.3 of [RFC8200] and is identified by a Next Header value of 0 in the IPv6 header. Section 4.1 of [RFC8200] requires this Hop-by-Hop Options header to appear immediately after the IPv6 header. [RFC8200] also requires that a Hop-by-Hop Options header can only appear once in a packet.¶
The Hop-by-Hop Options Header as defined in [RFC8200] can contain one or more Hop-by-Hop options. This document updates [RFC8200]:¶
Routers SHOULD process the Hop-by-Hop Options header. If a router does not process the Hop-by-Hop Options header, it MUST forward the packet normally (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.¶
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 [I-D.ietf-6man-eh-limits].¶
Section 4 of [RFC8200] allows a router to control its processing of IPv6 Hop-by-Hop options by local configuration. The text is:¶
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. 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.¶
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 Section 6.1). A Source MAY, based on local configuration, include more than one Hop-by-Hop option [I-D.ietf-6man-eh-limits], but might wish to restrict the size to increase the likelihood of successful transfer across a network path.¶
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.¶
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".¶
If configured to not support further Hop-by-Hop options, 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.¶
The Router Alert option [RFC2711] is an exception that can result in processing in the Control Plane, see Section 5.2.1.¶
Section 4.2 of [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:¶
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.¶
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:¶
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.¶
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 can 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.¶
The purpose of the Router Alert option [RFC2711] is to tell a router that the packet needs additional processing in the Control Plane.¶
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 [IANA-RA].¶
DISCUSSION¶
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" [RFC6398].¶
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 [RFC6398].¶
As specified in [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 [RFC6398]. Otherwise, the router implementation SHOULD forward this packet subject to all normal policies and forwarding rules).¶
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 Section 5.1 of this document.¶
The actions of the lookup table SHOULD be configurable by the operator of the router.¶
This section updates Section 4.8 of [RFC8200].¶
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:¶
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 [RFC6564].¶
The general issue of robust operation of packets with new Hop-by-Hop options is described in Section 6.1 below.¶
Recent measurement surveys (e.g., [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.¶
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.¶
Methods can be developed that do not rely upon all routers to implement a specific Hop-by-Hop option (e.g., [RFC9268] , and that are robust when the current path drops packets that contain a Hop-by-Hop option (e.g., [RFC9098]).¶
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.¶
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 [I-D.ietf-taps-arch], or "A/B protocol feature testing" is described in [Tram17]).¶
There are no actions required for IANA defined in this document.¶
Security issues with including IPv6 Hop-by-Hop options are well known and have been documented in several places, including [RFC6398], [RFC6192], [RFC7045] and [RFC9098]. The main issue, as noted in Section 4, 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.¶
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.¶
Some IPv6 nodes implement features that access more of the protocol information than a typical IPv6 router (e.g., [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.¶
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.¶
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:¶
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.¶
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, and other members of the 6MAN working group.¶
draft-ietf-6man-hbh-processing-09, 2023-July-4:¶
draft-ietf-6man-hbh-processing-08, 2023-April-30:¶
draft-ietf-6man-hbh-processing-07, 2023-April-6:¶
draft-ietf-6man-hbh-processing-06, 2023-March-11:¶
draft-ietf-6man-hbh-processing-05, 2023-February-23:¶
draft-ietf-6man-hbh-processing-04, 2022-October-21:¶
draft-ietf-6man-hbh-processing-03, 2022-October-12:¶
draft-ietf-6man-hbh-processing-02, 2022-August-23:¶
draft-ietf-6man-hbh-processing-01, 2022-June-15:¶
draft-ietf-6man-hbh-processing-00, 2022-January-29:¶
draft-hinden-6man-hbh-processing-01, 2021-June-2:¶
draft-hinden-6man-hbh-processing-00, 2020-Nov-29:¶