aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/flow/FEATURE.yaml
diff options
context:
space:
mode:
authorChenmin Sun <chenmin.sun@intel.com>2020-09-04 06:50:22 +0800
committerDamjan Marion <dmarion@me.com>2021-04-22 14:44:10 +0000
commitc7e7819ad5c152168a5f1a217c3b72043fd48797 (patch)
tree7a7c3938beb5db8c12ba83ff858a81927f3b4fd7 /src/vnet/flow/FEATURE.yaml
parentf04a8d111407374a4b0a83617a6ec76e055bc2a3 (diff)
flow: Add API implementation of IP4/IP6, IP4_VXLAN/IP6_VXLAN
This patch adds the API handler implementation of the below flows: FLOW_TYPE_IP4, FLOW_TYPE_IP6, FLOW_TYPE_IP4_VXLAN, FLOW_TYPE_IP6_VXLAN Type: feature Signed-off-by: Chenmin Sun <chenmin.sun@intel.com> Change-Id: I62e1c466b46f940180e957c859d122086aa22f1c
Diffstat (limited to 'src/vnet/flow/FEATURE.yaml')
-rw-r--r--src/vnet/flow/FEATURE.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vnet/flow/FEATURE.yaml b/src/vnet/flow/FEATURE.yaml
index cd86429557c..a26571c35e8 100644
--- a/src/vnet/flow/FEATURE.yaml
+++ b/src/vnet/flow/FEATURE.yaml
@@ -4,6 +4,8 @@ maintainer: Damjan Marion <damarion@cisco.com>
features:
- Four APIs are provided - flow_add, flow_del, flow_enable and flow_disable
- The below flow types are currently supported:
+ - FLOW_TYPE_IP4,
+ - FLOW_TYPE_IP6,
- FLOW_TYPE_IP4_N_TUPLE,
- FLOW_TYPE_IP6_N_TUPLE,
- FLOW_TYPE_IP4_N_TUPLE_TAGGED,
@@ -11,6 +13,8 @@ features:
- FLOW_TYPE_IP4_L2TPV3OIP,
- FLOW_TYPE_IP4_IPSEC_ESP,
- FLOW_TYPE_IP4_IPSEC_AH,
+ - FLOW_TYPE_IP4_VXLAN,
+ - FLOW_TYPE_IP6_VXLAN,
- FLOW_TYPE_IP4_GTPC,
- FLOW_TYPE_IP4_GTPU
- The below flow actions can be specified for the flows: