ipv4/tunnel: use __vlan_hwaccel helpers

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Michał Mirosław 2018-11-09 00:18:04 +01:00 коммит произвёл David S. Miller
Родитель 5978f8a9fb
Коммит 3e2ed0c257
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -120,7 +120,7 @@ int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len,
} }
skb_clear_hash_if_not_l4(skb); skb_clear_hash_if_not_l4(skb);
skb->vlan_tci = 0; __vlan_hwaccel_clear_tag(skb);
skb_set_queue_mapping(skb, 0); skb_set_queue_mapping(skb, 0);
skb_scrub_packet(skb, xnet); skb_scrub_packet(skb, xnet);