|
|
4aca6e |
From ef6fe92876cf6b9a572457896bb8c420a0cceba4 Mon Sep 17 00:00:00 2001
|
|
|
4aca6e |
From: Phil Sutter <psutter@redhat.com>
|
|
|
4aca6e |
Date: Mon, 27 Mar 2017 13:11:34 +0200
|
|
|
4aca6e |
Subject: [PATCH] man: update doc after support of ESN and anti-replay window
|
|
|
4aca6e |
|
|
|
4aca6e |
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1425059
|
|
|
4aca6e |
Upstream Status: iproute2.git commit eeb669a7403cb
|
|
|
4aca6e |
|
|
|
4aca6e |
commit eeb669a7403cbca859070aaed6f1a55131d75627
|
|
|
4aca6e |
Author: Nicolas Dichtel <nicolas.dichtel@6wind.com>
|
|
|
4aca6e |
Date: Thu Oct 30 01:18:48 2014 -0700
|
|
|
4aca6e |
|
|
|
4aca6e |
man: update doc after support of ESN and anti-replay window
|
|
|
4aca6e |
|
|
|
4aca6e |
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
|
|
|
4aca6e |
---
|
|
|
4aca6e |
man/man8/ip-xfrm.8 | 9 +++++++--
|
|
|
4aca6e |
1 file changed, 7 insertions(+), 2 deletions(-)
|
|
|
4aca6e |
|
|
|
4aca6e |
diff --git a/man/man8/ip-xfrm.8 b/man/man8/ip-xfrm.8
|
|
|
4aca6e |
index aa04804..11f7104 100644
|
|
|
4aca6e |
--- a/man/man8/ip-xfrm.8
|
|
|
4aca6e |
+++ b/man/man8/ip-xfrm.8
|
|
|
4aca6e |
@@ -43,6 +43,10 @@ ip-xfrm \- transform configuration
|
|
|
4aca6e |
.IR SEQ " ]"
|
|
|
4aca6e |
.RB "[ " replay-oseq
|
|
|
4aca6e |
.IR SEQ " ]"
|
|
|
4aca6e |
+.RB "[ " replay-seq-hi
|
|
|
4aca6e |
+.IR SEQ " ]"
|
|
|
4aca6e |
+.RB "[ " replay-oseq-hi
|
|
|
4aca6e |
+.IR SEQ " ]"
|
|
|
4aca6e |
.RB "[ " flag
|
|
|
4aca6e |
.IR FLAG-LIST " ]"
|
|
|
4aca6e |
.RB "[ " sel
|
|
|
4aca6e |
@@ -140,7 +144,8 @@ ip-xfrm \- transform configuration
|
|
|
4aca6e |
|
|
|
4aca6e |
.ti -8
|
|
|
4aca6e |
.IR FLAG " :="
|
|
|
4aca6e |
-.BR noecn " | " decap-dscp " | " nopmtudisc " | " wildrecv " | " icmp " | " af-unspec " | " align4
|
|
|
4aca6e |
+.BR noecn " | " decap-dscp " | " nopmtudisc " | " wildrecv " | " icmp " | "
|
|
|
4aca6e |
+.BR af-unspec " | " align4 " | " esn
|
|
|
4aca6e |
|
|
|
4aca6e |
.ti -8
|
|
|
4aca6e |
.IR SELECTOR " :="
|
|
|
4aca6e |
@@ -498,7 +503,7 @@ and inbound trigger
|
|
|
4aca6e |
.I FLAG-LIST
|
|
|
4aca6e |
contains one or more of the following optional flags:
|
|
|
4aca6e |
.BR noecn ", " decap-dscp ", " nopmtudisc ", " wildrecv ", " icmp ", "
|
|
|
4aca6e |
-.BR af-unspec ", or " align4 "."
|
|
|
4aca6e |
+.BR af-unspec ", " align4 ", or " esn "."
|
|
|
4aca6e |
|
|
|
4aca6e |
.TP
|
|
|
4aca6e |
.IR SELECTOR
|
|
|
4aca6e |
--
|
|
|
4aca6e |
1.8.3.1
|
|
|
4aca6e |
|