lacp: Clean up LACP module interface.
authorEthan Jackson <ethan@nicira.com>
Wed, 31 Aug 2011 01:17:27 +0000 (18:17 -0700)
committerEthan Jackson <ethan@nicira.com>
Fri, 9 Sep 2011 00:23:26 +0000 (17:23 -0700)
commit5f87736966c0a2ef4d5d4a3c5c541d771d45bcb3
tree6ed1df6afad1faa9631088d7b3e75cc88e2d2e49
parent7588b571759fe4aff24e76096640eb073fc90a05
lacp: Clean up LACP module interface.

There's no particular reason to force users of the LACP module to
be aware of the lacp_pdu structure.  This patch hides that
information in the LACP module implementation.  This results in
slightly cleaner code which is more consistent with the CFM
module.
lib/lacp.c
lib/lacp.h
ofproto/ofproto-dpif.c