On Tue, Aug 21, 2012 at 01:55:35PM +0900, Simon Horman wrote:
> Split OFPRAW_OFPST_AGGREGATE_REQUEST into OpenFlow 1.0 and 1.1+
> versions.
> 
> This should be sufficient to allow adding encoding and decoding of
> Open Flow 1.1 and 1.2 Aggregate Stats Request messages.
> 
> Encoding and decoding of Open Flow 1.1 and 1.2 Aggregate Stats Response
> messages works using the existing code without modification.
> 
> Signed-off-by: Simon Horman <ho...@verge.net.au>

Thanks, I applied this with s/false/true/ here since this is an
aggregate stats request:
> +    case OFPRAW_OFPST11_AGGREGATE_REQUEST:
> +        return ofputil_decode_ofpst11_flow_request(fsr, &b, false);
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to