cfm: cfm_run() return ccm instead of packet.
authorEthan Jackson <ethan@nicira.com>
Tue, 22 Mar 2011 23:57:43 +0000 (16:57 -0700)
committerEthan Jackson <ethan@nicira.com>
Wed, 23 Mar 2011 20:16:38 +0000 (13:16 -0700)
commita58727fb4007caf91d6eb615a123f161e4f4b9af
treec1c1751c71c8fc7c8bef110d54e6695ed697410c
parent40f78b38e745019e08b3cfe06ddf205f0cc4b970
cfm: cfm_run() return ccm instead of packet.

It doesn't really make sense for the CFM code to be composing
packets.  Its caller is better placed to compose the appropriate
L2 header.  This commit pulls that logic out of the CFM library.
lib/cfm.c
lib/cfm.h
ofproto/ofproto.c
vswitchd/bridge.c