]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'xfrm: fix uapi for the default policy'
authorSteffen Klassert <steffen.klassert@secunet.com>
Fri, 17 Sep 2021 06:58:24 +0000 (08:58 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 17 Sep 2021 07:02:30 +0000 (09:02 +0200)
commitb2f2ba05475ee016b32c5c136d28f46383cf4b02
tree56f3ae60c2f50b6dc0d00c0bf3b7b148147b3fce
parent89eb7c9e30bb6affb91ac651a7627d217c0076d1
parent4a92457d028356b3c31fd4355f7e783d103ac24e
Merge branch 'xfrm: fix uapi for the default policy'

Nicolas Dichtel says:

====================
This feature has just been merged after the last release, thus it's still
time to fix the uapi.
As stated in the thread, the uapi is based on some magic values (from the
userland POV).
Here is a proposal to simplify this uapi and make it clear how to use it.
The other problem was the notification: changing the default policy may
radically change the packets flows.

v2 -> v3: rebase on top of ipsec tree

v1 -> v2: fix warnings reported by the kernel test robot
====================

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