ofproto: Fix implementation of OFPP_FLOOD.
[openvswitch] / include / openvswitch / datapath-protocol.h
index 0cadc824bf38671b9a680f01832e6b87a86f201f..1aa8066cade4487a054abd885bf25540d31e8182 100644 (file)
@@ -226,7 +226,6 @@ struct odp_flow_key {
     uint8_t  nw_proto;          /* IP protocol or lower 8 bits of
                                    ARP opcode. */
     uint8_t  nw_tos;            /* IP ToS (DSCP field, 6 bits). */
-    uint32_t reserved[1];          /* Reserved for later use. */
 };
 
 /* Flags for ODP_FLOW. */