mirror of
https://github.com/openvswitch/ovs
synced 2025-08-22 09:58:01 +00:00
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>
13 lines
322 B
Makefile
13 lines
322 B
Makefile
EXTRA_DIST += \
|
|
tutorial/ovs-sandbox \
|
|
tutorial/t-setup \
|
|
tutorial/t-stage0 \
|
|
tutorial/t-stage1 \
|
|
tutorial/t-stage2 \
|
|
tutorial/t-stage3 \
|
|
tutorial/t-stage4 \
|
|
tutorial/ovn-setup.sh
|
|
sandbox: all
|
|
cd $(srcdir)/tutorial && MAKE=$(MAKE) HAVE_OPENSSL=$(HAVE_OPENSSL) \
|
|
./ovs-sandbox -b $(abs_builddir) $(SANDBOXFLAGS)
|