docs: Make it clear that ovs-openflowd is an alternative to ovs-vswitchd.
[openvswitch] / datapath / datapath.c
index 6829ad0bf88b1c1ffbca9bfd563a994662e2353d..9eeb28cd1d12c04be4253c94e1f575ea6f52535e 100644 (file)
@@ -1827,7 +1827,6 @@ static int compat_query_flows(struct datapath *dp, struct compat_odp_flow *flows
 
                if (compat_get_flow(&uf, ufp))
                        return -EFAULT;
-               memset(uf.key.reserved, 0, sizeof uf.key.reserved);
 
                flow_node = tbl_lookup(table, &uf.key, flow_hash(&uf.key), flow_cmp);
                if (!flow_node)