On Wed, Aug 29, 2012 at 09:57:21AM -0700, Ben Pfaff wrote:
> 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);

Thanks, sorry for messing that up.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to