Re: [ovs-dev] [bondlib 11/19] lacp: Encapsulate configuration into new structs.

2011-03-28 Thread Ethan Jackson
Looks Good. On Fri, Mar 25, 2011 at 10:35 AM, Ben Pfaff wrote: > This makes it easier to pass configuration between modules. > --- >  lib/lacp.c        |   36 >  lib/lacp.h        |   26 +++--- >  vswitchd/bridge.c |   49 ++

[ovs-dev] [bondlib 11/19] lacp: Encapsulate configuration into new structs.

2011-03-25 Thread Ben Pfaff
This makes it easier to pass configuration between modules. --- lib/lacp.c| 36 lib/lacp.h| 26 +++--- vswitchd/bridge.c | 49 - 3 files changed, 63 insertions(+), 48 dele