diff options
author | Matej Klotton <mklotton@cisco.com> | 2016-04-28 18:15:49 +0200 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2016-05-16 08:57:29 +0000 |
commit | 06f37e7ba486c598cf2896c87a82c95b8afe17a4 (patch) | |
tree | 9ae53655da9fb1bb4a2c2cd717cc9c9748afba42 /bootstrap.sh | |
parent | ef93cbce8d23d85ade2ba6c446a7cf7b8da5bf1b (diff) |
CSIT-18: Add GRE tunnel libraries and tests.
Change-Id: I91ccd65a26ea1782611bccc3badd91e64366a162
Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index de6cd3722a..3f29f9856e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -70,7 +70,7 @@ if [ "${#}" -ne "0" ]; then echo ${arr[0]} else rm -f *.deb - VPP_STABLE_VER="1.0.0-437~g8f15e92_amd64" + VPP_STABLE_VER="1.0.0-451~g686a5a5_amd64" VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.dev/content/io/fd/vpp" wget -q "${VPP_REPO_URL}/vpp/${VPP_STABLE_VER}/vpp-${VPP_STABLE_VER}.deb" || exit wget -q "${VPP_REPO_URL}/vpp-dbg/${VPP_STABLE_VER}/vpp-dbg-${VPP_STABLE_VER}.deb" || exit |