diff options
author | Ray Kinsella <ray.kinsella@intel.com> | 2017-03-28 11:55:43 +0100 |
---|---|---|
committer | Ray Kinsella <ray.kinsella@intel.com> | 2017-03-28 11:55:43 +0100 |
commit | 84e35ad1e675bc7e2ac69b0ed12cb6ce3a4c697f (patch) | |
tree | b00539c90d49c380c6d5d7b7ef434be96b051b66 /vpp-userdemo/run | |
parent | 58fda365c5c9281eaddd1867d0456625349cef44 (diff) |
vpp-userdemo: updated to VPP 17.01
Updated the vpp-userdemo to support VPP 17.01, plus
a number of other bug fixes.
Change-Id: I79aebebdeaa4ad20690351f820e2efb5e62fdbee
Signed-off-by: Ray Kinsella <ray.kinsella@intel.com>
Diffstat (limited to 'vpp-userdemo/run')
-rwxr-xr-x | vpp-userdemo/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp-userdemo/run b/vpp-userdemo/run index b3582de..293c942 100755 --- a/vpp-userdemo/run +++ b/vpp-userdemo/run @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -vagrant ssh -c "/vagrant/vmrun /vagrant/${1}" +vagrant ssh -c "/vagrant/vmrun /vagrant/tutorials/${1}" |