Add DHCP Client libs and VPP sends DHCPv4 Discover test
[csit.git] / bootstrap-vpp-verify-weekly.sh
index 55fcfff..550c191 100644 (file)
@@ -69,7 +69,7 @@ if [ "${#}" -ne "0" ]; then
     arr=(${@})
     echo ${arr[0]}
 else
-    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