bridge: Fix remote_opstate bug recently introduced.
authorBen Pfaff <blp@nicira.com>
Wed, 6 Mar 2013 22:47:11 +0000 (14:47 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 7 Mar 2013 00:23:27 +0000 (16:23 -0800)
commit18637fdc2e3279240b61eef5162aaff159e766d0
tree7b7b0263731ebcb84c00ae8639a2fa6af51dc526
parent29a5df0ae41eb7cf6393a0f23cc51c2d3fbe69f1
bridge: Fix remote_opstate bug recently introduced.

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 <blp@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/ofproto.h
vswitchd/bridge.c