From 3c853971de45d28a2b60f54bb64b2ff1561994c9 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Fri, 4 Dec 2009 21:03:39 +0000 Subject: [PATCH] Bug fix in the VNET patch. --- linux-2.6-522-iptables-connection-tagging.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]) +{ -- 2.47.0