summaryrefslogtreecommitdiff
path: root/vtep
diff options
context:
space:
mode:
authorEthan Rahn <erahn@arista.com>2016-10-06 16:21:33 -0700
committerBen Pfaff <blp@ovn.org>2016-11-10 10:36:42 -0800
commite18a1d0861338058f591e09b30415d758bdbac9b (patch)
treed94eaf8163bcbac6a5490c2644260dca549fbb66 /vtep
parent60230e06ce89ac7bb4e2cba85a4e037a5ffbd224 (diff)
downloadopenvswitch-e18a1d0861338058f591e09b30415d758bdbac9b.tar.gz
Add support for specifying SSL connection parameters to ovsdb
Signed-off-by: Ethan Rahn <erahn@arista.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'vtep')
-rw-r--r--vtep/vtep-ctl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vtep/vtep-ctl.c b/vtep/vtep-ctl.c
index 3450deb70..c57f592be 100644
--- a/vtep/vtep-ctl.c
+++ b/vtep/vtep-ctl.c
@@ -165,7 +165,8 @@ parse_options(int argc, char *argv[], struct shash *local_options)
OPT_PEER_CA_CERT,
OPT_LOCAL,
VLOG_OPTION_ENUMS,
- TABLE_OPTION_ENUMS
+ TABLE_OPTION_ENUMS,
+ SSL_OPTION_ENUMS,
};
static const struct option global_long_options[] = {
{"db", required_argument, NULL, OPT_DB},