lacp: Remove packed attribute from struct lacp_pdu.
authorBen Pfaff <blp@nicira.com>
Tue, 16 Jun 2015 15:47:34 +0000 (08:47 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 17 Jun 2015 16:09:25 +0000 (09:09 -0700)
commitf303f87e0fb6609f450dc556dc2b001b6845552c
treec7e4880e3b1f9013590aa377bad7c538839ae0db
parent86b68e90b3bf96f10da90e53872b17240f6c8271
lacp: Remove packed attribute from struct lacp_pdu.

The packed annotation doesn't do anything here because all of the members
in the structure are naturally aligned.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Flavio Leitner <fbl@sysclose.org>
Acked-by: Ethan Jackson <ethan@nicira.com>
lib/lacp.c