Hi, i'm playing around with ipset and i'm adding two new options. The one is the possibility to add a timeout to a existing timeout value and the other one is to compare the timeouts of two sets. The second also gets a threshold value to return true or false for a match. I got it working for several testcases, but still not finished. I'm just asking if there is any interest in these featueres. I already wrote the first idea to Josef and he did put it on the feature request list. The new options look like this: 1. Addition example on the Target: iptables -A INPUT -p tcp --dport 22 -m state --state NEW -j SET --add-set firstset src,src --timeout 4000 --exist --addition with this option the existing timeout for this source in the "firstset" set is now 4000 more seconds long. The "--addition" flag forces ipset to increase the timeout instead of replacing it. 2. Compare example of the match: iptables -A INPUT -m set --compare-set firstset src,src secondsec --threshold 1000 So the match is true if the source is in both sets and the timeout difference between the two entries is greater then 1000 seconds. So if there is anyone interested in this i will publish the sourcecode here, although it's far from perfect and i'm totally new to this :) Nevertheless i will work on this and i will also test around with ipset more. Greetings -- Andreas Herz -- To unsubscribe from this list: send the line "unsubscribe netfilter" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html