flow: Rearrange IPv6 addresses to remove potential hole in structure.
authorJustin Pettit <jpettit@nicira.com>
Thu, 3 Nov 2011 01:22:22 +0000 (18:22 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 9 Nov 2011 06:37:12 +0000 (22:37 -0800)
commit5145475f555867bf510428d65ced59369c7d8f4f
treebd8afdbf4c5ccbacde4bfd0727beb4abc6f9160b
parent5c0ceb0a8949bfbbd9b814cb37ab20d486da07e6
flow: Rearrange IPv6 addresses to remove potential hole in structure.

On some platforms, the in6_addr structure is made up of 16- or 32-bit
members.  Depending on the members of the "flow" structure, this can
lead to holes in the middle.  Moving the IPv6 addresses to the middle
fixes that on these platforms.
lib/flow.h