VPPAPIGEN: vppapigen replacement in Python PLY.
[vpp.git] / src / vnet / ethernet / p2p_ethernet.api
index 72a7342..c75ed40 100644 (file)
  * limitations under the License.
  */
 
+option version = "1.0.0";
+
 define p2p_ethernet_add
 {
   u32 client_index;
   u32 context;
   u32 parent_if_index;
+  u32 subif_id;
   u8  remote_mac[6];
 };
 
@@ -46,4 +49,4 @@ define p2p_ethernet_del_reply
  * Local Variables:
  * eval: (c-set-style "gnu")
  * End:
- */
\ No newline at end of file
+ */