datapath: Initialize unmasked key and uid len.
[cascardo/ovs.git] / datapath / flow_table.c
index 311e5ee..9a27bea 100644 (file)
@@ -92,6 +92,8 @@ struct sw_flow *ovs_flow_alloc(void)
 
        flow->sf_acts = NULL;
        flow->mask = NULL;
+       flow->id.ufid_len = 0;
+       flow->id.unmasked_key = NULL;
        flow->stats_last_writer = NUMA_NO_NODE;
 
        /* Initialize the default stat node. */