From 48edfb7cf9ad4a6503d26f0b9c69d7a3c1ff937e Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Sun, 12 Oct 2008 00:46:52 -0700 Subject: [PATCH] Remove OFPT_TABLE reference. --- include/openflow.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/openflow.h b/include/openflow.h index c45b926c..2a5f8b91 100644 --- a/include/openflow.h +++ b/include/openflow.h @@ -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 */ -- 2.30.2