flow: Add API implementation of IP4/IP6, IP4_VXLAN/IP6_VXLAN 71/28671/7
authorChenmin Sun <chenmin.sun@intel.com>
Thu, 3 Sep 2020 22:50:22 +0000 (06:50 +0800)
committerDamjan Marion <dmarion@me.com>
Thu, 22 Apr 2021 14:44:10 +0000 (14:44 +0000)
commitc7e7819ad5c152168a5f1a217c3b72043fd48797
tree7a7c3938beb5db8c12ba83ff858a81927f3b4fd7
parentf04a8d111407374a4b0a83617a6ec76e055bc2a3
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
src/vnet/flow/FEATURE.yaml
src/vnet/flow/flow.api
src/vnet/flow/flow_api.c