summaryrefslogtreecommitdiff
path: root/include/openflow
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-04-10 14:39:12 -0700
committerBen Pfaff <blp@ovn.org>2016-04-18 08:49:59 -0700
commitb79d45a1cf5d5ea7915755db9a4d2063351988ab (patch)
tree337a271fda7ba5b5f5948489e9e06a06bed8f7a4 /include/openflow
parent0c05d7580d58f17c8e642eb113fd9867333d7196 (diff)
downloadopenvswitch-b79d45a1cf5d5ea7915755db9a4d2063351988ab.tar.gz
Add skeleton for OF1.6 support.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Ryan Moats <rmoats@us.ibm.com>
Diffstat (limited to 'include/openflow')
-rw-r--r--include/openflow/openflow-common.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/openflow/openflow-common.h b/include/openflow/openflow-common.h
index 97beec480..089ff1889 100644
--- a/include/openflow/openflow-common.h
+++ b/include/openflow/openflow-common.h
@@ -32,7 +32,7 @@
*/
/*
- * Copyright (c) 2008-2014 Nicira, Inc.
+ * Copyright (c) 2008-2015 Nicira, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -77,7 +77,8 @@ enum ofp_version {
OFP12_VERSION = 0x03,
OFP13_VERSION = 0x04,
OFP14_VERSION = 0x05,
- OFP15_VERSION = 0x06
+ OFP15_VERSION = 0x06,
+ OFP16_VERSION = 0x07
};
/* Vendor (aka experimenter) IDs.