diff options
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 4e42c1974ba2..ac880beda8a7 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -516,6 +516,7 @@ static void ip_copy_metadata(struct sk_buff *to, struct sk_buff *from) | |||
516 | to->pkt_type = from->pkt_type; | 516 | to->pkt_type = from->pkt_type; |
517 | to->priority = from->priority; | 517 | to->priority = from->priority; |
518 | to->protocol = from->protocol; | 518 | to->protocol = from->protocol; |
519 | to->skb_iif = from->skb_iif; | ||
519 | skb_dst_drop(to); | 520 | skb_dst_drop(to); |
520 | skb_dst_copy(to, from); | 521 | skb_dst_copy(to, from); |
521 | to->dev = from->dev; | 522 | to->dev = from->dev; |