flow: add vnet/flow formal API
[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_N_TUPLE,
8       - FLOW_TYPE_IP6_N_TUPLE,
9       - FLOW_TYPE_IP4_N_TUPLE_TAGGED,
10       - FLOW_TYPE_IP6_N_TUPLE_TAGGED,
11       - FLOW_TYPE_IP4_L2TPV3OIP,
12       - FLOW_TYPE_IP4_IPSEC_ESP,
13       - FLOW_TYPE_IP4_IPSEC_AH,
14       - FLOW_TYPE_IP4_GTPC,
15       - FLOW_TYPE_IP4_GTPU
16   - The below flow actions can be specified for the flows:
17       - FLOW_ACTION_COUNT,
18       - FLOW_ACTION_MARK,
19       - FLOW_ACTION_BUFFER_ADVANCE,
20       - FLOW_ACTION_REDIRECT_TO_NODE,
21       - FLOW_ACTION_REDIRECT_TO_QUEUE,
22       - FLOW_ACTION_DROP
23 description: "Flow infrastructure to provide hardware offload capabilities"
24 state: development
25 properties: [API, CLI]