2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

sandbox: use ssl for ovn-controller to sb db connection

When SSL support is available, use SSL for the ovn-controller
to southbound database connection. When configured without
SSL, unix socket connections are used.

Signed-off-by: Lance Richardson <lrichard@redhat.com>
Signed-off-by: Russell Bryant <russell@ovn.org>
This commit is contained in:
Lance Richardson
2017-03-23 12:23:33 -04:00
committed by Russell Bryant
parent 182c78216c
commit 0ced2a5c5e
2 changed files with 40 additions and 9 deletions

View File

@@ -8,4 +8,5 @@ EXTRA_DIST += \
tutorial/t-stage4 \
tutorial/ovn-setup.sh
sandbox: all
cd $(srcdir)/tutorial && MAKE=$(MAKE) ./ovs-sandbox -b $(abs_builddir) $(SANDBOXFLAGS)
cd $(srcdir)/tutorial && MAKE=$(MAKE) HAVE_OPENSSL=$(HAVE_OPENSSL) \
./ovs-sandbox -b $(abs_builddir) $(SANDBOXFLAGS)