vppapigen: support per-file (major,minor,patch) version stamps
[vpp.git] / src / vnet / ethernet / p2p_ethernet.api
index 72a7342..ead7cab 100644 (file)
  * limitations under the License.
  */
 
+vl_api_version 1.0.0
+
 define p2p_ethernet_add
 {
   u32 client_index;
   u32 context;
   u32 parent_if_index;
+  u32 subif_id;
   u8  remote_mac[6];
 };