]> git.proxmox.com Git - mirror_ovs.git/blobdiff - datapath/flow.h
datapath: Backport conntrack fixes.
[mirror_ovs.git] / datapath / flow.h
index f724ce6c317dae685d6eae353a7484ec4f340986..c0b628a2948f39cebff9a70389735a5dc182bf06 100644 (file)
@@ -116,7 +116,7 @@ struct sw_flow_key {
                u16 zone;
                u32 mark;
                u8 state;
-               struct ovs_key_ct_label label;
+               struct ovs_key_ct_labels labels;
        } ct;
 
 } __aligned(BITS_PER_LONG/8); /* Ensure that we can do comparisons as longs. */