From: Patrick McHardy Date: Wed, 26 Mar 2008 03:08:37 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack_expect: support inactive expectations X-Git-Tag: v2.6.26-rc1~1138^2~344 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=359b9ab614aba71c2c3bc047efbd6d12dd4a2b9e;p=pandora-kernel.git [NETFILTER]: nf_conntrack_expect: support inactive expectations This is useful for the SIP helper and signalling expectations. We don't want to create a full-blown expectation with a wildcard as source based on a single UDP packet, but need to know the final port anyways. With inactive expectations we can register the expectation and reserve the tuple, but wait for confirmation from the registrar before activating it. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed