sandbox: Include vtep dir into the sandbox path
authorMiguel Angel Ajo <mangelajo@redhat.com>
Thu, 3 Sep 2015 17:02:47 +0000 (19:02 +0200)
committerBen Pfaff <blp@nicira.com>
Fri, 4 Sep 2015 18:31:14 +0000 (11:31 -0700)
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>
tutorial/ovs-sandbox

index c8fc32f..5e0553b 100755 (executable)
@@ -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