Commit 3e2ed0c2 authored by Michał Mirosław's avatar Michał Mirosław Committed by David S. Miller
Browse files

ipv4/tunnel: use __vlan_hwaccel helpers

parent 5978f8a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len,
	}

	skb_clear_hash_if_not_l4(skb);
	skb->vlan_tci = 0;
	__vlan_hwaccel_clear_tag(skb);
	skb_set_queue_mapping(skb, 0);
	skb_scrub_packet(skb, xnet);