]> git.karo-electronics.de Git - karo-tx-linux.git/commit
XFRM: AUDIT: Fix flowlabel text format ambibuity.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Sun, 27 Apr 2008 05:24:10 +0000 (22:24 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 15 May 2008 14:50:00 +0000 (07:50 -0700)
commitb0af3e580c2d2213dad67075d55f980ebbad29dc
tree927f95013bf78e8d2e809dcb275d4221e2e2d6ae
parent45fa78357eab3287b5c39f2d983b91150b3f4bd8
XFRM: AUDIT: Fix flowlabel text format ambibuity.

[ Upstream commit: 27a27a2158f4fe56a29458449e880a52ddee3dc4 ]

Flowlabel text format was not correct and thus ambiguous.
For example, 0x00123 or 0x01203 are formatted as 0x123.
This is not what audit tools want.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/xfrm/xfrm_state.c