From: Sapan Bhatia Date: Fri, 4 Dec 2009 21:03:39 +0000 (+0000) Subject: Bug fix in the VNET patch. X-Git-Tag: linux-2.6-27-4~37 X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=commitdiff_plain;h=3c853971de45d28a2b60f54bb64b2ff1561994c9 Bug fix in the VNET patch. --- diff --git a/linux-2.6-522-iptables-connection-tagging.patch b/linux-2.6-522-iptables-connection-tagging.patch index 79891d6d2..cf370e7b3 100644 --- a/linux-2.6-522-iptables-connection-tagging.patch +++ b/linux-2.6-522-iptables-connection-tagging.patch @@ -180,7 +180,7 @@ diff -Nurb linux-2.6.27-521/net/netfilter/xt_MARK.c linux-2.6.27-522/net/netfilt + } +} + -+static struct sock *__udp4_lib_lookup(__be32 saddr, __be16 sport, ++static struct sock *__udp4_lib_lookup(struct net *net, __be32 saddr, __be16 sport, + __be32 daddr, __be16 dport, + int dif, struct hlist_head udptable[]) +{