summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_cluster.man
Commit message (Collapse)AuthorAgeFilesLines
* extensions: libxt_cluster: add note on arptables-jfPablo Neira Ayuso2013-11-041-0/+5
| | | | | | | | | Gao feng reported problems while getting the cluster match working with arptables. This patch adds a note in the manpage to warn about the arptables-jf syntax, which is different from mainstream arptables. Reported-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* manpages: markup correctionsJan Engelhardt2009-06-101-19/+19
| | | | | | | | The manpage of xt_cluster and xt_recent had some unclosed tags. Backslashes in commands are also not wanted because manpages are a freeform, automatically-wrapped text. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
* extensions: add `cluster' match supportPablo Neira Ayuso2009-05-061-0/+62
This patch adds support for the cluster match to iptables. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>