[PATCH 29/38] netns ct: SIP conntracking in netns

adobriyan at gmail.com adobriyan at gmail.com
Thu Aug 21 15:08:31 PDT 2008


Signed-off-by: Alexey Dobriyan <adobriyan at gmail.com>
---

 net/netfilter/nf_conntrack_sip.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- a/net/netfilter/nf_conntrack_sip.c
+++ b/net/netfilter/nf_conntrack_sip.c
@@ -775,7 +775,7 @@ static int set_expected_rtp_rtcp(struct sk_buff *skb,
 
 	rcu_read_lock();
 	do {
-		exp = __nf_ct_expect_find(&init_net, &tuple);
+		exp = __nf_ct_expect_find(nf_ct_net(ct), &tuple);
 
 		if (!exp || exp->master == ct ||
 		    nfct_help(exp->master)->helper != nfct_help(ct)->helper ||
-- 
1.5.6.3




More information about the Containers mailing list