[Bug 94] Limit match not working.

bugzilla-daemon@netfilter.org bugzilla-daemon@netfilter.org
Sat, 31 May 2003 23:21:40 +0200


https://bugzilla.netfilter.org/cgi-bin/bugzilla/show_bug.cgi?id=94

laforge@netfilter.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|major                       |normal
          Component|netfilter hooks             |ip_tables (kernel)



------- Additional Comments From laforge@netfilter.org  2003-05-31 23:21 -------
Yes, this is a known issue. The reason is that the author of ipt_limit.c stores
a pointer (master) inside the matchinfo structure.  That pointer is 64bit in the
kernel and 32bit in userspace, this is why the structure sizes differ and you
receive an invalid argument error.

This is not an excuse, I'm just trying to explain what's going on - maybe
somebody else wants to pick this up and fix it.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.