Merge branch 'mainstream'
[sliver-openvswitch.git] / ofproto / ofproto.c
index 2ccbcee..5cd6b1e 100644 (file)
@@ -6624,7 +6624,7 @@ static void
 oftable_init(struct oftable *table)
 {
     memset(table, 0, sizeof *table);
-    classifier_init(&table->cls);
+    classifier_init(&table->cls, flow_segment_u32s);
     table->max_flows = UINT_MAX;
 }