flow: Rename flow_set_vlan_vid() to flow_set_dl_vlan().
[openvswitch] / lib / meta-flow.c
index f5754431a3103d05f6789c7b8b711c49b6314b5b..27f3bca73ba128c543af5dee5b374ef9cff9f37a 100644 (file)
@@ -1218,7 +1218,7 @@ mf_set_flow_value(const struct mf_field *mf,
         break;
 
     case MFF_DL_VLAN:
-        flow_set_vlan_vid(flow, value->be16);
+        flow_set_dl_vlan(flow, value->be16);
         break;
 
     case MFF_DL_VLAN_PCP: