diff options
author | Patrick McHardy <kaber@trash.net> | 2009-01-19 15:19:39 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-24 16:41:45 -0800 |
commit | c2ef76b4adfbb9439e0d9abad8903404f1e884c3 (patch) | |
tree | 7a3deb002b0f4741db05d0fa4383937d49c25793 /lib | |
parent | 7c339b03453255c1544fc9785588a559efdcbad5 (diff) |
netfilter: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian
Upstream commit 71320af:
An old bug crept back into the ICMP/ICMPv6 conntrack protocols: the timeout
values are defined as unsigned longs, the sysctl's maxsize is set to
sizeof(unsigned int). Use unsigned int for the timeout values as in the
other conntrack protocols.
Reported-by: Jean-Mickael Guerin <jean-mickael.guerin@6wind.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions