ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.
authorBen Pfaff <blp@nicira.com>
Thu, 29 Nov 2012 04:43:02 +0000 (20:43 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 29 Nov 2012 16:04:32 +0000 (08:04 -0800)
commite71bff1bef0252209d01e618a33d80d59e366829
tree15e5943cac6a34336a4ce29e7e7f9582391198c5
parent6d2c051a33bccc913259baa14134dd0356530b26
ofp-util: Make "OXM" flow format name include both OpenFlow 1.2 and 1.3.

To my mind, it makes sense, when a user requests OXM as the flow format,
to allow any protocol based on the OXM flow format to be used.  Until this
commit, however, "OXM" was specifically OpenFlow 1.2, and "OpenFlow13" was
required to request OXM on OpenFlow 1.3.

This doesn't affect the behavior of any released version of Open vSwitch.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Simon Horman <horms@verge.net.au>
lib/ofp-util.c
lib/ofp-util.h
tests/learn.at
tests/ovs-ofctl.at
utilities/ovs-ofctl.8.in