From: Pablo Neira Ayuso Date: Wed, 10 Aug 2005 03:05:52 +0000 (-0700) Subject: [NETFILTER]: ctnetlink: make sure event order is correct X-Git-Tag: v2.6.14-rc1~1035^2~181 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14a50bbaa51202b676a95e9b41bc5ed6c77aa9cc;p=pandora-kernel.git [NETFILTER]: ctnetlink: make sure event order is correct The following sequence is displayed during events dumping of an ICMP connection: [NEW] [DESTROY] [UPDATE] This happens because the event IPCT_DESTROY is delivered in death_by_timeout(), that is called from the icmp protocol helper (ct->timeout.function) once we see the reply. To fix this, we move this event to destroy_conntrack(). Signed-off-by: Pablo Neira Ayuso Signed-off-by: Harald Welte Signed-off-by: David S. Miller --- Reading git-diff-tree failed