]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
libxt_conntrack: document --ctstate UNTRACKED
authorSimon Lodal <simonl@parknet.dk>
Sun, 9 May 2010 23:02:21 +0000 (01:02 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 9 May 2010 23:02:21 +0000 (01:02 +0200)
Signed-off-by: Simon Lodal <simonl@parknet.dk>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
extensions/libxt_conntrack.man
extensions/libxt_state.man

index b3d9e730248f080981ae3c66ea89d4affd58d8c7..ec51ef53a89d73e1f4f6a46d26e7ce2e9f36c8b1 100644 (file)
@@ -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.
index b5e719a4c10a1b78b6974bc578272f538dec77e4..37d095bce573fb012d6da028f357772a0ff63dd0 100644 (file)
@@ -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.