blob: a3e17e2807f4a1880ddd73b4bd99d3f179b66b52 [file] [log] [blame]
Joszef Kadlecsikb9a49382004-12-01 09:11:33 +00001This modules adds and/or deletes entries from IP sets which can be defined
2by ipset(8).
3.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +01004\fB\-\-add\-set\fP \fIsetname\fP \fIflag\fP[\fB,\fP\fIflag\fP...]
Joszef Kadlecsikb9a49382004-12-01 09:11:33 +00005add the address(es)/port(s) of the packet to the sets
6.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +01007\fB\-\-del\-set\fP \fIsetname\fP \fIflag\fP[\fB,\fP\fIflag\fP...]
Joszef Kadlecsikb9a49382004-12-01 09:11:33 +00008delete the address(es)/port(s) of the packet from the sets,
9where flags are
10.BR "src"
11and/or
12.BR "dst"
13and there can be no more than six of them.
Jan Engelhardtaeafdb82008-08-12 11:42:04 +020014.PP
Joszef Kadlecsikb9a49382004-12-01 09:11:33 +000015The bindings to follow must previously be defined in order to use
16multilevel adding/deleting by the SET target.