Re: [ovs-dev] [PATCHv2 1/6] ofproto-dpif: Reject partial ct_labels if unsupported.

2015-11-11 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On Nov 11, 2015, at 11:39 AM, Joe Stringer wrote: > > If only half of a ct_label is present in a miniflow/minimask (eg, only > matching on one specific bit), then rule_check() would allow the flow > even if ct_label was unsupported, because it required both 64-bit fi

[ovs-dev] [PATCHv2 1/6] ofproto-dpif: Reject partial ct_labels if unsupported.

2015-11-11 Thread Joe Stringer
If only half of a ct_label is present in a miniflow/minimask (eg, only matching on one specific bit), then rule_check() would allow the flow even if ct_label was unsupported, because it required both 64-bit fields that comprise the ct_label to be present in the miniflow before performing the check.