openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.
authorBen Pfaff <blp@nicira.com>
Thu, 16 Feb 2012 00:22:18 +0000 (16:22 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 7 Mar 2012 22:05:10 +0000 (14:05 -0800)
commit08f94c0e1a47518e73f954af8f61eb0df31ac8bd
treed891d1ee373354795073d3ac72dae70bff4cfb90
parent6c0386119d614d5e26ca08cc3d8e527806b87ef9
openflow: Split OFPAT_* into OFPAT10_* and OFPAT11_*.

An upcoming commit will start referring to OpenFlow 1.1 actions, which are
renumbered relative to OpenFlow 1.0 actions, so this commit prepares by
changing all the existing uses of OFPAT_* to instead use OFPAT10_*.

This commit also introduces the OFPAT11_* constants.

Reviewed-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
14 files changed:
include/openflow/openflow-1.0.h
include/openflow/openflow-1.1.h
lib/learn.c
lib/learning-switch.c
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.def
lib/ofp-util.h
ofproto/connmgr.c
ofproto/fail-open.c
ofproto/in-band.c
ofproto/ofproto-dpif.c
ofproto/ofproto.c