
azez at ufomechanic
Feb 20, 2006, 8:12 AM
Views: 689
Permalink
|
This patch fixes the previously mentioned bug in ipt_recent and adds: --lt n # check less than n items in list --gt n # checks more than n items in list --eq n # check exactly n items in list Which can be prefixed with ! to invert. These preconditions are checked before any other conditions in ipt_recent, and their failure will prevent any other actions or checks from being considered. Thus it is possible to make decisions based on the size of the ipt_recent list (number of IP addresses in it). iptables.recent.patch is the userland patch ipt_recent.patch is a patch on kernel 2.6.11.7 Sam
|