ofproto: Avoid wasting memory malloc()'ing empty action sets for subrules.
[openvswitch] / include / openvswitch / datapath-protocol.h
index 839c4846289e7f2bbdedd773c6458f97b8a4af8c..5759f1e5594555cf58095c05c9885ec7c6c24fb2 100644 (file)
@@ -226,7 +226,7 @@ struct odp_flow_key {
     uint8_t  dl_src[6];         /* Ethernet source address. */
     uint8_t  dl_dst[6];         /* Ethernet destination address. */
     uint8_t  nw_proto;          /* IP protocol or lower 8 bits of
-                                   ARP opcode. */ 
+                                   ARP opcode. */
     uint8_t  dl_vlan_pcp;       /* Input VLAN priority. */
     uint8_t  nw_tos;            /* IP ToS (DSCP field, 6 bits). */
     uint8_t  reserved[3];       /* Align to 32-bits...must be zeroed. */