X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=net%2Fipv4%2Fip_output.c;h=0e3edd25f881f1ad09201be0930734523721ebfc;hb=3dd1c9a1270736029ffca670e9bd0265f4120600;hp=b3308e9d97626838c6a7e4f2dd58db75695dfcaa;hpb=124b99fb8018a7ac45558d8ab249ed758e14e618;p=linux-2.6-microblaze.git diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index b3308e9d9762..0e3edd25f881 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c @@ -523,6 +523,8 @@ static void ip_copy_metadata(struct sk_buff *to, struct sk_buff *from) to->dev = from->dev; to->mark = from->mark; + skb_copy_hash(to, from); + /* Copy the flags to each fragment. */ IPCB(to)->flags = IPCB(from)->flags;