Re: [ovs-dev] [bondlib 18/19] bridge: Separate mirroring logic from forwarding logic.

2011-03-30 Thread Ethan Jackson
Looks Good. On Fri, Mar 25, 2011 at 10:35 AM, Ben Pfaff wrote: > In my opinion this is easier to understand than the way that these > two logically separate steps were previously entangled. > --- >  vswitchd/bridge.c |   41 ++--- >  1 files changed, 30 insertio

[ovs-dev] [bondlib 18/19] bridge: Separate mirroring logic from forwarding logic.

2011-03-25 Thread Ben Pfaff
In my opinion this is easier to understand than the way that these two logically separate steps were previously entangled. --- vswitchd/bridge.c | 41 ++--- 1 files changed, 30 insertions(+), 11 deletions(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c