ovs-brcompatd: Simplify logic and make more robust.
authorBen Pfaff <blp@nicira.com>
Fri, 18 Dec 2009 20:33:34 +0000 (12:33 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 18 Dec 2009 20:33:34 +0000 (12:33 -0800)
commit058fd2a2741deff874db53f0d7cdbf743e1f2a0f
tree9645795b927e72b9c7c7871679c3c317b74daebb
parent39b78711a0ca6724347b366ea265fa569bb1937a
ovs-brcompatd: Simplify logic and make more robust.

The ovs-brcompatd code was trying hard to make sure that an Open_vSwitch
record would exist in the database before it would look for one.  It is
easier to just check for a record and use it if it is there, and it is
also more robust against databases that have not been initialized.
vswitchd/ovs-brcompatd.c