From 82c66cf00718e785198cf1ad6ffd66b3f96759dd Mon Sep 17 00:00:00 2001 From: "/C=JP/ST=JP/CN=Yasuyuki Kozakai/emailAddress=yasuyuki@netfilter.org" Date: Thu, 29 Nov 2007 04:40:59 +0000 Subject: Move libipt_state.man to libxt_state.man for ip6tables.8 --- extensions/libipt_state.man | 21 --------------------- extensions/libxt_state.man | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 extensions/libipt_state.man create mode 100644 extensions/libxt_state.man diff --git a/extensions/libipt_state.man b/extensions/libipt_state.man deleted file mode 100644 index 7107868..0000000 --- a/extensions/libipt_state.man +++ /dev/null @@ -1,21 +0,0 @@ -This module, when combined with connection tracking, allows access to -the connection tracking state for this packet. -.TP -.BI "--state " "state" -Where state is a comma separated list of the connection states to -match. Possible states are -.B INVALID -meaning that the packet could not be identified for some reason which -includes running out of memory and ICMP errors which don't correspond to any -known connection, -.B ESTABLISHED -meaning that the packet is associated with a connection which has seen -packets in both directions, -.B NEW -meaning that the packet has started a new connection, or otherwise -associated with a connection which has not seen packets in both -directions, and -.B RELATED -meaning that the packet is starting a new connection, but is -associated with an existing connection, such as an FTP data transfer, -or an ICMP error. diff --git a/extensions/libxt_state.man b/extensions/libxt_state.man new file mode 100644 index 0000000..7107868 --- /dev/null +++ b/extensions/libxt_state.man @@ -0,0 +1,21 @@ +This module, when combined with connection tracking, allows access to +the connection tracking state for this packet. +.TP +.BI "--state " "state" +Where state is a comma separated list of the connection states to +match. Possible states are +.B INVALID +meaning that the packet could not be identified for some reason which +includes running out of memory and ICMP errors which don't correspond to any +known connection, +.B ESTABLISHED +meaning that the packet is associated with a connection which has seen +packets in both directions, +.B NEW +meaning that the packet has started a new connection, or otherwise +associated with a connection which has not seen packets in both +directions, and +.B RELATED +meaning that the packet is starting a new connection, but is +associated with an existing connection, such as an FTP data transfer, +or an ICMP error. -- cgit v1.2.3