mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
A previous commit removed the original ovs-sandbox based OVN tutorial because it became too outdated and difficult to maintain. However, the use of ovs-sandbox for basic OVN development and testing is incredibly useful, so we should provide at least basic documentation on how to use it. This commit introduces a new and shorter document that shows how to use OVN in ovs-sandbox. It provides a single sample configuration, as well as a sample ovn-trace command. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Numan Siddique <nusiddiq@redhat.com>
12 lines
289 B
Makefile
12 lines
289 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) ./ovs-sandbox -b $(abs_builddir) $(SANDBOXFLAGS)
|