ofp-msgs: Split OFPRAW_OFPST_AGGREGATE_REQUEST
authorSimon Horman <horms@verge.net.au>
Tue, 21 Aug 2012 04:55:35 +0000 (13:55 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 29 Aug 2012 16:56:35 +0000 (09:56 -0700)
commit617da9cda70c6f11a3e674bc4a81f54e8b77b690
tree9fd1030ccc6150ffc58eeddcb66b2092d7a4b633
parent0157ad3a08e849dae1223fe5ee0f33afc99235fc
ofp-msgs: Split OFPRAW_OFPST_AGGREGATE_REQUEST

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@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/ofp-msgs.h
lib/ofp-util.c
tests/ofp-print.at