summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_SET.man
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-06-25 14:50:53 +0200
committerPatrick McHardy <kaber@trash.net>2010-06-25 14:50:53 +0200
commit78514bc3a9b1b724c9fc904941c5854644865673 (patch)
tree699d5858891356952376a37077ea3f5f3355eb8a /extensions/libxt_SET.man
parente6d0d94139e826f7b5d8446ce174155c04963b07 (diff)
parentd40f1628c3717daebc437a398a285e371b5b6f7f (diff)
Merge branch 'master' of vishnu.netfilter.org:/data/git/iptables
Diffstat (limited to 'extensions/libxt_SET.man')
-rw-r--r--extensions/libxt_SET.man18
1 files changed, 18 insertions, 0 deletions
diff --git a/extensions/libxt_SET.man b/extensions/libxt_SET.man
new file mode 100644
index 00000000..ea80c2a1
--- /dev/null
+++ b/extensions/libxt_SET.man
@@ -0,0 +1,18 @@
+This modules adds and/or deletes entries from IP sets which can be defined
+by ipset(8).
+.TP
+\fB\-\-add\-set\fP \fIsetname\fP \fIflag\fP[\fB,\fP\fIflag\fP...]
+add the address(es)/port(s) of the packet to the sets
+.TP
+\fB\-\-del\-set\fP \fIsetname\fP \fIflag\fP[\fB,\fP\fIflag\fP...]
+delete the address(es)/port(s) of the packet from the sets
+.IP
+where flags are
+.BR "src"
+and/or
+.BR "dst"
+specifications and there can be no more than six of them.
+.PP
+Use of -j SET requires that ipset kernel support is provided. As standard
+kernels do not ship this currently, the ipset or Xtables-addons package needs
+to be installed.