summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_set.h
Commit message (Collapse)AuthorAgeFilesLines
* libxt_set: new revision addedJozsef Kadlecsik2010-06-161-119/+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
* Updated set/SET match and target to support multiple ipset protocols.Jozsef Kadlecsik2009-06-111-11/+26
| | | | | | | | | | | By checking the protocol version of the kernel part, the sockopt type of ipset protocols are all supported. Forward compatibility with the netlink based protocol is missing. The --set option of the set match is replaced by --match-set to avoid clashing with the recent match, but the old option is also kept. Manpages are updated, references to bindings removed.
* libxtables: prefix exit_error to xtables_errorJan Engelhardt2009-02-211-9/+9
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* Resolve libipt_set warningsJan Engelhardt2008-04-151-9/+9
|
* Use correct types at error reporting (patch sent by H. Nakano)Joszef Kadlecsik2006-10-061-2/+2
|
* size_t changed to socklen_t in getsockopt callJoszef Kadlecsik2006-06-231-3/+3
|
* set match negation bug fixedJoszef Kadlecsik2006-06-231-2/+2
|
* ipset 2 related updates (JK)Joszef Kadlecsik2004-12-011-0/+104