Comment 4 for bug 512131

Revision history for this message
Loïc Minier (lool) wrote :

I had nothing similar in /lib/ufw/user6.rules and in /lib/ufw/user.rules I had:
### END RULES ###
-A ufw-user-limit -m limit --limit 3/minute -j LOG --log-prefix "[UFW LIMIT BLOCK] "
-A ufw-user-limit -j REJECT
-A ufw-user-limit-accept -j ACCEPT
COMMIT

I just dropped the -j LOG one, ran ufw reload, and ufw show raw | grep 'LIMIT BLOCK' doesn't return anything anymore.

(This is on karmic.)