From ee25964a60c6b2c6e60a4c5fbfc9e90cf304f970 Mon Sep 17 00:00:00 2001 From: Sorin Vinturis Date: Fri, 25 Mar 2016 14:49:27 +0000 Subject: datapath-windows: Added recirculation support. Recirculation support for the OVS extension. Tested using PING and iperf with Driver Verifier enabled. Signed-off-by: Sorin Vinturis Co-authored-by: Alin Gabriel Serdean Reported-by: Sorin Vinturis Reported-at: https://github.com/openvswitch/ovs-issues/issues/104 Acked-by: Nithin Raju Signed-off-by: Ben Pfaff --- datapath-windows/ovsext/ovsext.vcxproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'datapath-windows/ovsext/ovsext.vcxproj') diff --git a/datapath-windows/ovsext/ovsext.vcxproj b/datapath-windows/ovsext/ovsext.vcxproj index e3aea9717..af718f775 100644 --- a/datapath-windows/ovsext/ovsext.vcxproj +++ b/datapath-windows/ovsext/ovsext.vcxproj @@ -71,6 +71,7 @@ + @@ -93,6 +94,7 @@ + @@ -193,6 +195,7 @@ Create $(IntDir)\precomp.h.pch + -- cgit v1.2.1