Users Guide

Table Of Contents
Table 69. Supported capabilities (continued)
Capabilities Supported/Not supported
OFPC_GROUP_STATS = 1 << 3 Not supported
OFPC_IP_REASM = 1 << 5 Not supported
OFPC_QUEUE_STATS = 1 << 6 Not supported
OFPC_PORT_BLOCKED = 1 << 8 Not supported
Multipart message types
Table 70. Supported message types
Message type description Request/Reply Body Message Support
Description of this OpenFlow
switch
The request body is empty
The reply body is struct
ofp_desc
OFPMP_DESC = 0 Supported
Individual flow statistics
The request body is struct
ofp_flow_stats_request
The reply body is an array
of struct ofp_flow_stats
OFPMP_FLOW = 1 Supported
Aggregate flow statistics
The request body is struct
ofp_aggregate_stats_requ
est
The reply body is struct
ofp_aggregate_stats_repl
y
OFPMP_AGGREGATE = 2 Supported
Flow table statistics
The request body is empty
The reply body is an array
of struct ofp_table_stats
OFPMP_TABLE = 3 Supported
Port statistics
The request body is struct
ofp_port_stats_request
The reply body is an array
of struct ofp_port_stats
OFPMP_PORT_STATS = 4 Supported
Queue statistics for a port
The request body is struct
ofp_queue_stats_request
The reply body is an array
of struct ofp_queue_stats
OFPMP_QUEUE = 5 Not supported
Group counter statistics
The request body is struct
ofp_group_stats_request
The reply is an array of
struct ofp_group_stats
OFPMP_GROUP = 6 Not supported
Group description
The request body is empty
The reply body is an array
of struct
ofp_group_desc_stats
OFPMP_GROUP_DESC = 7 Not supported
Group features
The request body is empty
The reply body is struct
ofp_group_features
OFPMP_GROUP_FEATURES
= 8
Not supported
OpenFlow 1217