[NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup
[safe/jmp/linux-2.6] / net / ipv6 / anycast.c
index 9c7f83f..96868b9 100644 (file)
@@ -101,7 +101,7 @@ int ipv6_sock_ac_join(struct sock *sk, int ifindex, struct in6_addr *addr)
        if (ifindex == 0) {
                struct rt6_info *rt;
 
-               rt = rt6_lookup(addr, NULL, 0, 0);
+               rt = rt6_lookup(&init_net, addr, NULL, 0, 0);
                if (rt) {
                        dev = rt->rt6i_dev;
                        dev_hold(dev);