vswitchd: fix 32-bit builds
[openvswitch] / lib / flow.h
index fa7410e246e5954d81e918a3ab31fa3bfa459633..ca4143916dbacc3ad9cda62c7ee74ca808a7f8f9 100644 (file)
@@ -103,6 +103,7 @@ struct flow {
     uint8_t arp_tha[6];         /* ARP/ND target hardware address. */
     uint8_t nw_ttl;             /* IP TTL/Hop Limit. */
     uint8_t nw_frag;            /* FLOW_FRAG_* flags. */
+    uint8_t zeros[4];
 };
 BUILD_ASSERT_DECL(sizeof(struct flow) % 4 == 0);