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:
committed by
Russell Bryant
parent
182c78216c
commit
0ced2a5c5e
@@ -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)
|
||||
|
Reference in New Issue
Block a user