aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2014-08-11 14:31:29 -0700
committerBen Pfaff <blp@nicira.com>2014-08-12 13:59:40 -0700
commit52d295704034e768eccaa60378e1516401193ad4 (patch)
treead5709f824b49fbb3b909b0411863258b3dac89b /include
parentfd61eb520856f846b206a76effcafadd458ebc9d (diff)
ofp-errors: Use EXT-444 extension error codes for properties in OF1.3.
These error codes are proposed in the ONF extensibility working group as an OpenFlow 1.3 extension. Error codes are also proposed for the other three "bad property" error codes, but those already have standardized OpenFlow 1.3 error codes and the proposal says that implementations should use the standard ones. ONF-JIRA: EXT-444. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'include')
-rw-r--r--include/openflow/openflow-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h
index 05d53680a..3a11725fc 100644
--- a/include/openflow/openflow-common.h
+++ b/include/openflow/openflow-common.h
@@ -98,8 +98,11 @@ enum ofp_version {
*
* - ONF_VENDOR_ID is being used within the ONF "extensibility" working
* group to identify extensions being proposed for standardization.
+ *
+ * The list is sorted numerically.
*/
#define OF_VENDOR_ID 0
+#define HPL_VENDOR_ID 0x000004EA /* HP Labs. */
#define NX_VENDOR_ID 0x00002320 /* Nicira. */
#define ONF_VENDOR_ID 0x4f4e4600 /* Open Networking Foundation. */