packets: create new compose_lacp_pdu() function.
authorEthan Jackson <ethan@nicira.com>
Tue, 1 Mar 2011 21:27:23 +0000 (13:27 -0800)
committerEthan Jackson <ethan@nicira.com>
Thu, 17 Mar 2011 19:49:34 +0000 (12:49 -0700)
commit07a6cf771dc049600033453d700ea93b9449bd33
tree43f17cc3e773532e2fedd341b3694c84425c54dd
parente5ed989d03ae908434d6cd6e0feab000e81e8e72
packets: create new compose_lacp_pdu() function.

Creates new compose_lacp_pdu() from the old compose_lacp_packet()
function.  This will allow a LACP PDU to be created without
necessarily knowing the Ethernet Source Address required for
generating the packet.  Future patches rely on this functionality.
lib/packets.c
lib/packets.h
vswitchd/bridge.c