When you run ovs-sandbox, it finishes with a note describing the dummy environment it has set up. Add some additional text that indicates that OVN is also enabled when that is the case.
Signed-off-by: Russell Bryant <russ...@ovn.org> --- tutorial/ovs-sandbox | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox index ea3b827..99cc3bb 100755 --- a/tutorial/ovs-sandbox +++ b/tutorial/ovs-sandbox @@ -360,8 +360,16 @@ cat <<EOF ---------------------------------------------------------------------- You are running in a dummy Open vSwitch environment. You can use ovs-vsctl, ovs-ofctl, ovs-appctl, and other tools to work with the -dummy switch. +dummy switch. +EOF +if $ovn; then cat << EOF +This environment also has the OVN daemons and databases enabled. +You can use ovn-nbctl and ovn-sbctl to interact with the OVN databases. + +EOF +fi +cat <<EOF Log files, pidfiles, and the configuration database are in the "sandbox" subdirectory. -- 2.5.0 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev