flow: mark API as production 43/39143/3
authorAndrew Yourtchenko <ayourtch@gmail.com>
Tue, 1 Aug 2023 10:54:36 +0000 (12:54 +0200)
committerDave Wallace <dwallacelf@gmail.com>
Wed, 13 Sep 2023 16:05:55 +0000 (16:05 +0000)
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

src/vnet/flow/flow.api

index 5402b63..1e807b5 100644 (file)
@@ -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";