From: Andrew Yourtchenko Date: Mon, 22 Jun 2020 12:24:07 +0000 (+0000) Subject: l2e: mark API as in-progress X-Git-Tag: v21.01-rc0~190 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F37%2F27637%2F2;p=vpp.git l2e: mark API as in-progress As requested by Neale, mark the API as in-progress. Change-Id: Id92cad65c66435e179583507f077816e09e4205b Type: fix Signed-off-by: Andrew Yourtchenko --- diff --git a/src/plugins/l2e/l2e.api b/src/plugins/l2e/l2e.api index 3b7c9ffe9e6..586e2bae5ca 100644 --- a/src/plugins/l2e/l2e.api +++ b/src/plugins/l2e/l2e.api @@ -25,6 +25,7 @@ import "vnet/interface_types.api"; */ autoreply define l2_emulation { + option status="in_progress"; u32 client_index; u32 context; vl_api_interface_index_t sw_if_index;