vom: Add support for redirect contracts in gbp
[vpp.git] / src / plugins / l2e / l2e.api
index 172ed48..dd2eb16 100644 (file)
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-vl_api_version 1.0.0
+option version = "1.0.0";
 
 /** \brief L2 emulation at L3
     @param client_index - opaque cookie to identify the sender
@@ -27,7 +27,6 @@ autoreply define l2_emulation
   u32 client_index;
   u32 context;
   u32 sw_if_index;
-  u32 ip_table_id;
   u8  enable;
 };