netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libxt_multiport.man: Update list of valid protocols
@ 2013-04-09 18:51 Mart Frauenlob
  2013-04-19  0:31 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 2+ messages in thread
From: Mart Frauenlob @ 2013-04-09 18:51 UTC (permalink / raw)
  To: netfilter-devel

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

Hello,

this patch updates the list of valid protocols in the man page section 
of the multiport match to: tcp, udp, udplite, dccp and sctp.

Best regards

Mart


[-- Attachment #2: libxt_multiport.man-Update-list-of-valid-protocols.patch --]
[-- Type: text/plain, Size: 1093 bytes --]

>From 52bfcc21d8e0ff9b87529b9c02ea63ec686c5dda Mon Sep 17 00:00:00 2001
From: Mart Frauenlob <mart.frauenlob@chello.at>
Date: Tue, 9 Apr 2013 20:46:44 +0200
Subject: [PATCH] libxt_multiport.man: Update list of valid protocols.

---
 extensions/libxt_multiport.man |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/extensions/libxt_multiport.man b/extensions/libxt_multiport.man
index caf5c56..7eb083e 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
-- 
1.7.2.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-19  0:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-09 18:51 [PATCH] libxt_multiport.man: Update list of valid protocols Mart Frauenlob
2013-04-19  0:31 ` Pablo Neira Ayuso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).