flow: Add API implementation of IP4/IP6, IP4_VXLAN/IP6_VXLAN
[vpp.git] / src / vnet / flow / FEATURE.yaml
1 ---
2 name: Flow infrastructure
3 maintainer: Damjan Marion <damarion@cisco.com>
4 features:
5   - Four APIs are provided - flow_add, flow_del, flow_enable and flow_disable
6   - The below flow types are currently supported:
7       - FLOW_TYPE_IP4,
8       - FLOW_TYPE_IP6,
9       - FLOW_TYPE_IP4_N_TUPLE,
10       - FLOW_TYPE_IP6_N_TUPLE,
11       - FLOW_TYPE_IP4_N_TUPLE_TAGGED,
12       - FLOW_TYPE_IP6_N_TUPLE_TAGGED,
13       - FLOW_TYPE_IP4_L2TPV3OIP,
14       - FLOW_TYPE_IP4_IPSEC_ESP,
15       - FLOW_TYPE_IP4_IPSEC_AH,
16       - FLOW_TYPE_IP4_VXLAN,
17       - FLOW_TYPE_IP6_VXLAN,
18       - FLOW_TYPE_IP4_GTPC,
19       - FLOW_TYPE_IP4_GTPU
20   - The below flow actions can be specified for the flows:
21       - FLOW_ACTION_COUNT,
22       - FLOW_ACTION_MARK,
23       - FLOW_ACTION_BUFFER_ADVANCE,
24       - FLOW_ACTION_REDIRECT_TO_NODE,
25       - FLOW_ACTION_REDIRECT_TO_QUEUE,
26       - FLOW_ACTION_DROP
27 description: "Flow infrastructure to provide hardware offload capabilities"
28 state: development
29 properties: [API, CLI]