summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_tcpmss.man
diff options
context:
space:
mode:
author/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-11-29 04:43:47 +0000
committer/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org </C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org>2007-11-29 04:43:47 +0000
commita177a121f25c867964d34ba6a0de1c1c98c4daaf (patch)
tree6d2f03ee0eac5845841f92277a86dae12a727813 /extensions/libxt_tcpmss.man
parent4df0714444023ab4e4174f398a7df38403722cb8 (diff)
Move libipt_tcpmss.man to libxt_tcpmss.man for ip6tables.8
Diffstat (limited to 'extensions/libxt_tcpmss.man')
-rw-r--r--extensions/libxt_tcpmss.man4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/libxt_tcpmss.man b/extensions/libxt_tcpmss.man
new file mode 100644
index 0000000..91fe322
--- /dev/null
+++ b/extensions/libxt_tcpmss.man
@@ -0,0 +1,4 @@
+This matches the TCP MSS (maximum segment size) field of the TCP header. You can only use this on TCP SYN or SYN/ACK packets, since the MSS is only negotiated during the TCP handshake at connection startup time.
+.TP
+.BI "[!] "--mss " value[:value]"
+Match a given TCP MSS value or range.