openflow-1.2: Remove OFPAT12_* definitions that duplicate OFPAT11_* ones.
authorBen Pfaff <blp@nicira.com>
Mon, 24 Sep 2012 20:11:37 +0000 (13:11 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 26 Sep 2012 16:21:27 +0000 (09:21 -0700)
commite78b61f6e5068c959b7b2e0903f17f4e77a595f1
tree2ac2809f5a5ccdd9b8adc90594aec8745c1f8686
parent495fe2648edbaa703f1c983aa58b8128e7386154
openflow-1.2: Remove OFPAT12_* definitions that duplicate OFPAT11_* ones.

OpenFlow 1.1 and 1.2 action numbering is compatible, in that no
OpenFlow 1.2 action uses an OpenFlow 1.1 action number in a different
way from OpenFlow 1.1.  So it's confusing and unnecessary to have
separate definitions for these numbers.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Reviewed-by: Simon Horman <horms@verge.net.au>
include/openflow/openflow-1.2.h
ofproto/ofproto.c