From 3943ebf3493dac6fb135c9ed4a45750d8cdcdb82 Mon Sep 17 00:00:00 2001 From: Yasuyuki KOZAKAI Date: Thu, 29 Nov 2007 04:43:47 +0000 Subject: Move libipt_tcpmss.man to libxt_tcpmss.man for ip6tables.8 --- extensions/libxt_tcpmss.man | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 extensions/libxt_tcpmss.man (limited to 'extensions/libxt_tcpmss.man') 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. -- cgit v1.2.3