From: Patrick McHardy Date: Fri, 26 Jan 2007 18:46:59 +0000 (+0000) Subject: Bugzilla #534: X-Git-Tag: v1.3.8~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8c2ce30a21a582bd86b4b7fa75bfaae8d027686;p=thirdparty%2Fiptables.git Bugzilla #534: Please remove --mss from libipt_tcp.man. The tcp match doesn't handle that option, while the tcpmss match does. --- diff --git a/extensions/libipt_tcp.man b/extensions/libipt_tcp.man index e1f44057..648c81e3 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.