Bug#448428: fail2ban: unnecessary lookups for action command

2007-10-29 Thread Yaroslav Halchenko
Hi Stephen, version in testing/unstable already had check action changed to actioncheck = iptables -n -L INPUT | grep -q fail2ban- -n was present there for a while (check changelog) this line is superior to checking just fail2ban- chain because, if chain exists -- checking just that one would al

Bug#448428: fail2ban: unnecessary lookups for action command

2007-10-28 Thread Stephen Gran
Package: fail2ban Version: 0.7.5-2 Severity: minor Hi there, This is really more of an optimization thing that anything, and is not all that important. Currently, fail2ban does iptables -L | grep fail2ban- There are two issues I have with this, both admittedly minor: This causes rdns lookups