summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ip_set.h
Commit message (Collapse)AuthorAgeFilesLines
* libxt_set: new revision addedJozsef Kadlecsik2010-06-161-498/+0
| | | | | | | | | | | | | | 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
* Remove support for compilation of conditional extensionsJan Engelhardt2008-04-151-0/+498