diff options
author | Andrew Yourtchenko <ayourtch@gmail.com> | 2023-08-01 13:03:29 +0200 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2023-08-16 15:08:33 +0000 |
commit | ad417a8e6de1db562a0aa38f90a5c31f6c3a346a (patch) | |
tree | b289fbc0a5715fc1c2485b1e6b8a820e21f82fe4 /src/plugins | |
parent | 55c699e098bd0cf2876ddd89862b8d930f8349aa (diff) |
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 <ayourtch@gmail.com>
Change-Id: I7fda71edd923b798d034380320a869f7c35cb5a6
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/nat/det44/det44.api | 4 |
1 files changed, 0 insertions, 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 |