From ad474d84ed125428ae75a4baa6ecf3fd77b8c1d3 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 4 Dec 2009 22:34:24 +0000 Subject: [PATCH] The patch missed a hunk --- linux-2.6-522-iptables-connection-tagging.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-2.6-522-iptables-connection-tagging.patch b/linux-2.6-522-iptables-connection-tagging.patch index cf370e7b3..ec1a81f04 100644 --- a/linux-2.6-522-iptables-connection-tagging.patch +++ b/linux-2.6-522-iptables-connection-tagging.patch @@ -284,8 +284,8 @@ diff -Nurb linux-2.6.27-521/net/netfilter/xt_MARK.c linux-2.6.27-522/net/netfilt + } + else if (proto == 17) { + struct sock *sk; -+ if (!skb->mark) { -+ sk = __udp4_lib_lookup(src_ip, src_port, ++ if (!skb->mark) {struct net *net = &init_net; ++ sk = __udp4_lib_lookup(net,src_ip, src_port, + ip, port, dif, udp_hash); + + if (sk && hooknum == NF_INET_LOCAL_IN) -- 2.47.0