From 7a896c7c434eb5032d1a0b4e8b51d30716cd3d81 Mon Sep 17 00:00:00 2001 From: Eric Dumazet Date: Thu, 27 May 2010 16:09:39 -0700 Subject: [PATCH] --- yaml --- r: 199203 b: refs/heads/master c: a47311380e094bb201be8a818370c73c3f52122c h: refs/heads/master i: 199201: 4668cecf0766ebfe4893c5da81febbb9d4b86f22 199199: 41ff4b51944e8d8ab0b8dd4cfdde0891178d7f3b v: v3 --- [refs] | 2 +- trunk/net/core/neighbour.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 25c8623f9b4c..996e1246b1d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a02c37891a9b2d7ce93f9d09455b4f67c4c23b95 +refs/heads/master: a47311380e094bb201be8a818370c73c3f52122c diff --git a/trunk/net/core/neighbour.c b/trunk/net/core/neighbour.c index bff37908bd55..6ba1c0eece03 100644 --- a/trunk/net/core/neighbour.c +++ b/trunk/net/core/neighbour.c @@ -934,6 +934,7 @@ int __neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) kfree_skb(buff); NEIGH_CACHE_STAT_INC(neigh->tbl, unres_discards); } + skb_dst_force(skb); __skb_queue_tail(&neigh->arp_queue, skb); } rc = 1;