From: Patrick McHardy Date: Wed, 26 Mar 2008 03:25:32 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack_sip: allow media expectations with wildcard source address X-Git-Tag: v2.6.26-rc1~1138^2~322 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d901a9369e6e7d07a7eb4ddb315c6fcbaf8b24d3;p=pandora-kernel.git [NETFILTER]: nf_conntrack_sip: allow media expectations with wildcard source address 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed