Skip to content

Commit 63eeb89

Browse files
committed
eesp.org : make sequence number mandatory
Follow up of the previous patch.
1 parent e99fae0 commit 63eeb89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eesp.org

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ alignment for IPv6 packet.
306306
** Peer Header
307307

308308
The ~Peer Header~ follows the ~Base Header~ and ~Options~ field.
309-
The ~Peer Header~ containing an optional ~Sequence Number~ and an
309+
The ~Peer Header~ containing a ~Sequence Number~ and an
310310
optional ~Initialization Vector~, and the format is shown below.
311311
The Peer Header is private to the IPsec peers, middleboxes MUST
312312
NOT act upon the Peer Header fields.
@@ -559,7 +559,7 @@ packet format for use with IPv4 or IPv6 Tunnel Mode when the
559559
~ Options (variable, optional) ~
560560
| |
561561
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
562-
| Sequence Number (optional) |
562+
| Sequence Number |
563563
| |
564564
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
565565
| IV* (optional) |
@@ -593,7 +593,7 @@ packet format for use with IPv4 or IPv6 Tunnel Mode when the
593593
~ Options (variable, optional) ~
594594
| |
595595
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
596-
| Sequence Number (optional) |
596+
| Sequence Number |
597597
| |
598598
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
599599
| IV* (optional) |
@@ -640,7 +640,7 @@ processing details are described in later sections.
640640
|---------------------+------------+-----------+----------------+--------------+------------|
641641
| Base Header | 8 | M | | Y | plain |
642642
| Options | variable | O | | Y | plain |
643-
| Sequence Number | 8 | O | | Y | plain |
643+
| Sequence Number | 8 | M | | Y | plain |
644644
| IV | variable | O | | Y | plain |
645645
| Payload Info Hdr[4] | 4 | O | Y | Y | cipher [3] |
646646
| Payload [2] | variable | M | Y | Y | cipher [3] |

0 commit comments

Comments
 (0)