@@ -30,13 +30,12 @@ This document describes the Enhanced Encapsulating Security Payload
3030Security Payload (ESP) protocol. It is designed to modernize and
3131overcome limitations in the ESP protocol.
3232
33- EESP adds Session IDs (e.g., to support CPU pinning), changes some
34- previously mandatory fields to optional,
35- and moves the ESP trailer into the EESP header. Additionally, EESP
36- adds header options adapted from IPv6 to allow for future extension.
37- New header options are defined which add Flow IDs (e.g., for CPU
38- pinning and QoS support based on the inner traffic flow), and a
39- crypt-offset to allow for exposing inner flow information for
33+ EESP adds Session IDs (e.g., to support CPU pinning and QoS support
34+ based on the inner traffic flow), changes some previously mandatory
35+ fields to optional, and moves the ESP trailer into the EESP header.
36+ Additionally, EESP adds header options adapted from IPv6 to allow
37+ for future extension. New header options are defined which add Flow IDs
38+ and a crypt-offset to allow for exposing inner flow information for
4039middlebox use.
4140
4241#+end_abstract
@@ -59,8 +58,8 @@ Identifier, called Network Identifier (VNI) there. PSP also defines a
5958Crypt Offset to expose parts of the headers of the inner packet.
6059EESP provides a solution for all the aforementioned use cases.
6160
62- This document defines Flow Identifier Options and a Crypt Offset Option
63- along with a Session ID .
61+ This document defines a Session ID and a Crypt Offset Option
62+ along with a generic Flow Identifier Option .
6463Future documents can define the meaning of additional Options
6564for their particular use-case. With this, all existing and potential new
6665use cases can be covered. For instance, it can be
@@ -965,7 +964,7 @@ be employed.
965964
966965*** Layer 4 Encapsulation Modes
967966
968- Layer 4 Encapsulation Modes are transport mode and BEET mode.
967+ Layer 4 Encapsulation Modes are transport mode and BEET mode.
969968Layer 4 Encapsulation Modes
970969distinguish from tunnel mode on the position of the EESP
971970header in the packet. On Layer 4 Encapsulation Modes the
0 commit comments