ovs-vsctl: Factor out and optimize searching for a command by name.
authorBen Pfaff <blp@nicira.com>
Wed, 1 Sep 2010 20:41:09 +0000 (13:41 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Oct 2010 17:18:51 +0000 (10:18 -0700)
commit1998cd4d3ef151a57abf9a2e826659f28146362b
tree751f0e6f442dc0cb9d4b1d2a92b138ec2fa5a3df
parentc84d769c147830be5aa99ed3e6bdc92af15abd5d
ovs-vsctl: Factor out and optimize searching for a command by name.

The following commit will introduce a new function that wants to do this
a lot, so we might as well do it efficiently.
utilities/ovs-vsctl.c