bridge: Rate limit default address warnings.
[openvswitch] / lib / dpif-netdev.c
index 8381a8978e38bb4afd078a996088818f937def07..16860870ef1f915d16a3a02dc51aff1a666ccba8 100644 (file)
@@ -113,7 +113,7 @@ struct dp_netdev_flow {
     long long int used;         /* Last used time, in monotonic msecs. */
     long long int packet_count; /* Number of packets matched. */
     long long int byte_count;   /* Number of bytes matched. */
-    ovs_be16 tcp_flags;         /* Bitwise-OR of seen tcp_flags values. */
+    uint8_t tcp_flags;          /* Bitwise-OR of seen tcp_flags values. */
 
     /* Actions. */
     struct nlattr *actions;