diff options
author | 2005-08-09 20:05:52 -0700 | |
---|---|---|
committer | 2005-08-29 15:40:13 -0700 | |
commit | 14a50bbaa51202b676a95e9b41bc5ed6c77aa9cc (patch) | |
tree | 1f480a6f147ace8c4fbaad5e94bca88152bba30d /net/unix/af_unix.c | |
parent | [NETFILTER]: don't use nested attributes for conntrack_expect (diff) | |
download | linux-dev-14a50bbaa51202b676a95e9b41bc5ed6c77aa9cc.tar.xz linux-dev-14a50bbaa51202b676a95e9b41bc5ed6c77aa9cc.zip |
[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 <pablo@eurodev.net>
Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions