diff options
Diffstat (limited to 'net/core/skbuff.c')
-rw-r--r-- | net/core/skbuff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/skbuff.c b/net/core/skbuff.c index ba646145cd5c..a92d9e7d10f7 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c | |||
@@ -707,6 +707,7 @@ static void __copy_skb_header(struct sk_buff *new, const struct sk_buff *old) | |||
707 | new->tc_verd = old->tc_verd; | 707 | new->tc_verd = old->tc_verd; |
708 | #endif | 708 | #endif |
709 | #endif | 709 | #endif |
710 | new->vlan_proto = old->vlan_proto; | ||
710 | new->vlan_tci = old->vlan_tci; | 711 | new->vlan_tci = old->vlan_tci; |
711 | 712 | ||
712 | skb_copy_secmark(new, old); | 713 | skb_copy_secmark(new, old); |