openflow-1.1.h: Fix OFPFW11_* definitions.
authorBen Pfaff <blp@nicira.com>
Tue, 22 May 2012 07:25:08 +0000 (00:25 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 13 Jun 2012 04:19:04 +0000 (21:19 -0700)
commit7c00ccb6740ac240c7d50e3631b36553f47eb769
treeeeedabf36e253cb14aa792df9feb99d363a37d1e
parent790897648eacc8f5effbba88f9e60dab29edcaf5
openflow-1.1.h: Fix OFPFW11_* definitions.

OFPFW_DL_SRC and OFPFW_DL_DST don't exist in OpenFlow 1.1.  Replace them
by the correct enums.

Most of the change here is due to respacing since DL_VLAN_PCP is one
character wider than any previous name.

This doesn't fix a real bug because these constants didn't have any users
in the tree.

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