netfilter: ctnetlink: support selective event delivery
authorPatrick McHardy <kaber@trash.net>
Wed, 3 Feb 2010 12:51:51 +0000 (13:51 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 3 Feb 2010 12:51:51 +0000 (13:51 +0100)
Add two masks for conntrack end expectation events to struct nf_conntrack_ecache
and use them to filter events. Their default value is "all events" when the
event sysctl is on and "no events" when it is off. A following patch will add
specific initializations. Expectation events depend on the ecache struct of
their master conntrack.

Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found