ovs-vsctl: Add SSL support.
authorBen Pfaff <blp@nicira.com>
Tue, 23 Mar 2010 22:29:10 +0000 (15:29 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 12 Apr 2010 18:03:32 +0000 (11:03 -0700)
commit218a6f5959af42f0fb089bc7d20f418d193832dc
treefbafb8c789dc810dba38ad223f7fc60d9971a662
parentb66bdf3032561157c66c81e1f9f1e05aec18ede7
ovs-vsctl: Add SSL support.

Normally ovs-vsctl is run locally, with a Unix domain socket as target, but
it can be useful over SSL as well from a remote host, so this commit
enables that use.
utilities/ovs-vsctl.c