ofp-errors: Implement OpenFlow 1.2+ experimenter error codes.
authorBen Pfaff <blp@nicira.com>
Mon, 24 Jun 2013 20:49:40 +0000 (13:49 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 25 Jun 2013 17:52:20 +0000 (10:52 -0700)
commit514887ee4666894c4d0b93960ce3d33515611fa9
tree868bf3d824af6a6eaf7415b15512e42ac480aede
parent638a19b04578669b5d43cb4d91391a9e1da93dc7
ofp-errors: Implement OpenFlow 1.2+ experimenter error codes.

OpenFlow 1.2 standardized experimenter error codes in a way different from
the Nicira extension.  This commit implements the OpenFlow 1.2+ version.

This commit also makes it easy to add error codes for new experimenter IDs
by adding new *_VENDOR_ID definitions to openflow-common.h.

Signed-off-by: Ben Pfaff <blp@nicira.com>
OPENFLOW-1.1+
build-aux/extract-ofp-errors
include/openflow/nicira-ext.h
include/openflow/openflow-1.2.h
include/openflow/openflow-common.h
lib/automake.mk
lib/ofp-errors.c
lib/ofp-errors.h
tests/ofp-errors.at
utilities/ovs-ofctl.c