From ad417a8e6de1db562a0aa38f90a5c31f6c3a346a Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Tue, 1 Aug 2023 13:03:29 +0200 Subject: [PATCH] nat: mark several messages as production As per discussion on the VPP call, since they are being used in CSIT tests and have not seen changes in a while, mark the messages as production from the change process standpoint. Type: improvement Signed-off-by: Andrew Yourtchenko Change-Id: I7fda71edd923b798d034380320a869f7c35cb5a6 --- src/plugins/nat/det44/det44.api | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/plugins/nat/det44/det44.api b/src/plugins/nat/det44/det44.api index 7b6aef70883..ddb9c497ea0 100644 --- a/src/plugins/nat/det44/det44.api +++ b/src/plugins/nat/det44/det44.api @@ -39,7 +39,6 @@ autoreply define det44_plugin_enable_disable { u32 inside_vrf; u32 outside_vrf; bool enable; - option status="in_progress"; }; /** \brief Enable/disable DET44 feature on the interface @@ -55,7 +54,6 @@ autoreply define det44_interface_add_del_feature { bool is_add; bool is_inside; vl_api_interface_index_t sw_if_index; - option status="in_progress"; }; /** \brief Dump interfaces with DET44 feature @@ -65,7 +63,6 @@ autoreply define det44_interface_add_del_feature { define det44_interface_dump { u32 client_index; u32 context; - option status="in_progress"; }; /** \brief DET44 interface details response @@ -78,7 +75,6 @@ define det44_interface_details { bool is_inside; bool is_outside; vl_api_interface_index_t sw_if_index; - option status="in_progress"; }; /** \brief Add/delete DET44 mapping -- 2.16.6