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/libipt_tcpmss.man | 4 ---- extensions/libxt_tcpmss.man | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 extensions/libipt_tcpmss.man create mode 100644 extensions/libxt_tcpmss.man diff --git a/extensions/libipt_tcpmss.man b/extensions/libipt_tcpmss.man deleted file mode 100644 index 91fe322e..00000000 --- a/extensions/libipt_tcpmss.man +++ /dev/null @@ -1,4 +0,0 @@ -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. 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