summaryrefslogtreecommitdiffstats
path: root/iptables.8
diff options
context:
space:
mode:
authorgandalf <gandalf>2003-06-29 17:35:03 +0000
committergandalf <gandalf>2003-06-29 17:35:03 +0000
commit70c3168eb83926d9dd93fc6f2269d56cb75b716f (patch)
treef062e6fe8567ef4fa548de2e8b3596cea80d9ef6 /iptables.8
parentedc41ac1258ec0d2f37e8a6d441ce894d62cb84d (diff)
INVALID state incorrectly explained (Cedric Blancher, Maciej Soltysiak)
Diffstat (limited to 'iptables.8')
-rw-r--r--iptables.84
1 files changed, 3 insertions, 1 deletions
diff --git a/iptables.8 b/iptables.8
index f73ff46..a166a8b 100644
--- a/iptables.8
+++ b/iptables.8
@@ -610,7 +610,9 @@ the connection tracking state for this packet.
Where state is a comma separated list of the connection states to
match. Possible states are
.B INVALID
-meaning that the packet is associated with no known connection,
+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,