lib: Fix netbsd compilation error.
[cascardo/ovs.git] / .travis / build.sh
index 1b7aaac..4df618b 100755 (executable)
@@ -69,7 +69,7 @@ fi
 
 if [ "$DPDK" ]; then
     if [ -z "$DPDK_VER" ]; then
-        DPDK_VER="2.1.0"
+        DPDK_VER="2.2.0"
     fi
     install_dpdk $DPDK_VER
     if [ "$CC" = "clang" ]; then