From b46f3d833f926c40dd73d52d8cedb94206e6d83d Mon Sep 17 00:00:00 2001 From: Mart Frauenlob Date: Tue, 9 Apr 2013 08:51:53 +0000 Subject: 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 --- extensions/libxt_multiport.man | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- cgit v1.2.3