summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2007-01-26 18:46:59 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kaber/emailAddress=kaber@netfilter.org>2007-01-26 18:46:59 +0000
commitb48513215c810bef3eb4bf3312b0f863aefd9e87 (patch)
treecc5b0674d066fe5c5dbea5d0a2a8b755770aebd3 /extensions
parent111c046ff6e62fd9a8d6807c77ca0e44a15c4134 (diff)
Bugzilla #534:
Please remove --mss from libipt_tcp.man. The tcp match doesn't handle that option, while the tcpmss match does.
Diffstat (limited to 'extensions')
-rw-r--r--extensions/libipt_tcp.man4
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/libipt_tcp.man b/extensions/libipt_tcp.man
index e1f4405..648c81e 100644
--- a/extensions/libipt_tcp.man
+++ b/extensions/libipt_tcp.man
@@ -43,7 +43,3 @@ option is inverted.
.TP
.BR "--tcp-option " "[!] \fInumber\fP"
Match if TCP option set.
-.TP
-.BR "--mss " "\fIvalue\fP[:\fIvalue\fP]"
-Match TCP SYN or SYN/ACK packets with the specified MSS value (or range),
-which control the maximum packet size for that connection.