commit | 8ddec7460d2f5db3ac35812c03676b1473d1d668 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Sat Sep 24 16:56:08 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 24 16:56:08 2005 -0700 |
tree | 58621a95af9bfcea83a20382659ef088d9921511 | |
parent | 8689c07e47e928f8e329f667df8cf697a37425dd [diff] |
[NETFILTER] ip_conntrack: Update event cache when status changes The GRE, SCTP and TCP protocol helpers did not call ip_conntrack_event_cache() when updating ct->status. This patch adds the respective calls. Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>