bugzilla-daemon@bugzilla.netfilter.org
2005-Aug-05  04:37 UTC
[Bug 94] Limit match not working on sparc64
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=94
kent@cpttm.org.mo changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
------- Additional Comments From kent@cpttm.org.mo  2005-08-05 04:37 MET -------
iptables v1.2.11 still has this problem for kernel 2.6.8-2-sparc64 on my Sun
Blade 100.
cladms003:~# iptables -L logdrop -n
Chain logdrop (1 references)
target     prot opt source               destination
LOG        all  --  0.0.0.0/0            172.18.17.2         LOG flags 0 level 4
DROP       all  --  0.0.0.0/0            0.0.0.0/0
cladms003:~# iptables -A logdrop -m limit --limit 3/hour -j LOG
iptables: Invalid argument
-- 
Configure bugmail:
https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.