[NETFILTER] ip_conntrack: Update event cache when status changes
authorHarald Welte <laforge@netfilter.org>
Sat, 24 Sep 2005 23:56:08 +0000 (16:56 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 24 Sep 2005 23:56:08 +0000 (16:56 -0700)
commit8ddec7460d2f5db3ac35812c03676b1473d1d668
tree58621a95af9bfcea83a20382659ef088d9921511
parent8689c07e47e928f8e329f667df8cf697a37425dd
[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>
net/ipv4/netfilter/ip_conntrack_proto_gre.c
net/ipv4/netfilter/ip_conntrack_proto_sctp.c
net/ipv4/netfilter/ip_conntrack_proto_tcp.c