diff options
author | David S. Miller <davem@davemloft.net> | 2019-05-02 22:14:21 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-02 22:14:21 -0400 |
commit | ff24e4980a68d83090a02fda081741a410fe8eef (patch) | |
tree | 4d874dfcaf2bb8c3abc2446af9447a983402c0ae /net/ipv4/ip_output.c | |
parent | 26f146ed971c0e4a264ce525d7a66a71ef73690d (diff) | |
parent | ea9866793d1e925b4d320eaea409263b2a568f38 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Three trivial overlapping conflicts.
Signed-off-by: David S. Miller <davem@davemloft.net>
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; |