From 8a79c2d43150e9ae3fd88370a64458a9c423cf91 Mon Sep 17 00:00:00 2001 From: Ankur Sharma Date: Fri, 26 Sep 2014 17:33:08 -0700 Subject: datapath-windows/Flow.c: FLOW_NEW command handler. This patch covers the changes needed to support FLOW_NEW command. API _OvsFlowMapNlToFlowPutFlags has a bug, which will be fixed with the patches for FLOW_DEL. Signed-off-by: Ankur Sharma Acked-by: Alin Gabriel Serdean Acked-by: Eitan Eliahu Acked-by: Nithin Raju Acked-by: Samuel Ghinet Tested-by: Ankur Sharma Signed-off-by: Ben Pfaff --- datapath-windows/include/OvsPub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'datapath-windows/include') diff --git a/datapath-windows/include/OvsPub.h b/datapath-windows/include/OvsPub.h index ff0e8ce20..a8516b6d2 100644 --- a/datapath-windows/include/OvsPub.h +++ b/datapath-windows/include/OvsPub.h @@ -405,7 +405,7 @@ typedef struct OvsFlowPut { uint32_t actionsLen; OvsFlowKey key; uint32_t flags; - NL_ATTR actions[0]; /* Variable length indicated by actionsLen. */ + PNL_ATTR actions; } OvsFlowPut; #define OVS_MIN_PACKET_SIZE 60 -- cgit v1.2.1