diff options
author | Eric Dumazet <dada1@cosmosbay.com> | 2009-02-24 15:30:29 +0100 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2009-02-24 15:30:29 +0100 |
commit | 28337ff5438a640afa713d874d076e3a8a9150da (patch) | |
tree | 4a5f0558d780f938802e55e729f29da7987e4ca5 /net/ipv6 | |
parent | d060ffc1840e37100628f520e66600c5ae483b44 (diff) |
netfilter: xt_hashlimit fix
Commit 784544739a25c30637397ace5489eeb6e15d7d49
(netfilter: iptables: lock free counters) broke xt_hashlimit netfilter module :
This module was storing a pointer inside its xt_hashlimit_info, and this pointer
is not relocated when we temporarly switch tables (iptables -L).
This hack is not not needed at all (probably a leftover from
ancient time), as each cpu should and can access to its own copy.
Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv6')
0 files changed, 0 insertions, 0 deletions