ovs-vsctl: Add support for extended vlog options
authorJustin Pettit <jpettit@nicira.com>
Tue, 5 Jan 2010 03:15:22 +0000 (19:15 -0800)
committerJustin Pettit <jpettit@nicira.com>
Tue, 5 Jan 2010 08:10:17 +0000 (00:10 -0800)
commite26b5a068c2b43c19d24deb8bb84499b112069fb
tree6d81b792bb5e6af18843d4eaf9dd2c00f0ff8b35
parent8f3a29be917cad5bcb389ab510d918ae21fea0c5
ovs-vsctl: Add support for extended vlog options

The man page states that ovs-vsctl supports extended vlog options (e.g.,
--log-file), but the executable did not.  This commit adds it.
utilities/ovs-vsctl.c