From: Justin Pettit Date: Sun, 12 Oct 2008 07:46:52 +0000 (-0700) Subject: Remove OFPT_TABLE reference. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48edfb7cf9ad4a6503d26f0b9c69d7a3c1ff937e;p=openvswitch Remove OFPT_TABLE reference. --- 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 */