vswitchd: Modularize LACP.
authorEthan Jackson <ethan@nicira.com>
Mon, 28 Feb 2011 22:48:06 +0000 (14:48 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 18 Mar 2011 18:33:01 +0000 (11:33 -0700)
commit6aa7430820bb327b65de0e02baf928ed663bef2b
tree13e5b149da763df2232d5825bed327eaabd87a97
parentafabe15a7aea7a588ea1711ce00bb524fe1733c2
vswitchd: Modularize LACP.

This commit pulls LACP code out of the bridge into its own LACP
module.  Currently this module is only used by the existing bonding
infrastructure.
lib/automake.mk
lib/lacp.c [new file with mode: 0644]
lib/lacp.h [new file with mode: 0644]
vswitchd/bridge.c
vswitchd/ovs-vswitchd.8.in