Ky6uk 03.04.2011 18:58 desu

for example:

table filter {
chain INPUT {
proto tcp dport ssh mod state state NEW @subchain "SSH" {
mod recent update seconds 300 hitcount 5 DROP;
mod recent set NOP;
}
}
}

Do you really want to delete ?