summaryrefslogtreecommitdiff
path: root/manpages.mk
diff options
context:
space:
mode:
authorLance Richardson <lrichard@redhat.com>2016-12-08 13:12:24 -0500
committerBen Pfaff <blp@ovn.org>2016-12-21 15:01:49 -0800
commit10471820e182c5bf683a21a16805f0587ad3ef66 (patch)
tree1fbc764efa038a54c40f21caeffa1d6ec36f8a6b /manpages.mk
parent821302cfc00f00d7e0589dd8b3a45f647be711d2 (diff)
downloadopenvswitch-10471820e182c5bf683a21a16805f0587ad3ef66.tar.gz
ovn-sb: remote connection management in sb db
Add support for managing remote connections, including SSL configuration, to southbound db schema, and add necessary commands to ovn-sbctl. Signed-off-by: Lance Richardson <lrichard@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'manpages.mk')
-rw-r--r--manpages.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/manpages.mk b/manpages.mk
index 2fb8ef44b..742bd66cd 100644
--- a/manpages.mk
+++ b/manpages.mk
@@ -4,16 +4,26 @@ ovn/utilities/ovn-sbctl.8: \
ovn/utilities/ovn-sbctl.8.in \
lib/common.man \
lib/db-ctl-base.man \
+ lib/ssl-bootstrap.man \
+ lib/ssl-peer-ca-cert.man \
+ lib/ssl.man \
lib/table.man \
lib/vlog.man \
ovsdb/remote-active.man \
+ ovsdb/remote-active.man \
+ ovsdb/remote-passive.man \
ovsdb/remote-passive.man
ovn/utilities/ovn-sbctl.8.in:
lib/common.man:
lib/db-ctl-base.man:
+lib/ssl-bootstrap.man:
+lib/ssl-peer-ca-cert.man:
+lib/ssl.man:
lib/table.man:
lib/vlog.man:
ovsdb/remote-active.man:
+ovsdb/remote-active.man:
+ovsdb/remote-passive.man:
ovsdb/remote-passive.man:
ovsdb/ovsdb-client.1: \