On Tue, 20 Sep 2016 14:57:37 -0400, Sowmini Varadhan wrote: > The vxlan header may not be aligned to 4 bytes in > vxlan_build_skb (e.g., for MLD packets). This patch > avoids unaligned access traps from vxlan_build_skb > (in platforms like sparc) by making struct vxlanhdr __packed. > > Signed-off-by: Sowmini Varadhan <sowmini.varad...@oracle.com>
Acked-by: Jiri Benc <jb...@redhat.com>