Re: [ovs-dev] [bondlib 16/19] bridge: Get rid of 'n_ifaces' member of struct port.

2011-03-30 Thread Ethan Jackson
Looks Good. On Fri, Mar 25, 2011 at 10:35 AM, Ben Pfaff wrote: > If it doesn't exist then it can't have the wrong value. > --- >  vswitchd/bridge.c |   17 +++-- >  1 files changed, 7 insertions(+), 10 deletions(-) > > diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c > index b6f30fd.

[ovs-dev] [bondlib 16/19] bridge: Get rid of 'n_ifaces' member of struct port.

2011-03-25 Thread Ben Pfaff
If it doesn't exist then it can't have the wrong value. --- vswitchd/bridge.c | 17 +++-- 1 files changed, 7 insertions(+), 10 deletions(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index b6f30fd..222ed41 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -145,7 +145