datapath: Account for rename to vlan_insert_tag_set_proto()
[cascardo/ovs.git] / datapath / vport-geneve.c
index d54101e..86f90f5 100644 (file)
@@ -404,9 +404,9 @@ static int geneve_send(struct vport *vport, struct sk_buff *skb)
        }
 
        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)))) {
                        err = -ENOMEM;
                        skb = NULL;
                        goto err_free_rt;