diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2023-08-01 12:54:36 +0200 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2023-09-13 16:05:55 +0000 |
commit | 9c7e0334885a0ace9f5f52dafa826803a49da4ad (patch) | |
tree | 9721eb5471d5ebf6c5473235db235246c7865fc7 /src/vnet | |
parent | f29d9f06043451eaf47c66b7b832dde2a3393cd6 (diff) |
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 <ayourtch@gmail.com>
Change-Id: I9164073425384e8aa281445a2852fee49b777e2f
Diffstat (limited to 'src/vnet')
-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 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"; |