From: Cedric Blancher Date: Sun, 29 Jun 2003 17:35:03 +0000 (+0000) Subject: INVALID state incorrectly explained (Cedric Blancher, Maciej Soltysiak) X-Git-Tag: v1.2.9-rc1~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfb0a581fb044a6bf37cb008ff5966d67141ea05;p=thirdparty%2Fiptables.git INVALID state incorrectly explained (Cedric Blancher, Maciej Soltysiak) --- diff --git a/iptables.8 b/iptables.8 index f73ff462..a166a8be 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,