mirror of
https://github.com/openvswitch/ovs
synced 2025-10-17 14:28:02 +00:00
ofp-util: Extend message decoding data structures with version field.
This makes it possible to add entries for decoding OpenFlow messages with newer versions, e.g. OpenFlow 1.1 or 1.2. However, no actual messages for newer versions are actually implemented yet; that will come later. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
* experimental OpenFlow version.
|
||||
*/
|
||||
#define OFP_VERSION 0x01
|
||||
#define OFP10_VERSION 0x01
|
||||
|
||||
#define OFP_MAX_TABLE_NAME_LEN 32
|
||||
#define OFP_MAX_PORT_NAME_LEN 16
|
||||
|
Reference in New Issue
Block a user