Re: [ovs-dev] [PATCH 1/2] bridge: Fix remote_opstate bug recently introduced.

2013-03-06 Thread Ethan Jackson
Acked-by: Ethan Jackson On Wed, Mar 6, 2013 at 2:53 PM, Ben Pfaff wrote: > Commit 9a9e3786b3a8 (ofproto: Merge all the CFM query functions into one.) > mistakenly transformed a tristate variable into a Boolean one. This commit > fixes the problem. > > Signed-off-by: Ben Pfaff > --- > ofpro

[ovs-dev] [PATCH 1/2] bridge: Fix remote_opstate bug recently introduced.

2013-03-06 Thread Ben Pfaff
Commit 9a9e3786b3a8 (ofproto: Merge all the CFM query functions into one.) mistakenly transformed a tristate variable into a Boolean one. This commit fixes the problem. Signed-off-by: Ben Pfaff --- ofproto/ofproto.h |7 ++- vswitchd/bridge.c |9 +++-- 2 files changed, 13 inserti