summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_set.man
Commit message (Collapse)AuthorAgeFilesLines
* extensions: libxt_set: Add missing hyphen to --bytes-eq synopsis in manpageMart Frauenlob2014-01-041-1/+1
| | | | | Signed-off-by: Mart Frauenlob <mart.frauenlob@chello.at> Signed-off-by: Florian Westphal <fw@strlen.de>
* Introduce a new revision for the set match with the counters supportJozsef Kadlecsik2013-06-071-2/+39
| | | | | | | | The revision add the support of matching the packet/byte counters if the set was defined with the extension. Also, a new flag is introduced to suppress updating the packet/byte counters if required. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* New set match revision with --return-nomatch flag supportJozsef Kadlecsik2012-09-211-0/+6
|
* libxt_set: update man page about kernel support on the featureJan Engelhardt2011-08-201-3/+2
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* doc: consistent use of markupJan Engelhardt2010-07-231-1/+1
| | | | Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* libxt_set: new revision addedJozsef Kadlecsik2010-06-161-0/+23
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