summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_set.h
Commit message (Collapse)AuthorAgeFilesLines
* include: refresh include files from kernel 3.1-rc3Jan Engelhardt2011-08-311-70/+11
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* SET target revision 2 addedJozsef Kadlecsik2011-04-171-3/+17
| | | | | | | | | The new revision of the SET target supports the following new operations - specifying the timeout value of the entry to be added - flag to instruct the kernel that if the entry already exists then reset the timeout value to the specified one (or to the default from the set definition)
* libxt_set: new revision addedJozsef Kadlecsik2010-06-161-0/+110
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