Skip to content

Commit 7b46514

Browse files
committed
Some minor fixes.
1 parent 2384718 commit 7b46514

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

eesp.org

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ This document describes the Enhanced Encapsulating Security Payload
3030
Security Payload (ESP) protocol. It is designed to modernize and
3131
overcome 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
4039
middlebox use.
4140

4241
#+end_abstract
@@ -59,8 +58,8 @@ Identifier, called Network Identifier (VNI) there. PSP also defines a
5958
Crypt Offset to expose parts of the headers of the inner packet.
6059
EESP 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.
6463
Future documents can define the meaning of additional Options
6564
for their particular use-case. With this, all existing and potential new
6665
use 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.
969968
Layer 4 Encapsulation Modes
970969
distinguish from tunnel mode on the position of the EESP
971970
header in the packet. On Layer 4 Encapsulation Modes the

0 commit comments

Comments
 (0)