ofproto: Refactor handle_aggregate_stats_request().
authorBen Pfaff <blp@nicira.com>
Fri, 5 Nov 2010 19:49:06 +0000 (12:49 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 5 Nov 2010 19:49:06 +0000 (12:49 -0700)
commit27d34fce499f0f6b904fd27e84e81ecd44d67cfd
tree0e83664c0d991078ed44db2223dadd2638580395
parent2228b50de3a9e8a94e3e1e2a9dd688f358adf3ff
ofproto: Refactor handle_aggregate_stats_request().

This breaks this OpenFlow handler into two parts, one responsible
for parsing and constructing OpenFlow messages and one that works
with the flow table.  The latter will be reused in a later commit
that implements the Nicira Extended Match flexible flow match
extension.
ofproto/ofproto.c