From: Justin Pettit Date: Thu, 3 Nov 2011 01:22:22 +0000 (-0700) Subject: flow: Rearrange IPv6 addresses to remove potential hole in structure. X-Git-Tag: v1.4.0~193 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5145475f555867bf510428d65ced59369c7d8f4f;hp=5145475f555867bf510428d65ced59369c7d8f4f;p=sliver-openvswitch.git 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. ---