summaryrefslogtreecommitdiff
path: root/datapath-windows/include
diff options
context:
space:
mode:
authorAnkur Sharma <ankursharma@vmware.com>2014-09-26 17:33:08 -0700
committerBen Pfaff <blp@nicira.com>2014-09-29 09:03:42 -0700
commit8a79c2d43150e9ae3fd88370a64458a9c423cf91 (patch)
tree800b38bb242ca504b08bbd5ff745ef1457fb5373 /datapath-windows/include
parent0d9bd68b7b30a83d601cca2040702894a95b2b5a (diff)
downloadopenvswitch-8a79c2d43150e9ae3fd88370a64458a9c423cf91.tar.gz
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 <ankursharma@vmware.com> Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Acked-by: Eitan Eliahu <eliahue@vmware.com> Acked-by: Nithin Raju <nithin@vmware.com> Acked-by: Samuel Ghinet <sghinet@cloudbasesolutions.com> Tested-by: Ankur Sharma <ankursharma@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'datapath-windows/include')
-rw-r--r--datapath-windows/include/OvsPub.h2
1 files changed, 1 insertions, 1 deletions
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