commit | 88bea17506a9b45ced92366503dff9a1f9456a23 | [log] [tgz] |
---|---|---|
author | Dan Talayco <dtalayco@stanford.edu> | Fri Feb 19 12:28:06 2010 -0800 |
committer | Dan Talayco <dtalayco@stanford.edu> | Fri Feb 19 12:28:06 2010 -0800 |
tree | b83e40c0521bc5079d63eb0609478515aa4002cb | |
parent | f7dae84df238115b0c76a05687b39483f8cb2484 [diff] |
Set OFP_VERSION back to 0x01
diff --git a/tools/pylibopenflow/include/openflow.h b/tools/pylibopenflow/include/openflow.h index 9e662aa..c0b5090 100644 --- a/tools/pylibopenflow/include/openflow.h +++ b/tools/pylibopenflow/include/openflow.h
@@ -66,7 +66,7 @@ /* The most significant bit being set in the version field indicates an * experimental OpenFlow version. */ -#define OFP_VERSION 0x99 +#define OFP_VERSION 0x01 #define OFP_MAX_TABLE_NAME_LEN 32 #define OFP_MAX_PORT_NAME_LEN 16