API Guide

Action structures
Table 102. Supported action structures
Action structures Supported/Not supported
OFPAT_OUTPUT = 0 Supported
OFPAT_COPY_TTL_OUT = 11 Not supported
OFPAT_COPY_TTL_IN = 12 Not supported
OFPAT_SET_MPLS_TTL = 15 Not supported
OFPAT_DEC_MPLS_TTL = 16 Not supported
OFPAT_PUSH_VLAN = 17 Not supported
OFPAT_POP_VLAN = 18 Not supported
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 103. Supported capabilities
Capabilities Supported/Not supported
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
1090 OpenFlow