aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-05-11 14:32:00 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-05-11 14:32:00 +0000
commit589565c7d88f238e0dbbe5562db06a07fd529605 (patch)
tree4fb5615979f519a20e6e4aac545389875fc86936 /src
parentfec2b7afe7cb98ae923bbd5a9d363038199ad0bb (diff)
parentc678bfa6c2769f01d9a00ff7d41f4af3d7f2fe16 (diff)
Merge "ovs: update to OVS 2.5"
Diffstat (limited to 'src')
-rw-r--r--src/package-list.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/package-list.mk b/src/package-list.mk
index 4bd1159b..8b09c424 100644
--- a/src/package-list.mk
+++ b/src/package-list.mk
@@ -10,7 +10,9 @@ DPDK_TAG ?= v2.2.0
# OVS section
OVS_URL ?= https://github.com/openvswitch/ovs
-OVS_TAG ?= 02ab4b1a6a173979a51cabd7000a34546d517e60
+#The Tag below is for OVS v2.5.0 with backwards compatibility support for Qemu
+#versions < 2.5.
+OVS_TAG ?= f3ea2ad27fd076735fdb78286980749bb12fe1ce
# QEMU section
QEMU_URL ?= https://github.com/qemu/qemu.git