[NETFILTER]: nf_conntrack_sip: allow media expectations with wildcard source address
authorPatrick McHardy <kaber@trash.net>
Wed, 26 Mar 2008 03:25:32 +0000 (20:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Mar 2008 03:25:32 +0000 (20:25 -0700)
Media streams can come from anywhere, add a module parameter which
controls whether wildcard expectations or expectations between the
two signalling endpoints are created.

Since the same media description sent on multiple connections may
results in multiple identical expections when using a wildcard source,
we need to check whether a similar expectation already exists for a
different connection before attempting to register it.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found