[ovs-dev] [PATCH 03/27] ofp-msgs: Split OFPRAW_OFPST_AGGREGATE_REQUEST

Ben Pfaff blp at nicira.com
Wed Aug 29 16:57:21 UTC 2012


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 <horms at 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);



More information about the dev mailing list