UPSTREAM: xfrm: fix XFRMA_OUTPUT_MARK policy entry
authorMichal Kubecek <mkubecek@suse.cz>
Wed, 29 Nov 2017 17:23:56 +0000 (18:23 +0100)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:24:00 +0000 (20:24 +0300)
commitc7dda2ba7159b8178a871558b8b1ccf5d275ff95
treea1fb9737e36f83c662e578fafa93d7f9c31843b2
parent0b31d4a84d1f4457578feaaafadbb76b847c4eca
UPSTREAM: xfrm: fix XFRMA_OUTPUT_MARK policy entry

This seems to be an obvious typo, NLA_U32 is type of the attribute, not its
(minimal) length.

Fixes: 077fbac405bf ("net: xfrm: support setting an output mark.")
Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
(cherry picked from commit e719135881f00c01ca400abb8a5dadaf297a24f9)
Signed-off-by: Benedict Wong <benedictwong@google.com>
Bug: 113046120
Change-Id: I4c1a8de03febfa246b99c7eb67d77f74a1e3ba93
net/xfrm/xfrm_user.c