diff options
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r-- | net/ipv4/ip_output.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c index 5e12dca7b3dd..147abf5275aa 100644 --- a/net/ipv4/ip_output.c +++ b/net/ipv4/ip_output.c | |||
@@ -430,8 +430,7 @@ static void ip_copy_metadata(struct sk_buff *to, struct sk_buff *from) | |||
430 | to->tc_index = from->tc_index; | 430 | to->tc_index = from->tc_index; |
431 | #endif | 431 | #endif |
432 | nf_copy(to, from); | 432 | nf_copy(to, from); |
433 | #if defined(CONFIG_NETFILTER_XT_TARGET_TRACE) || \ | 433 | #if IS_ENABLED(CONFIG_NETFILTER_XT_TARGET_TRACE) |
434 | defined(CONFIG_NETFILTER_XT_TARGET_TRACE_MODULE) | ||
435 | to->nf_trace = from->nf_trace; | 434 | to->nf_trace = from->nf_trace; |
436 | #endif | 435 | #endif |
437 | #if defined(CONFIG_IP_VS) || defined(CONFIG_IP_VS_MODULE) | 436 | #if defined(CONFIG_IP_VS) || defined(CONFIG_IP_VS_MODULE) |