]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/ipv4/ip_output.c
net: Do delayed neigh confirmation.
[mirror_ubuntu-zesty-kernel.git] / net / ipv4 / ip_output.c
index 6e9a266a0535270d985445b52f04fd622eeeb24a..cc52679790b2a6608c08ddbac0e93b34f149592e 100644 (file)
@@ -198,7 +198,7 @@ static inline int ip_finish_output2(struct sk_buff *skb)
        if (unlikely(!neigh))
                neigh = __neigh_create(&arp_tbl, &nexthop, dev, false);
        if (neigh) {
-               int res = neigh_output(neigh, skb);
+               int res = dst_neigh_output(dst, neigh, skb);
 
                rcu_read_unlock_bh();
                return res;