diff options
Diffstat (limited to 'net/ipv6')
| -rw-r--r-- | net/ipv6/ip6_output.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 070a2fae2375..16f91a2e7888 100644 --- a/net/ipv6/ip6_output.c +++ b/net/ipv6/ip6_output.c | |||
| @@ -530,9 +530,6 @@ static void ip6_copy_metadata(struct sk_buff *to, struct sk_buff *from) | |||
| 530 | to->tc_index = from->tc_index; | 530 | to->tc_index = from->tc_index; |
| 531 | #endif | 531 | #endif |
| 532 | nf_copy(to, from); | 532 | nf_copy(to, from); |
| 533 | #if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE) | ||
| 534 | to->nf_trace = from->nf_trace; | ||
| 535 | #endif | ||
| 536 | skb_copy_secmark(to, from); | 533 | skb_copy_secmark(to, from); |
| 537 | } | 534 | } |
| 538 | 535 | ||
