Message ID | 1441299767-1938-1-git-send-email-majopela@redhat.com |
---|---|
State | Accepted |
Headers | show |
On 09/03/2015 01:02 PM, majopela@redhat.com wrote: > From: Miguel Angel Ajo <mangelajo@redhat.com> > > Otherwise the built vtep-ctl is not available from the > sandbox command line. > > Signed-off-by: Miguel Angel Ajo <mangelajo@redhat.com> Thanks! Acked-by: Russell Bryant <rbryant@redhat.com>
On Thu, Sep 03, 2015 at 01:08:13PM -0400, Russell Bryant wrote: > On 09/03/2015 01:02 PM, majopela@redhat.com wrote: > > From: Miguel Angel Ajo <mangelajo@redhat.com> > > > > Otherwise the built vtep-ctl is not available from the > > sandbox command line. > > > > Signed-off-by: Miguel Angel Ajo <mangelajo@redhat.com> > > Thanks! > > Acked-by: Russell Bryant <rbryant@redhat.com> Applied, thanks Miguel and Russell!
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