From: Simon Lodal Date: Sun, 9 May 2010 23:02:21 +0000 (+0200) Subject: libxt_conntrack: document --ctstate UNTRACKED X-Git-Tag: v1.4.8~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afbac0d462328d798f8612d3e793506c0a135a17;p=thirdparty%2Fiptables.git libxt_conntrack: document --ctstate UNTRACKED Signed-off-by: Simon Lodal Signed-off-by: Pablo Neira Ayuso --- diff --git a/extensions/libxt_conntrack.man b/extensions/libxt_conntrack.man index b3d9e730..ec51ef53 100644 --- a/extensions/libxt_conntrack.man +++ b/extensions/libxt_conntrack.man @@ -55,6 +55,10 @@ in both directions, 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. .TP +\fBUNTRACKED\fR +meaning that the packet is not tracked at all, which happens if you use +the NOTRACK target in raw table. +.TP \fBSNAT\fR A virtual state, matching if the original source address differs from the reply destination. diff --git a/extensions/libxt_state.man b/extensions/libxt_state.man index b5e719a4..37d095bc 100644 --- a/extensions/libxt_state.man +++ b/extensions/libxt_state.man @@ -19,3 +19,6 @@ directions, and 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. +.B UNTRACKED +meaning that the packet is not tracked at all, which happens if you use +the NOTRACK target in raw table.