diff mbox

[ovs-dev] Include vtep dir into the sandbox path

Message ID 1441270589-25436-1-git-send-email-majopela@redhat.com
State Not Applicable
Headers show

Commit Message

Miguel Angel Ajo Sept. 3, 2015, 8:56 a.m. UTC
From: Miguel Angel Ajo <mangelajo@redhat.com>

Otherwise the built vtep-ctl is not available from the
sandbox command line.
---
 tutorial/ovs-sandbox | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Miguel Angel Ajo Sept. 3, 2015, 11:34 a.m. UTC | #1
Sorry for the duplicate, I got a rejection on first one from the server, 
but somehow
is on the mail list archive now that I look.

and I guess I'm missing a Signed-off-my: Miguel Angel Ajo 
<mangelajo@redhat.com>
right?

majopela@redhat.com wrote:
> From: Miguel Angel Ajo<mangelajo@redhat.com>
>
> Otherwise the built vtep-ctl is not available from the
> sandbox command line.
> ---
>   tutorial/ovs-sandbox | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
> index c8fc32f..5e0553b 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
diff mbox

Patch

diff --git a/tutorial/ovs-sandbox b/tutorial/ovs-sandbox
index c8fc32f..5e0553b 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