xfrm: fix XFRMA_OUTPUT_MARK policy entry
authorMichal Kubecek <mkubecek@suse.cz>
Wed, 29 Nov 2017 17:23:56 +0000 (18:23 +0100)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 1 Dec 2017 05:50:30 +0000 (06:50 +0100)
commite719135881f00c01ca400abb8a5dadaf297a24f9
treef3d9dc4b75db434db44f30056695ff46a04aeb15
parent6a53b7593233ab9e4f96873ebacc0f653a55c3e1
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>
net/xfrm/xfrm_user.c