From 2d280014e281b520280b1a11662aea0da2ffc59c Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 11 Jun 2009 12:27:09 +0200 Subject: 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. --- extensions/libipt_SET.man | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'extensions/libipt_SET.man') 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. -- cgit v1.2.3