openflow-1.0: Rename ofp_match to ofp10_match, OFPFW_* to OFPFW10_*.
authorBen Pfaff <blp@nicira.com>
Tue, 22 May 2012 04:51:03 +0000 (21:51 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 13 Jun 2012 04:19:09 +0000 (21:19 -0700)
commiteec25dc1ae3ed49ad5e2eda0ca04450c4f75d6f7
tree0d1fda2c5091b378098fcbe09a23d85f14f2ab2f
parent7c00ccb6740ac240c7d50e3631b36553f47eb769
openflow-1.0: Rename ofp_match to ofp10_match, OFPFW_* to OFPFW10_*.

This better fits our general policy of adding a version number suffix
to structures and constants whose values differ from one OpenFlow
version to the next.

Reviewed-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
14 files changed:
include/openflow/nicira-ext.h
include/openflow/openflow-1.0.h
lib/flow.h
lib/learning-switch.c
lib/learning-switch.h
lib/ofp-print.c
lib/ofp-print.h
lib/ofp-util.c
lib/ofp-util.h
ofproto/ofproto-provider.h
ofproto/ofproto.c
tests/ofp-print.at
tests/test-flows.c
utilities/ovs-controller.c