packets: Create new compose_packet() function.
authorEthan Jackson <ethan@nicira.com>
Wed, 23 Mar 2011 19:59:40 +0000 (12:59 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 23 Mar 2011 20:16:38 +0000 (13:16 -0700)
commit40f78b38e745019e08b3cfe06ddf205f0cc4b970
tree896946ba72966d9eaed199718a841c3ead8f5640
parent15df7ea8d9a338113fc0bd8d2a0a841ec7ce4b6c
packets: Create new compose_packet() function.

This commit generalizes compose_lacp_packet() into new
compose_packet() function.  This new function will be used to send
CCM messages in future patches.
lib/packets.c
lib/packets.h
vswitchd/bridge.c