ovs-vsctl: Fix controller command prerequisites.
authorBen Pfaff <blp@nicira.com>
Wed, 8 Dec 2010 22:24:59 +0000 (14:24 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Dec 2010 01:09:29 +0000 (17:09 -0800)
commit4e3e7ff9fc4cd9f3dec2b96379feb4ca98deccf8
treee5f631bc4c6d16ae1da516ca844cdc7985882e5f
parent00961f7cc5cb65e3d926a382748f231ded90d137
ovs-vsctl: Fix controller command prerequisites.

The controller commands use the "target" column of the Controller table,
but they don't supply it as a prerequisite, which makes those commands
hang.  This commit fixes the problem.
utilities/ovs-vsctl.c