summaryrefslogtreecommitdiff
path: root/tutorial
diff options
context:
space:
mode:
authorMiguel Angel Ajo <mangelajo@redhat.com>2015-09-03 19:02:47 +0200
committerBen Pfaff <blp@nicira.com>2015-09-04 11:31:14 -0700
commit8013510c644f4c3bc500a825a3f5e18186f18a22 (patch)
treea2e9462a959d5a6bbd5aec84e4a5daece7f77044 /tutorial
parent8e3cdf37e59bc77f307462a8bc5b155805325e1b (diff)
downloadopenvswitch-8013510c644f4c3bc500a825a3f5e18186f18a22.tar.gz
sandbox: Include vtep dir into the sandbox path
Otherwise the built vtep-ctl is not available from the sandbox command line. Signed-off-by: Miguel Angel Ajo <mangelajo@redhat.com> Acked-by: Russell Bryant <rbryant@redhat.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'tutorial')
-rwxr-xr-xtutorial/ovs-sandbox2
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index c8fc32f56..5e0553b27 100755
--- a/tutorial/ovs-sandbox
+++ b/tutorial/ovs-sandbox
@@ -258,7 +258,7 @@ if $built; then
echo >&2 'build not found, please change set $builddir or change directory'
exit 1
fi
- PATH=$builddir/ovsdb:$builddir/vswitchd:$builddir/utilities:$PATH
+ PATH=$builddir/ovsdb:$builddir/vswitchd:$builddir/utilities:$builddir/vtep:$PATH
if $ovn; then
PATH=$builddir/ovn:$builddir/ovn/controller:$builddir/ovn/controller-vtep:$builddir/ovn/northd:$builddir/ovn/utilities:$PATH
fi