summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_SET.man
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2009-06-11 12:27:09 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2009-06-11 12:27:09 +0200
commit2d280014e281b520280b1a11662aea0da2ffc59c (patch)
tree327ecdfa09c25638e94e73f6e81689b44befb600 /extensions/libipt_SET.man
parentecd48dd6ba534deea7fd4d0ce20c7b5c00f4128f (diff)
Updated set/SET match and target to support multiple ipset protocols.
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.
Diffstat (limited to 'extensions/libipt_SET.man')
-rw-r--r--extensions/libipt_SET.man8
1 files changed, 3 insertions, 5 deletions
diff --git a/extensions/libipt_SET.man b/extensions/libipt_SET.man
index a3e17e28..0dce1c77 100644
--- a/extensions/libipt_SET.man
+++ b/extensions/libipt_SET.man
@@ -5,12 +5,10 @@ by ipset(8).
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,
+delete the address(es)/port(s) of the packet from the sets
+.IP
where flags are
.BR "src"
and/or
.BR "dst"
-and there can be no more than six of them.
-.PP
-The bindings to follow must previously be defined in order to use
-multilevel adding/deleting by the SET target.
+specifications and there can be no more than six of them.