X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=net%2Fipv6%2Fip6_output.c;h=16f91a2e788819b6b1755ef65a98c8cb699e0597;hb=084c6c5013af3c62f1c344435214496f5ac999f2;hp=070a2fae2375cd5f6c4ad8109887dc6236ee5b08;hpb=e4cc60cbdc4fd1d1050824937079bed2a4108864;p=~andy%2Flinux diff --git a/net/ipv6/ip6_output.c b/net/ipv6/ip6_output.c index 070a2fae237..16f91a2e788 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) to->tc_index = from->tc_index; #endif nf_copy(to, from); -#if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE) - to->nf_trace = from->nf_trace; -#endif skb_copy_secmark(to, from); }