net/ipv6: Pass skb to route lookup
[linux-block.git] / net / ipv6 / ip6_gre.c
index 4f150a394387f069f926fe3b7c18f7cff7d6ca08..83c7766c8c756eefa4bcf138272d0be78f100ea5 100644 (file)
@@ -1053,7 +1053,7 @@ static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu)
 
                struct rt6_info *rt = rt6_lookup(t->net,
                                                 &p->raddr, &p->laddr,
-                                                p->link, strict);
+                                                p->link, NULL, strict);
 
                if (!rt)
                        return;