diff options
author | Chenmin Sun <chenmin.sun@intel.com> | 2020-09-04 06:50:22 +0800 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-04-22 14:44:10 +0000 |
commit | c7e7819ad5c152168a5f1a217c3b72043fd48797 (patch) | |
tree | 7a7c3938beb5db8c12ba83ff858a81927f3b4fd7 /src/vnet/flow/flow.api | |
parent | f04a8d111407374a4b0a83617a6ec76e055bc2a3 (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/flow.api')
-rw-r--r-- | src/vnet/flow/flow.api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/flow/flow.api b/src/vnet/flow/flow.api index b819847e998..7bb21cdcd72 100644 --- a/src/vnet/flow/flow.api +++ b/src/vnet/flow/flow.api @@ -13,7 +13,7 @@ * limitations under the License. */ -option version = "0.0.1"; +option version = "0.0.2"; import "vnet/interface_types.api"; import "vnet/ip/ip_types.api"; |