From 9c7e0334885a0ace9f5f52dafa826803a49da4ad Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Tue, 1 Aug 2023 12:54:36 +0200 Subject: [PATCH] flow: mark API as production As per discussion on the VPP call - since the APIs are used in CSIT tests, mark them as production from the change process perspective. Type: improvement Signed-off-by: Andrew Yourtchenko Change-Id: I9164073425384e8aa281445a2852fee49b777e2f --- src/vnet/flow/flow.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vnet/flow/flow.api b/src/vnet/flow/flow.api index 5402b639a6e..1e807b539d5 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.3"; +option version = "1.0.3"; import "vnet/interface_types.api"; import "vnet/ip/ip_types.api"; -- 2.16.6