Add some missing Open Flow 1.1 definitions
[openvswitch] / include / openflow / nicira-ext.h
index 902cc6e64aa77ad57f923dd003f0be7400329e69..7586a520ed49318d32f648f9855c3e1df3c41699 100644 (file)
@@ -193,8 +193,8 @@ enum nx_hash_fields {
  */
 struct nx_flow_mod_table_id {
     struct ofp_header header;
-    uint32_t vendor;            /* NX_VENDOR_ID. */
-    uint32_t subtype;           /* NXT_FLOW_MOD_TABLE_ID. */
+    ovs_be32 vendor;            /* NX_VENDOR_ID. */
+    ovs_be32 subtype;           /* NXT_FLOW_MOD_TABLE_ID. */
     uint8_t set;                /* Nonzero to enable, zero to disable. */
     uint8_t pad[7];
 };