summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_tcpmss.man
diff options
context:
space:
mode:
authorYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-11-29 04:43:47 +0000
committerYasuyuki KOZAKAI <yasuyuki@netfilter.org>2007-11-29 04:43:47 +0000
commit3943ebf3493dac6fb135c9ed4a45750d8cdcdb82 (patch)
tree6d2f03ee0eac5845841f92277a86dae12a727813 /extensions/libxt_tcpmss.man
parentec642db62a28be7e13a6ab5b3f800376bb7a8dff (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 00000000..91fe322e
--- /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.