ovs-vsctl: Add the missing ssl bootstrapping option parsing.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 19 Aug 2015 16:21:04 +0000 (09:21 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 21 Aug 2015 22:07:20 +0000 (15:07 -0700)
commit6b777e472efab7fa7c5446a5080c4c42eb5dc0d3
tree380a986a866029bd19d6d90dfdf1e3896aeec69d
parent2234a7db33539500dc439a41243b70083f28ba54
ovs-vsctl: Add the missing ssl bootstrapping option parsing.

'man ovs-vsctl' mentions that ovs-vsctl can bootstrap itself
by getting the certificate from the server. But the option
was never parsed in the code.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-vsctl.c