changing trunk/trunk to trunk
[iptables.git] / extensions / libipt_SET.man
1 This modules adds and/or deletes entries from IP sets which can be defined 
2 by ipset(8).
3 .TP
4 \fB--add-set\fP \fIsetname\fP \fIflag\fP[\fB,\fP\fIflag\fP...]
5 add the address(es)/port(s) of the packet to the sets
6 .TP
7 \fB--del-set\fP \fIsetname\fP \fIflag\fP[\fB,\fP\fIflag\fP...]
8 delete the address(es)/port(s) of the packet from the sets,
9 where flags are
10 .BR "src"
11 and/or
12 .BR "dst"
13 and there can be no more than six of them.
14 .TP
15 The bindings to follow must previously be defined in order to use 
16 multilevel adding/deleting by the SET target.