ofproto: Make flow format specific to an OpenFlow connection.
authorBen Pfaff <blp@nicira.com>
Fri, 5 Nov 2010 18:59:05 +0000 (11:59 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 5 Nov 2010 18:59:05 +0000 (11:59 -0700)
commitb70eac89d2a663571edc0b32578dd103b254860d
treea76c4f473035faf0c60089019bf4a6217a6d0854
parentf9bfea1402fb4776e505eba7bb712c8355e01e70
ofproto: Make flow format specific to an OpenFlow connection.

Until now the flow format has been a global property of an ofproto.
This is no longer appropriate, because the Nicira Extended Match
flow format that upcoming commits will add is not compatible with
OpenFlow 1.0-only controllers.  This commit changes the flow format
to a property of an individual OpenFlow connection.
ofproto/ofproto.c