ovs-vsctl: Check for uncreated symbols earlier.
authorBen Pfaff <blp@nicira.com>
Mon, 28 Feb 2011 20:45:16 +0000 (12:45 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 10 Mar 2011 19:23:59 +0000 (11:23 -0800)
commit28a3b753fa850e6a052126a061749d6539550fd8
tree203a9dcf270cee3cfc6a8dfa4b0f4ce372044d8f
parent19b48a816b9af445ff71269ba7219b64f763ca18
ovs-vsctl: Check for uncreated symbols earlier.

The check for uncreated symbols does not rely on anything that happens
during transaction commit, so there is no point in allowing the transaction
to be sent to the database server, only to fail there, before reporting
the problem locally.
utilities/ovs-vsctl.c