diff options
| -rw-r--r-- | net/openvswitch/flow_table.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openvswitch/flow_table.c b/net/openvswitch/flow_table.c index 5e57628e6584..4613df8c8290 100644 --- a/net/openvswitch/flow_table.c +++ b/net/openvswitch/flow_table.c | |||
| @@ -85,6 +85,8 @@ struct sw_flow *ovs_flow_alloc(void) | |||
| 85 | 85 | ||
| 86 | flow->sf_acts = NULL; | 86 | flow->sf_acts = NULL; |
| 87 | flow->mask = NULL; | 87 | flow->mask = NULL; |
| 88 | flow->id.unmasked_key = NULL; | ||
| 89 | flow->id.ufid_len = 0; | ||
| 88 | flow->stats_last_writer = NUMA_NO_NODE; | 90 | flow->stats_last_writer = NUMA_NO_NODE; |
| 89 | 91 | ||
| 90 | /* Initialize the default stat node. */ | 92 | /* Initialize the default stat node. */ |
