datapath: Account for rename to vlan_insert_tag_set_proto()
[cascardo/ovs.git] / datapath / vport-internal_dev.c
index a1c4949..997bb3f 100644 (file)
@@ -250,9 +250,9 @@ static int internal_dev_recv(struct vport *vport, struct sk_buff *skb)
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,37)
        if (vlan_tx_tag_present(skb)) {
-               if (unlikely(!__vlan_put_tag(skb,
-                                            skb->vlan_proto,
-                                            vlan_tx_tag_get(skb))))
+               if (unlikely(!vlan_insert_tag_set_proto(skb,
+                                                       skb->vlan_proto,
+                                                       vlan_tx_tag_get(skb))))
                        return 0;
 
                if (skb->ip_summed == CHECKSUM_COMPLETE)