summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorLeon Romanovsky <leonro@nvidia.com>2022-12-12 09:54:05 +0200
committerDavid Ahern <dsahern@kernel.org>2022-12-14 09:02:29 -0700
commita6e740ff406cf09ba7574293a2716edb714a8696 (patch)
tree3d08af4930cef202a752a17d4a0721b0ad36a1a7 /man
parentbdd19b1edec44c00c968950301074734cee54cab (diff)
downloadiproute2-a6e740ff406cf09ba7574293a2716edb714a8696.tar.gz
xfrm: add packet offload mode to xfrm state
Allow users to configure xfrm states with packet offload type. Packet offload mode: ip xfrm state offload packet dev <if-name> dir <in|out> Crypto offload mode: ip xfrm state offload crypto dev <if-name> dir <in|out> ip xfrm state offload dev <if-name> dir <in|out> The latter variant configures crypto offload mode and is needed to provide backward compatibility. Signed-off-by: Leon Romanovsky <leonro@nvidia.com> Signed-off-by: David Ahern <dsahern@kernel.org>
Diffstat (limited to 'man')
-rw-r--r--man/man8/ip-xfrm.81
1 files changed, 1 insertions, 0 deletions
diff --git a/man/man8/ip-xfrm.8 b/man/man8/ip-xfrm.8
index 4243a023..a65cfa5f 100644
--- a/man/man8/ip-xfrm.8
+++ b/man/man8/ip-xfrm.8
@@ -66,6 +66,7 @@ ip-xfrm \- transform configuration
.RB "[ " if_id
.IR IF-ID " ]"
.RB "[ " offload
+.RB "[ " crypto | packet " ]"
.RB dev
.IR DEV "
.RB dir