diff --git a/net/core/skbuff.c b/net/core/skbuff.c index 9f07e749d7b15ce9451a8a9b8ac7ed5318568ff3..bcf2fa3e0ddc81885867a9d7a1d2d0fb50ca4703 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -532,6 +532,7 @@ static void __copy_skb_header(struct sk_buff *new, const struct sk_buff *old) new->ip_summed = old->ip_summed; skb_copy_queue_mapping(new, old); new->priority = old->priority; + new->deliver_no_wcard = old->deliver_no_wcard; #if defined(CONFIG_IP_VS) || defined(CONFIG_IP_VS_MODULE) new->ipvs_property = old->ipvs_property; #endif