Merge remote branch 'xfrm: Introduce direction attribute for SA'
authorSteffen Klassert <steffen.klassert@secunet.com>
Thu, 2 May 2024 08:05:11 +0000 (10:05 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Thu, 2 May 2024 08:05:11 +0000 (10:05 +0200)
commitdcf280ea0aad87e70ef1646d579d11f8a52f8b67
treeda0e570b3e383fa17234a4a210a43d7c492b4000
parentaeb48a428d7dbe636203ae892e981bcc3e2ac042
parent451b509678978250702bd833c69276e70531f07a
Merge remote branch 'xfrm: Introduce direction attribute for SA'

Antony Antony says:

====================
Inspired by the upcoming IP-TFS patch set, and confusions experienced in
the past due to lack of direction attribute on SAs, add a new direction
"dir" attribute. It aims to streamline the SA configuration process and
enhance the clarity of existing SA attributes.

This patch set introduces the 'dir' attribute to SA, aka xfrm_state,
('in' for input or 'out' for output). Alsp add validations of existing
direction-specific SA attributes during configuration and in the data
path lookup.

This change would not affect any existing use case or way of configuring
SA. You will notice improvements when the new 'dir' attribute is set.
====================

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>