l2e: mark API as in-progress 37/27637/2
authorAndrew Yourtchenko <ayourtch@gmail.com>
Mon, 22 Jun 2020 12:24:07 +0000 (12:24 +0000)
committerBenoît Ganne <bganne@cisco.com>
Fri, 17 Jul 2020 12:09:05 +0000 (12:09 +0000)
As requested by Neale, mark the API as in-progress.

Change-Id: Id92cad65c66435e179583507f077816e09e4205b
Type: fix
Signed-off-by: Andrew Yourtchenko <ayourtch@gmail.com>
src/plugins/l2e/l2e.api

index 3b7c9ff..586e2ba 100644 (file)
@@ -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;