aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/nsim/nsim.api
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2020-09-15 11:37:16 +0200
committerAndrew Yourtchenko <ayourtch@gmail.com>2020-09-16 09:18:54 +0000
commitf916414b383afd37ec78509ee613df8878160406 (patch)
treea9088735479cbdaf43c90816c95404a995423747 /src/plugins/nsim/nsim.api
parent62bd50de97cd90cc09559a09fe46f98211279a1e (diff)
api: clean up use of deprecated flag
The syntax of the deprecated flag has evolved. Clean up usage to be "option deprecated;". Type: fix Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: If2b639f275eb8db58b36c457f9245fe35a4d8cb1
Diffstat (limited to 'src/plugins/nsim/nsim.api')
-rw-r--r--src/plugins/nsim/nsim.api2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/nsim/nsim.api b/src/plugins/nsim/nsim.api
index 65493252022..f0ae02a70bd 100644
--- a/src/plugins/nsim/nsim.api
+++ b/src/plugins/nsim/nsim.api
@@ -61,7 +61,7 @@ autoreply define nsim_output_feature_enable_disable
*/
autoreply define nsim_configure
{
- option deprecated="v21.01";
+ option deprecated;
/* Client identifier, set from api_main.my_client_index */
u32 client_index;