Remove OFPT_TABLE reference.
authorJustin Pettit <jpettit@nicira.com>
Sun, 12 Oct 2008 07:46:52 +0000 (00:46 -0700)
committerJustin Pettit <jpettit@nicira.com>
Sun, 12 Oct 2008 07:46:52 +0000 (00:46 -0700)
include/openflow.h

index c45b926c93a50cfb9cbd37428f5cfd38f654771f..2a5f8b9129c913d6fab2dcbb39aea106893e4cd5 100644 (file)
@@ -63,7 +63,7 @@
 /* The most significant bit being set in the version field indicates an
  * experimental OpenFlow version.  
  */
-#define OFP_VERSION   0x95
+#define OFP_VERSION   0x96
 
 #define OFP_MAX_TABLE_NAME_LEN 32
 #define OFP_MAX_PORT_NAME_LEN  16
@@ -119,7 +119,6 @@ enum ofp_type {
     OFPT_PACKET_OUT,          /* Controller/switch message */
     OFPT_FLOW_MOD,            /* Controller/switch message */
     OFPT_PORT_MOD,            /* Controller/switch message */
-    OFPT_TABLE,               /* Controller/switch message */
 
     /* Statistics messages. */
     OFPT_STATS_REQUEST,       /* Controller/switch message */