From: Mart Frauenlob Date: Tue, 9 Apr 2013 08:51:53 +0000 (+0000) Subject: extensions: libxt_multiport: Update manpage to list valid protocols X-Git-Tag: v1.4.19.1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b46f3d833f926c40dd73d52d8cedb94206e6d83d;p=thirdparty%2Fiptables.git extensions: libxt_multiport: Update manpage to list valid protocols This patch updates the list of valid protocols in the man page section of the multiport match to: tcp, udp, udplite, dccp and sctp. Signed-off-by: Mart Frauenlob Signed-off-by: Pablo Neira Ayuso --- diff --git a/extensions/libxt_multiport.man b/extensions/libxt_multiport.man index caf5c56a..7eb083e1 100644 --- a/extensions/libxt_multiport.man +++ b/extensions/libxt_multiport.man @@ -1,9 +1,8 @@ This module matches a set of source or destination ports. Up to 15 ports can be specified. A port range (port:port) counts as two -ports. It can only be used in conjunction with -\fB\-p tcp\fP -or -\fB\-p udp\fP. +ports. It can only be used in conjunction with one of the +following protocols: +\fBtcp\fP, \fBudp\fP, \fBudplite\fP, \fBdccp\fP and \fBsctp\fP. .TP [\fB!\fP] \fB\-\-source\-ports\fP,\fB\-\-sports\fP \fIport\fP[\fB,\fP\fIport\fP|\fB,\fP\fIport\fP\fB:\fP\fIport\fP]... Match if the source port is one of the given ports. The flag