Bug fix in the VNET patch.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 4 Dec 2009 21:03:39 +0000 (21:03 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 4 Dec 2009 21:03:39 +0000 (21:03 +0000)
linux-2.6-522-iptables-connection-tagging.patch

index 79891d6..cf370e7 100644 (file)
@@ -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[])
 +{