History log of /external/iptables/extensions/libxt_set.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
aeb8af909befedbfc85e9f184471b219e4ea191a 09-Apr-2011 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> Fix set match/target direction parser

The direction parser did not catch when more src/dst direction
parameters were supplied than allowed.
/external/iptables/extensions/libxt_set.h
d40f1628c3717daebc437a398a285e371b5b6f7f 16-Jun-2010 Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> libxt_set: new revision added

libipt_set renamed to libxt_set and the support for the forthcoming
ipset release added. I have tested backward (IPv4) and forward
compatibility (IPv4/IPv6):

ipset -N test iphash
ipset -A test test-address
iptables -N test-set
iptables -A test-set -j LOG --log-prefix "match "
iptables -A test-set -j DROP
iptables -A OUTPUT -m set --match-set test dst -j test-set
ping test-address
/external/iptables/extensions/libxt_set.h