[NETFILTER]: nf_conntrack_expect: support inactive expectations
authorPatrick McHardy <kaber@trash.net>
Wed, 26 Mar 2008 03:08:37 +0000 (20:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2008 03:08:37 +0000 (20:08 -0700)
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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found