Reference Guide

Table Of Contents
Table 22. Supported action structures (continued)
OFPAT_PUSH_MPLS = 19 Not supported
OFPAT_POP_MPLS = 20 Not supported
OFPAT_SET_QUEUE = 21 Not supported
OFPAT_GROUP = 22 Not supported
OFPAT_SET_NW_TTL = 23 Not supported
OFPAT_DEC_NW_TTL = 24 Not supported
OFPAT_SET_FIELD = 25 Supported
OFPAT_PUSH_PBB = 26 Not supported
OFPAT_POP_PBB = 27 Not supported
Capabilities supported by the data path
Table 23. Supported capabilities
OFPC_FLOW_STATS = 1 << 0 Supported
OFPC_TABLE_STATS = 1 << 1 Not supported
OFPC_PORT_STATS = 1 << 2 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 24. 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
OFPMP_TABLE = 3 Supported
540 OpenFlow