ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument
[deliverable/linux.git] / drivers / net / vxlan.c
index 81f0f24b2cfb1c0eca9abe637fc56023fdeffca6..beed5d4025a33b97162c632c5f65d3dea92b870a 100644 (file)
@@ -2034,7 +2034,7 @@ static void vxlan_xmit_one(struct sk_buff *skb, struct net_device *dev,
                fl6.flowi6_mark = skb->mark;
                fl6.flowi6_proto = IPPROTO_UDP;
 
-               if (ipv6_stub->ipv6_dst_lookup(sk, &ndst, &fl6)) {
+               if (ipv6_stub->ipv6_dst_lookup(vxlan->net, sk, &ndst, &fl6)) {
                        netdev_dbg(dev, "no route to %pI6\n",
                                   &dst->sin6.sin6_addr);
                        dev->stats.tx_carrier_errors++;
This page took 0.036761 seconds and 5 git commands to generate.